Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dsoundtrigger.c362 int device_type = -1; in audio_extn_sound_trigger_update_device_status() local
369 device_type = PCM_PLAYBACK; in audio_extn_sound_trigger_update_device_status()
374 device_type = PCM_CAPTURE; in audio_extn_sound_trigger_update_device_status()
382 __func__, snd_device, device_type, event); in audio_extn_sound_trigger_update_device_status()
383 if (device_type == PCM_CAPTURE) { in audio_extn_sound_trigger_update_device_status()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_device.h114 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format,
121 int GetFBNodeIndex(HWDeviceType device_type);
Dhw_device.cpp629 DisplayError HWDevice::SetStride(HWDeviceType device_type, LayerBufferFormat format, in SetStride() argument
633 if (device_type != kDeviceRotator && device_type != kDeviceVirtual) { in SetStride()
752 int HWDevice::GetFBNodeIndex(HWDeviceType device_type) { in GetFBNodeIndex() argument
756 switch (device_type) { in GetFBNodeIndex()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_device.h113 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format,
120 int GetFBNodeIndex(HWDeviceType device_type);
Dhw_device.cpp624 DisplayError HWDevice::SetStride(HWDeviceType device_type, LayerBufferFormat format, in SetStride() argument
628 if (device_type != kDeviceRotator && device_type != kDeviceVirtual) { in SetStride()
747 int HWDevice::GetFBNodeIndex(HWDeviceType device_type) { in GetFBNodeIndex() argument
751 switch (device_type) { in GetFBNodeIndex()
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.h106 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format,
113 int GetFBNodeIndex(HWDeviceType device_type);
Dhw_device.cpp572 DisplayError HWDevice::SetStride(HWDeviceType device_type, LayerBufferFormat format, in SetStride() argument
576 if (device_type != kDeviceRotator && device_type != kDeviceVirtual) { in SetStride()
692 int HWDevice::GetFBNodeIndex(HWDeviceType device_type) { in GetFBNodeIndex() argument
696 switch (device_type) { in GetFBNodeIndex()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_device.h115 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format,
122 int GetFBNodeIndex(HWDeviceType device_type);
Dhw_device.cpp630 DisplayError HWDevice::SetStride(HWDeviceType device_type, LayerBufferFormat format, in SetStride() argument
634 if (device_type != kDeviceRotator && device_type != kDeviceVirtual) { in SetStride()
753 int HWDevice::GetFBNodeIndex(HWDeviceType device_type) { in GetFBNodeIndex() argument
757 switch (device_type) { in GetFBNodeIndex()
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_device.h118 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format,
125 int GetFBNodeIndex(HWDeviceType device_type);
Dhw_device.cpp624 DisplayError HWDevice::SetStride(HWDeviceType device_type, LayerBufferFormat format, in SetStride() argument
628 if (device_type != kDeviceRotator && device_type != kDeviceVirtual) { in SetStride()
747 int HWDevice::GetFBNodeIndex(HWDeviceType device_type) { in GetFBNodeIndex() argument
751 switch (device_type) { in GetFBNodeIndex()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_device_drm.h104 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, uint32_t width,
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.h108 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, uint32_t width,
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_device_drm.h107 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, uint32_t width,
/hardware/qcom/audio/hal/
Dplatform_api.h69 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type);
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_device_drm.h126 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, uint32_t width,
/hardware/qcom/audio/hal/msm8960/
Dplatform.c417 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type) in platform_get_pcm_device_id() argument
420 if (device_type == PCM_PLAYBACK) in platform_get_pcm_device_id()
/hardware/qcom/audio/hal/msm8916/
Dplatform.c1393 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type) in platform_get_pcm_device_id() argument
1397 if (device_type == PCM_PLAYBACK) in platform_get_pcm_device_id()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c2148 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type) in platform_get_pcm_device_id() argument
2151 if (device_type == PCM_PLAYBACK) in platform_get_pcm_device_id()