OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:synchronous
(Results
351 - 375
of
939
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/tcpdump/
print-l2tp.c
48
#define L2TP_FRAMING_CAP_SYNC_MASK 0x00000001 /*
Synchronous
*/
51
#define L2TP_FRAMING_TYPE_SYNC_MASK 0x00000001 /*
Synchronous
*/
/frameworks/base/core/java/android/os/
MessageQueue.java
440
* later
synchronous
messages in the queue are stalled (prevented from being executed)
445
*
synchronous
messages until a condition is met that releases the barrier.
/frameworks/base/docs/html/design/patterns/
notifications_k.jd
255
synchronous
events <strong>involve other people</strong>. For instance, an
257
synchronous
form of communication: there is another user actively waiting on
/frameworks/base/docs/html/guide/components/
aidl.jd
72
there is no impact and the call is still
synchronous
.</li>
241
<li>By default, RPC calls are
synchronous
. If you know that the service takes more than a few
/frameworks/base/docs/html/guide/topics/connectivity/usb/
host.jd
357
<p>Communication with a USB device can be either
synchronous
or asynchronous. In either case, you
387
<p>The following code snippet is a trivial way to do a
synchronous
data transfer. Your code
/frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp
364
/* Realize the player in
synchronous
mode. */
557
/* Realizing the SL Engine in
synchronous
mode. */
slesTestRecBuffQueue.cpp
356
/* Realize the recorder in
synchronous
mode. */
601
/* Realizing the SL Engine in
synchronous
mode. */
/hardware/intel/img/psb_video/src/hwdefs/
dma_api.h
40
In
synchronous
case, the API uses an internal callback function
605
This function is used to initiate a
synchronous
(blocking) DMAC tranfer.
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c
235
Allocates a buffer slot for the
synchronous
API call
481
Synchronous
IOCTL call (reentrant version)
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c
235
Allocates a buffer slot for the
synchronous
API call
481
Synchronous
IOCTL call (reentrant version)
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c
235
Allocates a buffer slot for the
synchronous
API call
481
Synchronous
IOCTL call (reentrant version)
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c
235
Allocates a buffer slot for the
synchronous
API call
481
Synchronous
IOCTL call (reentrant version)
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c
235
Allocates a buffer slot for the
synchronous
API call
481
Synchronous
IOCTL call (reentrant version)
/ndk/sources/host-tools/make-3.81/
vmsjobs.c
602
* The problem starts with the
synchronous
case where after lib$spawn is
607
* has to follow to simulate the wanted
synchronous
behaviour.
/prebuilts/go/darwin-x86/src/runtime/
chan.go
158
if c.dataqsiz == 0 { //
synchronous
channel
402
if c.dataqsiz == 0 { //
synchronous
channel
/prebuilts/go/linux-x86/src/runtime/
chan.go
158
if c.dataqsiz == 0 { //
synchronous
channel
402
if c.dataqsiz == 0 { //
synchronous
channel
/system/connectivity/shill/net/
netlink_manager.cc
356
// message types so we do a
synchronous
wait. It's OK to do this because
357
// a) libnl does a
synchronous
wait (so there's prior art), b) waiting
/external/autotest/scheduler/
monitor_db_unittest.py
[
all
...]
/bionic/libc/include/net/
if_types.h
184
#define IFT_DTM 0x8c /* Dynamic
synchronous
Transfer Mode */
/cts/tests/tests/media/libaudiojni/
audio-record-native.cpp
151
/* Realizing the recorder in
synchronous
mode. */
audio-track-native.cpp
95
// Realizing the Output Mix object in
synchronous
mode.
/cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java
123
* Encodes 9 seconds of raw stream using
synchronous
and asynchronous calls.
/development/ndk/platforms/android-21/include/net/
if_types.h
184
#define IFT_DTM 0x8c /* Dynamic
synchronous
Transfer Mode */
/development/ndk/platforms/android-3/include/net/
if_types.h
184
#define IFT_DTM 0x8c /* Dynamic
synchronous
Transfer Mode */
/development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java
240
// Since the geocoding API is
synchronous
and may take a while. You don't want to lock
Completed in 1458 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>