/hardware/qcom/audio/legacy/libalsa-intf/ |
D | Android.mk | 10 LOCAL_SHARED_LIBRARIES:= libc libcutils libalsa-intf 18 LOCAL_SHARED_LIBRARIES:= libc libcutils libalsa-intf 25 LOCAL_SHARED_LIBRARIES := libc libcutils libalsa-intf 32 LOCAL_SHARED_LIBRARIES:= libc libcutils libalsa-intf 37 LOCAL_COPY_HEADERS_TO := mm-audio/libalsa-intf 42 LOCAL_MODULE:= libalsa-intf
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_virtual.cpp | 37 DisplayError HWVirtual::Create(HWInterface **intf, HWInfoInterface *hw_info_intf, in Create() argument 47 *intf = hw_virtual; in Create() 53 DisplayError HWVirtual::Destroy(HWInterface *intf) { in Destroy() argument 54 HWVirtual *hw_virtual = static_cast<HWVirtual *>(intf); in Destroy()
|
D | hw_virtual.h | 34 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf, 36 static DisplayError Destroy(HWInterface *intf);
|
D | hw_hdmi.h | 38 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf, 40 static DisplayError Destroy(HWInterface *intf);
|
D | hw_primary.h | 40 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf, 42 static DisplayError Destroy(HWInterface *intf);
|
D | hw_info.cpp | 87 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument 95 *intf = hw_info; in Create() 101 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument 102 HWInfo *hw_info = static_cast<HWInfo *>(intf); in Destroy()
|
D | hw_hdmi.cpp | 81 DisplayError HWHDMI::Create(HWInterface **intf, HWInfoInterface *hw_info_intf, in Create() argument 91 *intf = hw_fb_hdmi; in Create() 96 DisplayError HWHDMI::Destroy(HWInterface *intf) { in Destroy() argument 97 HWHDMI *hw_fb_hdmi = static_cast<HWHDMI *>(intf); in Destroy()
|
D | hw_primary.cpp | 54 DisplayError HWPrimary::Create(HWInterface **intf, HWInfoInterface *hw_info_intf, in Create() argument 65 *intf = hw_primary; in Create() 71 DisplayError HWPrimary::Destroy(HWInterface *intf) { in Destroy() argument 72 HWPrimary *hw_primary = static_cast<HWPrimary *>(intf); in Destroy()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | core_impl.cpp | 154 DisplayInterface **intf) { in CreateDisplay() argument 157 if (!event_handler || !intf) { in CreateDisplay() 191 *intf = display_base; in CreateDisplay() 195 DisplayError CoreImpl::DestroyDisplay(DisplayInterface *intf) { in DestroyDisplay() argument 198 if (!intf) { in DestroyDisplay() 202 DisplayBase *display_base = static_cast<DisplayBase *>(intf); in DestroyDisplay()
|
D | hw_info_interface.h | 35 static DisplayError Create(HWInfoInterface **intf); 36 static DisplayError Destroy(HWInfoInterface *intf);
|
D | core_impl.h | 58 DisplayInterface **intf); 59 virtual DisplayError DestroyDisplay(DisplayInterface *intf);
|
D | color_manager.h | 73 ColorManagerProxy(DisplayType type, HWInterface *intf, const HWDisplayAttributes &attr,
|
D | color_manager.cpp | 107 ColorManagerProxy::ColorManagerProxy(DisplayType type, HWInterface *intf, in ColorManagerProxy() argument 110 : device_type_(type), pp_hw_attributes_(), hw_intf_(intf), color_intf_(NULL), pp_features_() {} in ColorManagerProxy()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | Android.mk | 46 libalsa-intf 51 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/libalsa-intf 114 LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/libalsa-intf 124 libalsa-intf
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | extension_interface.h | 72 RotatorInterface **intf) = 0; 73 virtual DisplayError DestroyRotator(RotatorInterface *intf) = 0;
|
/hardware/qcom/msm8960/original-kernel-headers/media/ |
D | msm_camera.h | 1278 #define ISPIF_STREAM(intf, action, vfe) (((intf)<<ISPIF_S_STREAM_SHIFT)+\ argument
|
/hardware/qcom/msm8960/kernel-headers/media/ |
D | msm_camera.h | 1329 #define ISPIF_STREAM(intf, action, vfe) (((intf)<<ISPIF_S_STREAM_SHIFT)+ (action)+((vfe)<<ISPIF_VF… argument
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msm_camera.h | 1396 #define ISPIF_STREAM(intf,action,vfe) (((intf) << ISPIF_S_STREAM_SHIFT) + (action) + ((vfe) << ISPI… argument
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msm_camera.h | 1463 #define ISPIF_STREAM(intf, action, vfe) (((intf)<<ISPIF_S_STREAM_SHIFT)+\ argument
|