/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_wrapper.h | 44 class Connection { 46 Connection(std::shared_ptr<V4L2Wrapper> device) in Connection() function 48 ~Connection() { in ~Connection() 151 friend class Connection; variable
|
D | v4l2_camera.h | 94 std::unique_ptr<V4L2Wrapper::Connection> connection_;
|
D | v4l2_metadata_factory.cpp | 50 V4L2Wrapper::Connection temp_connection = V4L2Wrapper::Connection(device); in GetV4L2Metadata()
|
D | v4l2_camera.cpp | 86 connection_.reset(new V4L2Wrapper::Connection(device_)); in connect()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | GraphicsComposerCallback.cpp | 51 Return<void> GraphicsComposerCallback::onHotplug(Display display, Connection connection) { in onHotplug() 54 if (connection == Connection::CONNECTED) { in onHotplug() 58 } else if (connection == Connection::DISCONNECTED) { in onHotplug()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_callbacks.h | 43 void Hotplug(hwc2_display_t display, HWC2::Connection state);
|
D | hwc_callbacks.cpp | 37 void HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { in Hotplug()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | GraphicsComposerCallback.h | 45 Return<void> onHotplug(Display display, Connection connection) override;
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_callbacks.h | 43 void Hotplug(hwc2_display_t display, HWC2::Connection state);
|
D | hwc_callbacks.cpp | 37 void HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { in Hotplug()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_callbacks.h | 43 HWC2::Error Hotplug(hwc2_display_t display, HWC2::Connection state);
|
D | hwc_callbacks.cpp | 37 HWC2::Error HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { in Hotplug()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_callbacks.h | 43 HWC2::Error Hotplug(hwc2_display_t display, HWC2::Connection state);
|
D | hwc_callbacks.cpp | 37 HWC2::Error HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { in Hotplug()
|
D | hwc_session.cpp | 545 hwc_session->HotPlug(HWC_DISPLAY_EXTERNAL, HWC2::Connection::Connected); in PresentDisplay() 568 hwc_session->callbacks_.Hotplug(HWC_DISPLAY_PRIMARY, HWC2::Connection::Connected); in RegisterCallback() 1540 connected ? HWC2::Connection::Connected : HWC2::Connection::Disconnected); in HotPlugHandler() 1592 void HWCSession::HotPlug(hwc2_display_t display, HWC2::Connection state) { in HotPlug()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_callbacks.h | 43 HWC2::Error Hotplug(hwc2_display_t display, HWC2::Connection state);
|
D | hwc_callbacks.cpp | 37 HWC2::Error HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { in Hotplug()
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerCallback.hal | 20 enum Connection : int32_t { 48 onHotplug(Display display, Connection connected);
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 93 void onHotplug(Display display, IComposerCallback::Connection connected) { in onHotplug() 94 if (connected == IComposerCallback::Connection::CONNECTED) { in onHotplug() 96 } else if (connected == IComposerCallback::Connection::DISCONNECTED) { in onHotplug()
|
D | ComposerHal.h | 58 virtual void onHotplug(Display display, IComposerCallback::Connection connected) = 0;
|
/hardware/interfaces/media/c2/1.0/ |
D | IInputSurfaceConnection.hal | 22 * Connection between a component and an input surface.
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IInputSurface.hal | 43 * @return connection Connection object that is used to disconnect
|
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 438 typedef Codec2Client::InputSurfaceConnection Connection; typedef 444 std::shared_ptr<Connection>* connection);
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pIface.hal | 628 * section 3.1.1 of NFC Connection Handover 1.2 Technical 643 * section 3.1.2 of NFC Connection Handover 1.2 Technical 653 * section 3.1.1 of NFC Connection Handover 1.2 Technical 668 * section 3.1.2 of NFC Connection Handover 1.2 Technical
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 562 * PDN Connection to a given APN is disallowed because data is disabled from the device user 567 * PDN Connection to a given APN is disallowed because data roaming is disabled from the device 886 * Connection establishment failed due to configuration failure at the radio resource control 895 * Connection establishment failed due to a link failure at the radio resource control (RRC). 899 * Connection establishment failed as the radio resource control (RRC) is not camped on any 904 * Connection establishment failed due to a service interval failure at the radio resource 930 * Connection has been released by the radio resource control (RRC) due to an abort request. 1161 * Connection setup on the HDR system was time out. 1564 /** Connection status for the cell. */
|