/hardware/qcom/audio/post_proc/ |
D | effect_api.c | 191 int out_type) in offload_virtualizer_set_out_type() argument 194 virtualizer->out_type = out_type; in offload_virtualizer_set_out_type() 236 *p_param_values++ = virtualizer->out_type; in offload_virtualizer_send_params()
|
D | effect_api.h | 58 int out_type);
|
/hardware/qcom/msm8x84/kernel-headers/sound/ |
D | audio_effects.h | 142 uint32_t out_type; member
|
/hardware/qcom/msm8x26/original-kernel-headers/sound/ |
D | audio_effects.h | 157 uint32_t out_type; member
|
/hardware/qcom/msm8x26/kernel-headers/sound/ |
D | audio_effects.h | 142 uint32_t out_type; member
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
D | audio_effects.h | 157 uint32_t out_type; member
|
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
D | audio_effects.h | 172 uint32_t out_type; member
|
/hardware/qcom/msm8994/kernel-headers/sound/ |
D | audio_effects.h | 160 uint32_t out_type; member
|
/hardware/qcom/msm8x09/kernel-headers/sound/ |
D | audio_effects.h | 169 uint32_t out_type; member
|
/hardware/qcom/msm8x09/original-kernel-headers/sound/ |
D | audio_effects.h | 181 uint32_t out_type; member
|
/hardware/qcom/msm8996/kernel-headers/sound/ |
D | audio_effects.h | 169 uint32_t out_type; member
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
D | audio_effects.h | 181 uint32_t out_type; member
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display.cpp | 634 HWC2::Error HWCDisplay::GetDisplayType(int32_t *out_type) { in BuildLayerStack() argument 635 if (out_type != nullptr) { in BuildLayerStack() 637 *out_type = HWC2_DISPLAY_TYPE_VIRTUAL; in BuildLayerStack() 639 *out_type = HWC2_DISPLAY_TYPE_PHYSICAL; in BuildLayerStack()
|
D | hwc_display.h | 174 virtual HWC2::Error GetDisplayType(int32_t *out_type);
|
D | hwc_session.cpp | 350 static int32_t GetDisplayType(hwc2_device_t *device, hwc2_display_t display, int32_t *out_type) { in GetDisplayType() argument 351 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayType, out_type); in GetDisplayType()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display.cpp | 627 HWC2::Error HWCDisplay::GetDisplayType(int32_t *out_type) { in BuildLayerStack() argument 628 if (out_type != nullptr) { in BuildLayerStack() 630 *out_type = HWC2_DISPLAY_TYPE_VIRTUAL; in BuildLayerStack() 632 *out_type = HWC2_DISPLAY_TYPE_PHYSICAL; in BuildLayerStack()
|
D | hwc_display.h | 170 virtual HWC2::Error GetDisplayType(int32_t *out_type);
|
D | hwc_session.cpp | 358 static int32_t GetDisplayType(hwc2_device_t *device, hwc2_display_t display, int32_t *out_type) { in GetDisplayType() argument 359 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayType, out_type); in GetDisplayType()
|