Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 25 of 42) sorted by relevance

12

/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.h44 class Connection {
46 Connection(std::shared_ptr<V4L2Wrapper> device) in Connection() function
48 ~Connection() { in ~Connection()
151 friend class Connection; variable
Dv4l2_camera.h94 std::unique_ptr<V4L2Wrapper::Connection> connection_;
Dv4l2_metadata_factory.cpp50 V4L2Wrapper::Connection temp_connection = V4L2Wrapper::Connection(device); in GetV4L2Metadata()
Dv4l2_camera.cpp86 connection_.reset(new V4L2Wrapper::Connection(device_)); in connect()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DGraphicsComposerCallback.cpp51 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/
Dhwc_callbacks.h43 void Hotplug(hwc2_display_t display, HWC2::Connection state);
Dhwc_callbacks.cpp37 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/
DGraphicsComposerCallback.h45 Return<void> onHotplug(Display display, Connection connection) override;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_callbacks.h43 void Hotplug(hwc2_display_t display, HWC2::Connection state);
Dhwc_callbacks.cpp37 void HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { in Hotplug()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_callbacks.h43 HWC2::Error Hotplug(hwc2_display_t display, HWC2::Connection state);
Dhwc_callbacks.cpp37 HWC2::Error HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { in Hotplug()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_callbacks.h43 HWC2::Error Hotplug(hwc2_display_t display, HWC2::Connection state);
Dhwc_callbacks.cpp37 HWC2::Error HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { in Hotplug()
Dhwc_session.cpp545 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/
Dhwc_callbacks.h43 HWC2::Error Hotplug(hwc2_display_t display, HWC2::Connection state);
Dhwc_callbacks.cpp37 HWC2::Error HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) { in Hotplug()
/hardware/interfaces/graphics/composer/2.1/
DIComposerCallback.hal20 enum Connection : int32_t {
48 onHotplug(Display display, Connection connected);
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h93 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()
DComposerHal.h58 virtual void onHotplug(Display display, IComposerCallback::Connection connected) = 0;
/hardware/interfaces/media/c2/1.0/
DIInputSurfaceConnection.hal22 * Connection between a component and an input surface.
/hardware/google/interfaces/media/c2/1.0/
DIInputSurface.hal43 * @return connection Connection object that is used to disconnect
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h438 typedef Codec2Client::InputSurfaceConnection Connection; typedef
444 std::shared_ptr<Connection>* connection);
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIface.hal628 * 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/
Dtypes.hal562 * 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. */

12