Searched refs:elem (Results 1 - 25 of 27) sorted by relevance

12

/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAMixer.cpp83 elem(0),
90 snd_mixer_elem_t *elem; member in struct:android::mixer_info_t
180 for (snd_mixer_elem_t *elem = snd_mixer_first_elem(mMixer[i]);
181 elem;
182 elem = snd_mixer_elem_next(elem)) {
184 if (!snd_mixer_selem_is_active(elem))
187 snd_mixer_selem_get_id(elem, sid);
192 if (info->elem == NULL &&
194 hasVolume[i] (elem)) {
[all...]
/hardware/qcom/gps/msm8084/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element)); local
127 if( elem == NULL )
134 elem->data_ptr = data_obj;
135 elem->next = NULL;
136 elem->prev = NULL;
137 elem->dealloc_func = dealloc;
141 p_list->p_head = elem;
/hardware/qcom/gps/msm8909/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element)); local
127 if( elem == NULL )
134 elem->data_ptr = data_obj;
135 elem->next = NULL;
136 elem->prev = NULL;
137 elem->dealloc_func = dealloc;
141 p_list->p_head = elem;
/hardware/qcom/gps/msm8960/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element)); local
127 if( elem == NULL )
134 elem->data_ptr = data_obj;
135 elem->next = NULL;
136 elem->prev = NULL;
137 elem->dealloc_func = dealloc;
141 p_list->p_head = elem;
/hardware/qcom/gps/msm8994/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element)); local
127 if( elem == NULL )
134 elem->data_ptr = data_obj;
135 elem->next = NULL;
136 elem->prev = NULL;
137 elem->dealloc_func = dealloc;
141 p_list->p_head = elem;
/hardware/qcom/gps/msm8996/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element)); local
127 if( elem == NULL )
134 elem->data_ptr = data_obj;
135 elem->next = NULL;
136 elem->prev = NULL;
137 elem->dealloc_func = dealloc;
141 p_list->p_head = elem;
/hardware/qcom/gps/msm8998/utils/
H A Dlinked_list.c125 list_element* elem = (list_element*)malloc(sizeof(list_element)); local
126 if( elem == NULL )
133 elem->data_ptr = data_obj;
134 elem->next = NULL;
135 elem->prev = NULL;
136 elem->dealloc_func = dealloc;
140 p_list->p_head = elem;
/hardware/qcom/gps/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element)); local
127 if( elem == NULL )
134 elem->data_ptr = data_obj;
135 elem->next = NULL;
136 elem->prev = NULL;
137 elem->dealloc_func = dealloc;
141 p_list->p_head = elem;
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp51 size_t read(T& r, size_t elem) { argument
53 return ::fread(&r, sizeof(T), elem, fp);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.cpp51 size_t read(T& r, size_t elem) { argument
53 return ::fread(&r, sizeof(T), elem, fp);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp50 size_t read(T& r, size_t elem) { argument
52 return ::fread(&r, sizeof(T), elem, fp);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.cpp51 size_t read(T& r, size_t elem) { argument
53 return ::fread(&r, sizeof(T), elem, fp);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.cpp51 size_t read(T& r, size_t elem) { argument
53 return ::fread(&r, sizeof(T), elem, fp);
/hardware/interfaces/renderscript/1.0/
H A DIContext.hal1170 * @param elem Element
1174 scriptIntrinsicCreate(ScriptIntrinsicID id, Element elem)
/hardware/interfaces/renderscript/1.0/default/
H A DContext.h115 Return<Script> scriptIntrinsicCreate(ScriptIntrinsicID id, Element elem) override;
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h971 } elem; member in union:snd_ctl_event::__anon3281
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dasound.h952 } elem; member in union:snd_ctl_event::__anon3397
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound.h977 } elem; member in union:snd_ctl_event::__anon3546
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasound.h963 } elem; member in union:snd_ctl_event::__anon3697
/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dasound.h977 } elem; member in union:snd_ctl_event::__anon3773
/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Dasound.h963 } elem; member in union:snd_ctl_event::__anon3847
/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dasound.h970 } elem; member in union:snd_ctl_event::__anon3912
/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dasound.h951 } elem; member in union:snd_ctl_event::__anon3977
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h970 } elem; member in union:snd_ctl_event::__anon4098
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h951 } elem; member in union:snd_ctl_event::__anon4195

Completed in 538 milliseconds

12