Searched refs:intf (Results 1 - 19 of 19) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dhw_info_interface.h35 static DisplayError Create(HWInfoInterface **intf);
36 static DisplayError Destroy(HWInfoInterface *intf);
H A Dcore_impl.cpp154 DisplayInterface **intf) {
157 if (!event_handler || !intf) {
191 *intf = display_base;
195 DisplayError CoreImpl::DestroyDisplay(DisplayInterface *intf) { argument
198 if (!intf) {
202 DisplayBase *display_base = static_cast<DisplayBase *>(intf);
153 CreateDisplay(DisplayType type, DisplayEventHandler *event_handler, DisplayInterface **intf) argument
H A Dcore_impl.h58 DisplayInterface **intf);
59 virtual DisplayError DestroyDisplay(DisplayInterface *intf);
H A Dcolor_manager.h73 ColorManagerProxy(DisplayType type, HWInterface *intf, const HWDisplayAttributes &attr,
H A Dcolor_manager.cpp107 ColorManagerProxy::ColorManagerProxy(DisplayType type, HWInterface *intf, argument
110 : device_type_(type), pp_hw_attributes_(), hw_intf_(intf), color_intf_(NULL), pp_features_() {}
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_virtual.cpp37 DisplayError HWVirtual::Create(HWInterface **intf, HWInfoInterface *hw_info_intf, argument
47 *intf = hw_virtual;
53 DisplayError HWVirtual::Destroy(HWInterface *intf) { argument
54 HWVirtual *hw_virtual = static_cast<HWVirtual *>(intf);
H A Dhw_virtual.h34 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
36 static DisplayError Destroy(HWInterface *intf);
H A Dhw_hdmi.h38 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
40 static DisplayError Destroy(HWInterface *intf);
H A Dhw_primary.h40 static DisplayError Create(HWInterface **intf, HWInfoInterface *hw_info_intf,
42 static DisplayError Destroy(HWInterface *intf);
H A Dhw_hdmi.cpp81 DisplayError HWHDMI::Create(HWInterface **intf, HWInfoInterface *hw_info_intf, argument
91 *intf = hw_fb_hdmi;
96 DisplayError HWHDMI::Destroy(HWInterface *intf) { argument
97 HWHDMI *hw_fb_hdmi = static_cast<HWHDMI *>(intf);
H A Dhw_info.cpp87 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { argument
95 *intf = hw_info;
101 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { argument
102 HWInfo *hw_info = static_cast<HWInfo *>(intf);
H A Dhw_primary.cpp54 DisplayError HWPrimary::Create(HWInterface **intf, HWInfoInterface *hw_info_intf, argument
65 *intf = hw_primary;
71 DisplayError HWPrimary::Destroy(HWInterface *intf) { argument
72 HWPrimary *hw_primary = static_cast<HWPrimary *>(intf);
/hardware/qcom/audio/legacy/libalsa-intf/
H A DAndroid.mk10 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/audio/legacy/alsa_sound/
H A DAndroid.mk46 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/
H A Dextension_interface.h72 RotatorInterface **intf) = 0;
73 virtual DisplayError DestroyRotator(RotatorInterface *intf) = 0;
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h1329 #define ISPIF_STREAM(intf, action, vfe) (((intf)<<ISPIF_S_STREAM_SHIFT)+ (action)+((vfe)<<ISPIF_VFE_INTF_SHIFT))
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h1278 #define ISPIF_STREAM(intf, action, vfe) (((intf)<<ISPIF_S_STREAM_SHIFT)+\
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_camera.h1396 #define ISPIF_STREAM(intf,action,vfe) (((intf) << ISPIF_S_STREAM_SHIFT) + (action) + ((vfe) << ISPIF_VFE_INTF_SHIFT))
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_camera.h1463 #define ISPIF_STREAM(intf, action, vfe) (((intf)<<ISPIF_S_STREAM_SHIFT)+\

Completed in 189 milliseconds