/hardware/qcom/audio/hal/audio_extn/ |
D | soundtrigger.c | 362 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/ |
D | hw_device.h | 114 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, 121 int GetFBNodeIndex(HWDeviceType device_type);
|
D | hw_device.cpp | 629 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/ |
D | hw_device.h | 113 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, 120 int GetFBNodeIndex(HWDeviceType device_type);
|
D | hw_device.cpp | 624 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/ |
D | hw_device.h | 106 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, 113 int GetFBNodeIndex(HWDeviceType device_type);
|
D | hw_device.cpp | 572 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/ |
D | hw_device.h | 115 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, 122 int GetFBNodeIndex(HWDeviceType device_type);
|
D | hw_device.cpp | 630 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/ |
D | hw_device.h | 118 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, 125 int GetFBNodeIndex(HWDeviceType device_type);
|
D | hw_device.cpp | 624 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/ |
D | hw_device_drm.h | 104 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, uint32_t width,
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_device_drm.h | 108 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, uint32_t width,
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_device_drm.h | 107 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, uint32_t width,
|
/hardware/qcom/audio/hal/ |
D | platform_api.h | 69 int platform_get_pcm_device_id(audio_usecase_t usecase, int device_type);
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_device_drm.h | 126 DisplayError SetStride(HWDeviceType device_type, LayerBufferFormat format, uint32_t width,
|
/hardware/qcom/audio/hal/msm8960/ |
D | platform.c | 417 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/ |
D | platform.c | 1393 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/ |
D | platform.c | 2148 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()
|