Searched refs:connected (Results 151 - 165 of 165) sorted by relevance

1234567

/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp125 void CameraDevice::setConnectionStatus(bool connected) { argument
127 mDisconnected = !connected;
131 if (!connected) {
/hardware/libhardware/include/hardware/
H A Dgps.h986 void (*update_network_state) (int connected, int type, int roaming, const char* extra_info);
H A Dhwcomposer2.h174 /* The display has been connected */
837 /* hotplug(..., display, connected)
841 * Notifies the client that the given display has either been connected or
852 * Displays which have been connected are assumed to be in HWC2_POWER_MODE_OFF,
858 * connected - whether the display has been connected or disconnected
861 hwc2_display_t display, int32_t /*hwc2_connection_t*/ connected);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display.h149 virtual int SetState(bool connected) { argument
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_display.h148 virtual int SetState(bool connected) { argument
/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatus.cpp1766 bool SystemStatus::eventConnectionStatus(bool connected, uint8_t type) argument
1768 if (connected != mConnected) {
1769 mConnected = connected;
1772 SystemStatusNetworkInfo s(type, "", "", false, connected, false);
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h588 int32_t connected) {
591 static_cast<IComposerCallback::Connection>(connected));
587 hotplugHook(hwc2_callback_data_t callbackData, hwc2_display_t display, int32_t connected) argument
/hardware/interfaces/broadcastradio/1.1/vts/functional/
H A DVtsHalBroadcastradioV1_1TargetTest.cpp86 MOCK_METHOD1(antennaStateChange, Return<void>(bool connected));
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_gps.h1168 void (*update_network_state) (int connected, int type, int roaming, const char* extra_info);
/hardware/qcom/gps/msm8998/utils/
H A Dloc_gps.h1164 void (*update_network_state) (int connected, int type, int roaming, const char* extra_info);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp218 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected = false;
220 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false;
227 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].connected = true;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp225 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected = false;
227 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false;
234 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].connected = true;
/hardware/interfaces/broadcastradio/2.0/vts/functional/
H A DVtsHalBroadcastradioV2_0TargetTest.cpp92 MOCK_METHOD1(onAntennaStateChange, Return<void>(bool connected));
135 // we expect the antenna is connected through the whole test
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h685 void hwc1Hotplug(int hwc1DisplayId, int connected);
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.h651 void hwc1Hotplug(int hwc1DisplayId, int connected);

Completed in 1453 milliseconds

1234567