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

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 806 mPendingMO.update(null, ImsPhoneCall.State.DISCONNECTED);
    [all...]
  /external/libnfc-nxp/src/
phHal4Nfc.h 656 * has been disconnected meanwhile.
761 * been disconnected meanwhile.
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 485 * connected or disconnected. The PRIMARY display is always connected and
490 * connected (1) or disconnected (0).
553 * Entries for unsupported or disabled/disconnected display types will be
586 * Entries for unsupported or disabled/disconnected display types will be
771 * 2) The display is disconnected
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 469 if (!strcmp(state, "DISCONNECTED"))
470 return tr("Disconnected");
966 tr("Disconnected from network."));
975 textStatus->text() == "DISCONNECTED")
983 textStatus->text() == "DISCONNECTED")
992 textStatus->text() == "DISCONNECTED")
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/multiprocess/
ErrorLoggingService.java 412 Log.i(TAG, "Service disconnected.");
436 Log.w(TAG, "Could not get service, service disconnected.");
  /external/clang/test/Analysis/
dead-stores.c 491 // <rdar://problem/8320674> NullStmts followed by do...while() can lead to disconnected CFG
494 // disconnected from the entry of the function.
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 65 l.mParameters.state = Parameters::DISCONNECTED;
409 if (l.mParameters.state == Parameters::DISCONNECTED) return;
410 l.mParameters.state = Parameters::DISCONNECTED;
560 case Parameters::DISCONNECTED:
910 case Parameters::DISCONNECTED:
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 518 return "disconnected";
544 if (DBG) Log.d(TAG, "Proxy object disconnected");
  /frameworks/base/docs/html/training/tv/games/
index.jd 164 When a controller is disconnected in the middle of gameplay, the game should pause, and a dialog
165 should appear prompting the disconnected player to reconnect his or her controller.
  /frameworks/base/telecomm/java/android/telecom/
RemoteConference.java 59 * Invoked when this {@code RemoteConference} is disconnected.
414 * {@link Connection#STATE_DISCONNECTED}. If the conference is not disconnected, this will
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 131 * or {@code DISCONNECTED}.</dd>
173 * <dt>state</dt><dd>One of {@code CONNECTED}, {@code CONNECTING}, or {code DISCONNECTED}.</dd>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 254 * disconnected, NOT_DISCONNECTED is returned.
322 * @return true if the connection isn't disconnected
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 190 // Keep the disconnected state held by the channel and the socket up to date.
202 * Initialize the state associated with being disconnected, optionally syncing the socket if
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 104 if (oldState == CallState.RINGING && newState == CallState.DISCONNECTED &&
358 call.setState(CallState.DISCONNECTED, "throw away call");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mq.h 344 #define MSMQ_DISCONNECTED L"DISCONNECTED"
388 #define MGMT_QUEUE_STATE_DISCONNECTED L"DISCONNECTED"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/tests/
test_betweenness_centrality.py 149 """Betweenness centrality: disconnected path"""
161 """Betweenness centrality: disconnected path endpoints"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/components/
biconnected.py 26 A graph is biconnected if, and only if, it cannot be disconnected by
28 removing a node increases the number of disconnected components
  /system/core/adb/
usb_linux_client.cpp 236 // notify usb_adb_open_thread that we are disconnected
463 // notify usb_ffs_open_thread that we are disconnected
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 232 // Expect to see the TestConnection disconnected.
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConnectionTest.java 276 assertEquals("DISCONNECTED", Connection.stateToString(Connection.STATE_DISCONNECTED));
  /docs/source.android.com/src/devices/tech/power/
batterystats.jd 793 <p>off, off scanning, on no networks, on disconnected, on connected
812 <p>off, off scanning, on no networks, on disconnected, on connected
831 <p>invalid, disconnected, interface disabled, inactive, scanning,
851 <p>invalid, disconnected, interface disabled, inactive, scanning,
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
progress.py 126 canceled, or otherwise disconnected. This is None while
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 244 #define POLL_HUP (__SI_POLL|6) /* device disconnected */
  /external/openssh/
sshpty.c 144 * Verify that we are successfully disconnected from the controlling
  /external/wpa_supplicant_8/src/common/
defs.h 166 * WPA_DISCONNECTED - Disconnected state

Completed in 183 milliseconds

<<11121314151617181920>>