HomeSort by relevance Sort by last modified time
    Searched full:disconnected (Results 301 - 325 of 922) sorted by null

<<11121314151617181920>>

  /hardware/libhardware/tests/camera2/
camera2_utils.h 184 DISCONNECTED = 0,
  /libcore/luni/src/main/java/java/io/
PipedOutputStream.java 58 * input stream is closed and the pipe is disconnected.
PipedWriter.java 58 * it is closed as well and the pipe is disconnected. Any data buffered in
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 259 Log.e(TAG,"Disconnected for non existing app");
664 // Channel got disconnected
676 // Channel got disconnected or is in disconnecting state.
688 // Channel got disconnected.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 140 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, null);
  /packages/apps/Camera2/src/com/android/camera/one/v2/
Camera2OneCameraOpenerImpl.java 130 // If the camera is disconnected before it is opened
  /packages/apps/Email/provider_src/com/android/email/
EmailConnectivityManager.java 132 } else if (state == State.DISCONNECTED) {
  /packages/apps/Nfc/res/values-en-rAU/
strings.xml 27 <string name="disconnected_peripheral" msgid="4470578100296504366">"Disconnected <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
  /packages/apps/Nfc/res/values-en-rGB/
strings.xml 27 <string name="disconnected_peripheral" msgid="4470578100296504366">"Disconnected <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
  /packages/apps/Nfc/res/values-en-rIN/
strings.xml 27 <string name="disconnected_peripheral" msgid="4470578100296504366">"Disconnected <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 93 * 2) it is disconnected
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiNoInternetDialog.java 84 Log.d(TAG, "Network " + mNetwork + " disconnected");
  /packages/apps/Terminal/src/com/android/terminal/
TerminalActivity.java 71 throw new RuntimeException("Service in same process disconnected?");
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectToWifiFragment.java 158 case DISCONNECTED:
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 501 * @param disconnectedComponent The {@link ComponentName} of the service which disconnected.
508 // One of the services that we were bound to has unexpectedly disconnected.
525 // We still need to call unbind even though it disconnected.
685 case CallState.DISCONNECTED:
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CdmaPhoneCallState.java 25 * call state to when the complete call gets disconnected
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 51 * Invoked when the Conference and all it's {@link Connection}s should be disconnected.
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps2.java 196 TLog.i("Camera %s now disconnected", camera.getId());
  /platform_testing/libraries/power-helper/src/com/android/helper/
PowerTestHelper.java 59 // Wait for USB to be disconnected by the test harness
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h 219 #define POLL_HUP (__SI_POLL|6) /* device disconnected */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xinput.h 134 * supports a battery. Disconnected means that the joystick
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/tests/
test_cycles.py 33 # test disconnected graphs
test_dag.py 150 #disconnected graph
  /sdk/apps/SdkController/
Implementation.txt 64 when the connection is actually connected or disconnected.
  /system/bt/stack/gatt/
gatt_main.c 201 ** Returns TRUE: if connection found and to be disconnected; otherwise
402 ** connected (conn = TRUE)/disconnected (conn = FALSE).
419 (bd_addr[4]<<8)+bd_addr[5], (connected) ? "connected" : "disconnected");
475 GATT_TRACE_DEBUG ("ATT disconnected");
    [all...]

Completed in 383 milliseconds

<<11121314151617181920>>