Searched refs:device_type (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/audio/msm8909/hal/audio_extn/
H A Dlisten.c102 int device_type = -1; local
106 device_type = PCM_PLAYBACK;
109 device_type = PCM_CAPTURE;
119 __func__, snd_device, device_type, event, raise_event);
120 if (raise_event && (device_type == PCM_CAPTURE)) {
H A Dsoundtrigger.c179 int device_type = -1; local
186 device_type = PCM_PLAYBACK;
189 device_type = PCM_CAPTURE;
198 __func__, snd_device, device_type, event, raise_event);
199 if (raise_event && (device_type == PCM_CAPTURE)) {
/hardware/qcom/audio/hal/audio_extn/
H A Dsoundtrigger.c212 int device_type = -1; local
219 device_type = PCM_PLAYBACK;
224 device_type = PCM_CAPTURE;
232 __func__, snd_device, device_type, event);
233 if (device_type == PCM_CAPTURE) {
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_device.h93 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format,
100 int GetFBNodeIndex(HWDeviceType device_type);
H A Dhw_device.cpp541 DisplayError HWDevice::SetStride(HWDeviceType device_type, LayerBufferFormat format, argument
545 if (device_type != kDeviceRotator && device_type != kDeviceVirtual) {
661 int HWDevice::GetFBNodeIndex(HWDeviceType device_type) { argument
665 switch (device_type) {
/hardware/qcom/audio/hal/
H A Dplatform_api.h28 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type);
/hardware/qcom/audio/msm8909/hal/
H A Dplatform_api.h35 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type);
/hardware/intel/common/libmix/mix_audio/src/
H A Dintel_sst_ioctl.h239 __u8 device_type; member in struct:snd_sst_slot_info
/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c403 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type) argument
406 if (device_type == PCM_PLAYBACK)
/hardware/qcom/audio/msm8909/hal/msm8960/
H A Dplatform.c392 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type) argument
395 if (device_type == PCM_PLAYBACK)
/hardware/qcom/audio/msm8909/hal/msm8916/
H A Dplatform.c1431 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type) argument
1436 if (device_type == PCM_PLAYBACK)
1441 if (device_type == PCM_PLAYBACK)
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c1373 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type) argument
1376 if (device_type == PCM_PLAYBACK)
/hardware/qcom/audio/msm8909/hal/msm8974/
H A Dplatform.c1270 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type) argument
1273 if (device_type == PCM_PLAYBACK)

Completed in 1073 milliseconds