Home
last modified time | relevance | path

Searched refs:intf (Results 1 – 25 of 97) sorted by relevance

1234

/hardware/qcom/display/msm8909/libdisplayconfig/
DDisplayConfig.cpp130 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in isExternalConnected() local
131 if (intf == NULL) { in isExternalConnected()
136 intf->isDisplayConnected(IDisplayConfig::DisplayType::DISPLAY_EXTERNAL, in isExternalConnected()
149 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in setSecondayDisplayStatus() local
150 if (intf == NULL) { in setSecondayDisplayStatus()
154 return intf->setSecondayDisplayStatus(MapDisplayType(dpy), MapExternalStatus(status)); in setSecondayDisplayStatus()
158 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in configureDynRefeshRate() local
159 if (intf == NULL) { in configureDynRefeshRate()
163 return intf->configureDynRefeshRate(MapDynRefreshRateOp(op), refreshRate); in configureDynRefeshRate()
167 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in getConfigCount() local
[all …]
/hardware/qcom/display/msm8909w_3100/libdisplayconfig/
DDisplayConfig.cpp130 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in isExternalConnected() local
131 if (intf == NULL) { in isExternalConnected()
136 intf->isDisplayConnected(IDisplayConfig::DisplayType::DISPLAY_EXTERNAL, in isExternalConnected()
149 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in setSecondayDisplayStatus() local
150 if (intf == NULL) { in setSecondayDisplayStatus()
154 return intf->setSecondayDisplayStatus(MapDisplayType(dpy), MapExternalStatus(status)); in setSecondayDisplayStatus()
158 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in configureDynRefeshRate() local
159 if (intf == NULL) { in configureDynRefeshRate()
163 return intf->configureDynRefeshRate(MapDynRefreshRateOp(op), refreshRate); in configureDynRefeshRate()
167 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in getConfigCount() local
[all …]
/hardware/qcom/sdm845/display/libdisplayconfig/
DDisplayConfig.cpp130 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in isExternalConnected() local
131 if (intf == NULL) { in isExternalConnected()
136 intf->isDisplayConnected(IDisplayConfig::DisplayType::DISPLAY_EXTERNAL, in isExternalConnected()
149 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in setSecondayDisplayStatus() local
150 if (intf == NULL) { in setSecondayDisplayStatus()
154 return intf->setSecondayDisplayStatus(MapDisplayType(dpy), MapExternalStatus(status)); in setSecondayDisplayStatus()
158 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in configureDynRefeshRate() local
159 if (intf == NULL) { in configureDynRefeshRate()
163 return intf->configureDynRefeshRate(MapDynRefreshRateOp(op), refreshRate); in configureDynRefeshRate()
167 android::sp<IDisplayConfig> intf = IDisplayConfig::getService(); in getConfigCount() local
[all …]
/hardware/qcom/sdm845/display/sdm/libs/core/
Dhw_info_interface.cpp40 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument
42 *intf = new HWInfo(); in Create()
44 *intf = new HWInfoDRM(); in Create()
50 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument
51 if (intf) { in Destroy()
52 delete intf; in Destroy()
Dhw_events_interface.cpp43 const HWInterface *hw_intf, HWEventsInterface **intf) { in Create() argument
56 *intf = hw_events; in Create()
62 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) { in Destroy() argument
63 if (intf) { in Destroy()
64 intf->Deinit(); in Destroy()
65 delete intf; in Destroy()
Dhw_interface.cpp48 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
86 *intf = hw; in Create()
91 DisplayError HWInterface::Destroy(HWInterface *intf) { in Destroy() argument
92 if (intf) { in Destroy()
93 intf->Deinit(); in Destroy()
94 delete intf; in Destroy()
Dcore_impl.cpp118 DisplayInterface **intf) { in CreateDisplay() argument
121 if (!event_handler || !intf) { in CreateDisplay()
155 *intf = display_base; in CreateDisplay()
159 DisplayError CoreImpl::DestroyDisplay(DisplayInterface *intf) { in DestroyDisplay() argument
162 if (!intf) { in DestroyDisplay()
166 DisplayBase *display_base = static_cast<DisplayBase *>(intf); in DestroyDisplay()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dhw_info_interface.cpp42 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument
44 *intf = new HWInfo(); in Create()
47 *intf = new HWInfoDRM(); in Create()
54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument
55 if (intf) { in Destroy()
56 delete intf; in Destroy()
Dhw_events_interface.cpp45 HWEventsInterface **intf) { in Create() argument
60 *intf = hw_events; in Create()
66 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) { in Destroy() argument
67 if (intf) { in Destroy()
68 intf->Deinit(); in Destroy()
69 delete intf; in Destroy()
Dhw_interface.cpp48 HWInterface **intf) { in Create() argument
88 *intf = hw; in Create()
93 DisplayError HWInterface::Destroy(HWInterface *intf) { in Destroy() argument
94 if (intf) { in Destroy()
95 intf->Deinit(); in Destroy()
96 delete intf; in Destroy()
Dcore_impl.cpp116 DisplayInterface **intf) { in CreateDisplay() argument
119 if (!event_handler || !intf) { in CreateDisplay()
153 *intf = display_base; in CreateDisplay()
157 DisplayError CoreImpl::DestroyDisplay(DisplayInterface *intf) { in DestroyDisplay() argument
160 if (!intf) { in DestroyDisplay()
164 DisplayBase *display_base = static_cast<DisplayBase *>(intf); in DestroyDisplay()
/hardware/qcom/display/msm8909/sdm/libs/core/
Dhw_info_interface.cpp42 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument
44 *intf = new HWInfo(); in Create()
47 *intf = new HWInfoDRM(); in Create()
54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument
55 if (intf) { in Destroy()
56 delete intf; in Destroy()
Dhw_events_interface.cpp45 HWEventsInterface **intf) { in Create() argument
60 *intf = hw_events; in Create()
66 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) { in Destroy() argument
67 if (intf) { in Destroy()
68 intf->Deinit(); in Destroy()
69 delete intf; in Destroy()
Dhw_interface.cpp48 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
88 *intf = hw; in Create()
93 DisplayError HWInterface::Destroy(HWInterface *intf) { in Destroy() argument
94 if (intf) { in Destroy()
95 intf->Deinit(); in Destroy()
96 delete intf; in Destroy()
Dcore_impl.cpp119 DisplayInterface **intf) { in CreateDisplay() argument
122 if (!event_handler || !intf) { in CreateDisplay()
156 *intf = display_base; in CreateDisplay()
160 DisplayError CoreImpl::DestroyDisplay(DisplayInterface *intf) { in DestroyDisplay() argument
163 if (!intf) { in DestroyDisplay()
167 DisplayBase *display_base = static_cast<DisplayBase *>(intf); in DestroyDisplay()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dhw_info_interface.cpp42 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument
44 *intf = new HWInfo(); in Create()
47 *intf = new HWInfoDRM(); in Create()
54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument
55 if (intf) { in Destroy()
56 delete intf; in Destroy()
Dhw_events_interface.cpp45 HWEventsInterface **intf) { in Create() argument
60 *intf = hw_events; in Create()
66 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) { in Destroy() argument
67 if (intf) { in Destroy()
68 intf->Deinit(); in Destroy()
69 delete intf; in Destroy()
Dhw_interface.cpp48 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
88 *intf = hw; in Create()
93 DisplayError HWInterface::Destroy(HWInterface *intf) { in Destroy() argument
94 if (intf) { in Destroy()
95 intf->Deinit(); in Destroy()
96 delete intf; in Destroy()
Dcore_impl.cpp116 DisplayInterface **intf) { in CreateDisplay() argument
119 if (!event_handler || !intf) { in CreateDisplay()
153 *intf = display_base; in CreateDisplay()
157 DisplayError CoreImpl::DestroyDisplay(DisplayInterface *intf) { in DestroyDisplay() argument
160 if (!intf) { in DestroyDisplay()
164 DisplayBase *display_base = static_cast<DisplayBase *>(intf); in DestroyDisplay()
Dhw_info_interface.h36 static DisplayError Create(HWInfoInterface **intf);
37 static DisplayError Destroy(HWInfoInterface *intf);
/hardware/qcom/audio/legacy/libalsa-intf/
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/display/msm8996/sdm/libs/core/
Dcore_impl.cpp124 DisplayInterface **intf) { in CreateDisplay() argument
127 if (!event_handler || !intf) { in CreateDisplay()
161 *intf = display_base; in CreateDisplay()
165 DisplayError CoreImpl::DestroyDisplay(DisplayInterface *intf) { in DestroyDisplay() argument
168 if (!intf) { in DestroyDisplay()
172 DisplayBase *display_base = static_cast<DisplayBase *>(intf); in DestroyDisplay()
Dhw_events_interface.h38 std::vector<const char *> *event_list, HWEventsInterface **intf);
39 static DisplayError Destroy(HWEventsInterface *intf);
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_virtual.cpp37 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()
/hardware/qcom/audio/legacy/alsa_sound/
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

1234