HomeSort by relevance Sort by last modified time
    Searched full:disconnected (Results 426 - 450 of 1064) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 460 // FIXME: we special case the convolver and delay since they have a significant tail-time and shouldn't be disconnected simply
493 // is being re-connected after being used at least once and disconnected.
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 131 void RemoteWindowTreeHostWin::Disconnected() {
132 // Don't CHECK here, Disconnected is called on a channel error which can
  /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.
  /external/qemu/android/
adb-server.c 193 /* Callback invoked when ADB host socket gets disconnected. */
199 /* Notify the ADB guest that the host got disconnected. */
  /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:
904 case Parameters::DISCONNECTED:
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 506 return "disconnected";
532 if (DBG) Log.d(TAG, "Proxy object disconnected");
  /frameworks/base/docs/html/reference/com/google/android/gms/games/multiplayer/realtime/
RoomStatusUpdateListener.html 859 <div class="jd-descrdiv">Called when the client is disconnected from the connected set in a room.</div>
895 <div class="jd-descrdiv">Called when client gets disconnected from a peer participant.</div>
1003 <div class="jd-descrdiv">Called when one or more peer participants are disconnected from a room.</div>
    [all...]
  /frameworks/base/docs/html/training/location/
retrieve-current.jd 220 disconnected.
259 Toast.makeText(this, "Disconnected. Please re-connect.",
  /frameworks/base/docs/html/training/tv/games/
index.jd 156 When a controller is disconnected in the middle of gameplay, the game should pause, and a dialog
157 should appear prompting the disconnected player to reconnect his or her controller.
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 133 * or {@code DISCONNECTED}.</dd>
175 * <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 224 * disconnected, NOT_DISCONNECTED is returned.
259 * @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/Telephony/src/com/android/phone/
NotificationMgr.java 407 * Shows the "data disconnected due to roaming" notification, which
438 * Turns off the "data disconnected due to roaming" notification.
  /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"
  /system/core/adb/
usb_linux_client.c 223 // notify usb_adb_open_thread that we are disconnected
437 // 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.
  /developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/datalayer/
MainActivity.java 206 generateEvent("Node Disconnected", node.getId());
  /development/samples/wearable/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 148 + " - Client disconnected from Google Play Services");
  /development/samples/wearable/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 206 generateEvent("Node Disconnected", node.getId());
  /external/chromium_org/ash/display/
cursor_window_controller.cc 196 // Reusing the window does not work when the display is disconnected.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_serial.html 99 console.log("Disconnected from the serial port");
  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view.h 40 // Make DevToolsCient connect to DevTools if it is disconnected.
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.h 60 // The probe failed because the Internet was disconnected.
  /external/chromium_org/content/child/
websocket_bridge.cc 53 // The connection is abruptly disconnected by the renderer without
  /external/chromium_org/content/common/
devtools_messages.h 68 // Tells agent that a client host was disconnected from another agent and

Completed in 3179 milliseconds

<<11121314151617181920>>