Home
last modified time | relevance | path

Searched refs:MAX_INSTANCE_ID (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
Da2dp.c117 #define MAX_INSTANCE_ID (UINT32_MAX / 2) macro
194 static uint32_t instance_id = MAX_INSTANCE_ID;
1382 if (!instance_id || instance_id > MAX_INSTANCE_ID) in configure_a2dp_encoder_format()
1383 instance_id = MAX_INSTANCE_ID; in configure_a2dp_encoder_format()