HomeSort by relevance Sort by last modified time
    Searched refs:Connected (Results 1 - 18 of 18) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected)
70 private Connected mConnected;
81 // mCurrentDevice is the device connected before the state changes
82 // mTargetDevice is the device to be connected
91 // Connected, Connected state
123 mConnected = new Connected();
248 logw("A2DP Connected from Disconnected state");
424 loge("Unknown device Connected: " + device)
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 183 HWC2::Connection connected) {
185 to_string(connected).c_str());
188 ALOGE_IF(connected != HWC2::Connection::Connected, "Assumed primary"
189 " display would be connected");
196 if (connected == HWC2::Connection::Connected) {
203 connected == HWC2::Connection::Connected);
HWC2On1Adapter.cpp 114 int connected) {
116 callbacks->mAdapter.hwc1Hotplug(display, connected);
507 static_cast<int32_t>(Connection::Connected));
517 auto connected = pending.second; local
518 pendingHotplugs.emplace_back(displayId, connected);
    [all...]
HWC2.cpp 42 auto connected = static_cast<HWC2::Connection>(intConnected); local
43 device->callHotplug(std::move(display), connected); local
230 auto connected = pending.second; local
232 to_string(connected).c_str());
233 mHotplug(std::move(display), connected); local
257 void Device::callHotplug(std::shared_ptr<Display> display, Connection connected)
259 if (connected == Connection::Connected) {
270 mHotplug(std::move(display), connected); local
273 mPendingHotplugs.emplace_back(std::move(display), connected); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected -- See A2dpSinkStreamingStateMachine)
88 // 3. Connected: The connection is established. The audio connection is in Idle state.
91 private Connected mConnected;
102 // mCurrentDevice is the device connected before the state changes
103 // mTargetDevice is the device to be connected
112 // Connected, Connected state
146 mConnected = new Connected();
273 logw("A2DP Connected from Disconnected state")
    [all...]
  /art/runtime/jdwp/
jdwp_main.cc 306 LOG(INFO) << "JDWP connected";
500 Dbg::Connected();
555 /* if we connected out, this was a one-shot deal */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h     [all...]
netioapi.h 136 BOOLEAN Connected;
  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 25 // and what bot instance it gets connected to.
112 this.log('Connected');
186 console.log('Error: No connected devices!');
188 console.log('Error: There is no enough connected devices.');
  /hardware/libhardware/include/hardware/
hwcomposer2.h 151 /* The display has been connected */
355 case HWC2_CONNECTION_CONNECTED: return "Connected";
567 Connected = HWC2_CONNECTION_CONNECTED,
756 /* hotplug(..., display, connected)
760 * Notifies the client that the given display has either been connected or
771 * Displays which have been connected are assumed to be in HWC2_POWER_MODE_OFF,
777 * connected - whether the display has been connected or disconnected
780 hwc2_display_t display, int32_t /*hwc2_connection_t*/ connected);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 26 * CONNECTED | | DISCONNECT
28 * (Connected)
117 private final Connected mConnected;
162 // currently connected device
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 110 // HDMI is primary display. If already connected, then create it and store in
111 // primary display slot. If not connected, create a NULL display for now.
417 hwc_session->callbacks_.Hotplug(HWC_DISPLAY_PRIMARY, HWC2::Connection::Connected);
1399 int connected = GetEventValue(uevent_data, length, "SWITCH_STATE="); local
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_session.cpp 110 // HDMI is primary display. If already connected, then create it and store in
111 // primary display slot. If not connected, create a NULL display for now.
415 hwc_session->callbacks_.Hotplug(HWC_DISPLAY_PRIMARY, HWC2::Connection::Connected);
1402 int connected = GetEventValue(uevent_data, length, "SWITCH_STATE="); local
    [all...]
  /art/runtime/
debugger.h 221 static void Connected();
    [all...]
debugger.cc 285 static bool gDebuggerConnected; // debugger or DDMS is connected.
559 void Dbg::Connected() {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected)
128 // Hash for storing the Audio Parameters like NREC for connected headsets
142 private Connected mConnected;
169 // mCurrentDevice is the device connected before the state changes
170 // mTargetDevice is the device to be connected
179 // Connected, Connected state
197 // Multi HFP: Connected devices list holds all currently connected headset
    [all...]
  /system/connectivity/shill/wifi/
wifi_service_unittest.cc 560 // But if we're already "connecting" or "connected" then we shouldn't attempt
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 326 milliseconds