Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8916/
Dplatform.c430 struct name_to_index { struct
438 static struct name_to_index snd_device_name_index[SND_DEVICE_MAX] = { argument
533 static struct name_to_index usecase_name_index[AUDIO_USECASE_MAX] = {
1409 static int find_index(struct name_to_index * table, int32_t len, const char * name) in find_index()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c544 struct name_to_index { struct
552 static const struct name_to_index snd_device_name_index[SND_DEVICE_MAX] = { argument
685 static const struct name_to_index usecase_name_index[AUDIO_USECASE_MAX] = {
721 static const struct name_to_index usecase_type_index[USECASE_TYPE_MAX] = {
2163 static int find_index(const struct name_to_index * table, int32_t len, in find_index()