/frameworks/base/core/java/android/hardware/usb/ |
UsbDeviceConnection.java | 200 * Note that this may return requests queued on multiple
|
/frameworks/volley/src/com/android/volley/ |
RequestQueue.java | 280 // Process all queued up requests. They won't be considered as in flight, but
|
/libcore/luni/src/main/java/java/net/ |
SocketImpl.java | 201 * connection requests are queued up to the limit specified by {@code
|
/packages/apps/Camera2/src/com/android/camera/ |
MediaSaveService.java | 48 // Memory used by the total queued save request, in bytes.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
siginfo.h | 135 SI_SIGIO, /* Sent by queued SIGIO. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
siginfo.h | 135 SI_SIGIO, /* Sent by queued SIGIO. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
siginfo.h | 135 SI_SIGIO, /* Sent by queued SIGIO. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GestureToolTip.java | 118 * are queued up with a timer (unless it's been a while since the last change, in
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetwork.java | 504 * Get the next queued event to excecute. 697 // Check to see if we have any events queued up. If 707 // we've run the queued commands, wait for the given event to happen (or the timeout
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_int.h | 138 /* check number of buffers queued at L2CAP when this amount of buffers are queued to L2CAP */ 494 UINT8 l2c_bufs; /* the number of buffers queued to L2CAP */
|
/external/bluetooth/bluedroid/stack/include/ |
l2c_api.h | 602 ** Description This function flushes none, some or all buffers queued up 605 ** of buffers queued for that CID L2CAP_FLUSH_CHANS_ALL (0xffff) 609 ** Returns Number of buffers left queued for that CID [all...] |
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
message_service.cc | 692 // Messages queued up waiting for the TLS channel ID now need to be queued 702 // Messages queued up waiting for the TLS channel ID can be posted now.
|
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 441 * Starts the first queued task. 448 // Start the oldest queued task, but don't remove it from the queue. 504 * Completes the current task and starts the next queued task if available.
|
/external/chromium_org/chromeos/network/ |
network_connection_handler.cc | 196 NET_LOG_EVENT("Connecting to Queued Network", 214 // Clear any existing queued connect request. 437 NET_LOG_EVENT("Connect Request Queued", service_path);
|
/external/chromium_org/content/browser/renderer_host/input/ |
gesture_event_filter_unittest.cc | 265 // Ack for queued coalesced event. 272 // Ack for queued uncoalesced event. [all...] |
/external/chromium_org/content/common/gpu/ |
gpu_channel.cc | 324 // Stop any pending state update checks that we may have queued 347 // Stop any pending state update checks that we may have queued 351 // Stop any TransitionToIdle() timers that we may have queued
|
/external/valgrind/main/docs/internals/ |
threads-syscalls-signals.txt | 95 per-signal special cases (which is, roughly, signals 1-32 are not queued 96 except when they are, and signals 33-64 are queued except when they aren't). 210 enough to simply block it, because that will cause a pile of queued
|
/frameworks/base/media/java/android/media/ |
RemoteController.java | 698 /** If the msg is already queued, replace it with this one. */ 700 /** If the msg is already queued, ignore this one and leave the old. */ 702 /** If the msg is already queued, queue this one and leave the old. */ [all...] |
/external/libppp/src/ |
bundle.c | 209 * on the redials at this point, and the queued data has almost 457 size_t queued; local 461 /* If there are aren't many packets queued, look for some more. */ 466 queued = r ? ncp_FillPhysicalQueues(&bundle->ncp, bundle) : 473 if (queued < ifqueue) { 608 * Process on-demand dialup. Output packets are queued within the tunnel 1077 prompt_Printf(arg->prompt, "\n Queued: %lu of %u\n", [all...] |
/external/svox/pico/lib/ |
picopam.c | [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 739 // Handle any queued up requests 751 // Handle queued up sort request 757 // Handle queued up ping request [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLConstructionSite.cpp | 298 // remaining after executing all other queued tasks. 339 // to forget queued tasks, but currently we don't expect to. 527 // We shouldn't have any queued tasks but we might have pending text which we need to promote to tasks and execute. [all...] |
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 252 * @return Returns the mock web server response that was queued (which can be modified) 265 * @return Returns the mock web server response that was queued (which can be modified) 276 * @return Returns the mock web server response that was queued (which can be modified) [all...] |
/bootable/recovery/minadbd/ |
adb.h | 85 ** but packets are still queued for delivery
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 158 // Packets to be sent are queued in this input stream.
|