/external/libhevc/decoder/ |
ihevcd_utils.c | 476 * In case of asynchronous parsing and processing, number of buffers should increase here 596 * In case of asynchronous parsing and processing, number of buffers should increase here 756 /* TODO: For asynchronous api the following initializations related to picture 933 //TODO: In case of asynchronous API proc_map can not be set to zero here [all...] |
/external/webrtc/webrtc/base/ |
trace_event.h | 61 // To trace an asynchronous procedure such as an IPC send/receive, use 365 // An asynchronous operation can consist of multiple phases. The first phase is 400 // asynchronous operation. 456 // tracing UI. A FLOW defines asynchronous data flow, such as posting a task 492 // asynchronous operation. [all...] |
/external/mdnsresponder/mDNSShared/ |
dns_sd.h | [all...] |
/frameworks/base/docs/html/guide/topics/renderscript/ |
compute.jd | 404 android.renderscript.Allocation}. The "copy" methods are <a href="#asynchronous-model">synchronous</a>.</li> 412 are <a href="#asynchronous-model">asynchronous</a>.</li> 419 These launches are <a href="#asynchronous-model">asynchronous</a>. 428 These launches are <a href="#asynchronous-model">asynchronous</a>.</p></li> 437 The "copy" and <code>get()</code> methods are <a href="#asynchronous-model">synchronous</a>.</li> 444 <h3 id="asynchronous-model">Asynchronous execution model</h3 [all...] |
/device/huawei/angler/location/loc_api/loc_api_v02/ |
loc_api_v02_client.h | [all...] |
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
loc_api_v02_client.h | [all...] |
/device/moto/shamu/location/loc_api/loc_api_v02/ |
loc_api_v02_client.h | [all...] |
/external/boringssl/src/ssl/test/ |
bssl_shim.cc | 106 // private_key_retries is the number of times an asynchronous private key 758 // Disable the internal session cache. To test asynchronous session lookup, 825 // |ret|. If the operation should be retried, it simulates one asynchronous 895 // DoRead reads from |ssl|, resolving any asynchronous operations. It returns 916 // WriteAll writes |in_len| bytes from |in| to |ssl|, resolving any asynchronous 931 // DoShutdown calls |SSL_shutdown|, resolving any asynchronous operations. It [all...] |
/external/libchrome/base/trace_event/common/ |
trace_event_common.h | 60 // To trace an asynchronous procedure such as an IPC send/receive, use 561 // An asynchronous operation can consist of multiple phases. The first phase is [all...] |
/external/skia/src/core/ |
SkTraceEventCommon.h | 60 // To trace an asynchronous procedure such as an IPC send/receive, use 558 // An asynchronous operation can consist of multiple phases. The first phase is [all...] |
/external/v8/base/trace_event/common/ |
trace_event_common.h | 60 // To trace an asynchronous procedure such as an IPC send/receive, use 561 // An asynchronous operation can consist of multiple phases. The first phase is [all...] |
/frameworks/base/docs/html/guide/topics/media/ |
mediaplayer.jd | 14 <li><a href='#preparingasync'>Asynchronous Preparation</a></li> 22 <li><a href="#asyncerror">Handling asynchronous errors</a></li> 153 <h3 id='preparingasync'>Asynchronous Preparation</h3> 279 for asynchronous processing.</p> 310 <h3 id="asyncerror">Handling asynchronous errors</h3> 313 be signaled with an exception or an error code, but whenever you use asynchronous [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
Vp8EncoderTest.java | 121 * Asynchronous encoding test for VP8 encoder. 123 * Encodes 9 seconds of raw stream using synchronous and asynchronous calls.
|
/docs/source.android.com/src/devices/ |
drm.jd | 230 <li>OnEventListener for results of asynchronous APIs</li> 231 <li>OnErrorListener for receiving errors of asynchronous APIs</li>
|
/external/curl/docs/ |
INTERNALS | 32 - [Asynchronous name resolves](#asyncdns) 554 Asynchronous name resolves 726 is defined if libcurl is built to use c-ares for asynchronous name 731 is defined if libcurl is built to use threading for asynchronous name 737 libcurl is not built to use an asynchronous resolver, `CURLRES_SYNCH` is 745 - hostasyn.c - functions for asynchronous name resolves 747 - asyn-ares.c - functions for asynchronous name resolves using c-ares 748 - asyn-thread.c - functions for asynchronous name resolves using threads [all...] |
/external/curl/lib/ |
asyn-ares.c | 97 * Curl_resolver_global_init() - the generic low-level asynchronous name 581 *waitp = 1; /* expect asynchronous response */
|
asyn-thread.c | 576 *waitp = 1; /* expect asynchronous response */ 646 *waitp = 1; /* expect asynchronous response */
|
/external/kernel-headers/original/uapi/linux/ |
fuse.h | 216 * FUSE_ASYNC_READ: asynchronous read requests 231 * FUSE_ASYNC_DIO: asynchronous direct I/O submission
|
ipmi.h | 56 * timeout error response to the application. Asynchronous events 230 * send. Asynchronous events, however, go to all open users, so you
|
/external/libchrome/base/files/ |
file.h | 44 // Note that this class does not provide any support for asynchronous IO, other 45 // than the ability to create asynchronous handles on Windows.
|
/external/libchrome/base/trace_event/ |
memory_dump_manager.h | 106 // Same as above (still asynchronous), but without callback. 207 // across threads in order to fulfil an asynchronous CreateProcessDump()
|
/external/opencv3/doc/tutorials/introduction/android_binary_package/ |
dev_with_OCV_on_Android.markdown | 89 It this case application works with OpenCV Manager in asynchronous fashion. OnManagerConnected 362 already discussed above. In this sample we use asynchronous initialization. Implementation of
|
/frameworks/base/docs/html/training/articles/ |
security-gms-provider.jd | 110 if the call is from an activity in the UI thread--call the asynchronous 195 freezing until the operation finishes. Instead, you should use the asynchronous
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
nsd.jd | 164 <p>Note that this method is asynchronous, so any code that needs to run 192 setting up a discovery listener with the relevant callbacks, and making a single asynchronous
|
wifi-direct.jd | 264 // asynchronous call and the calling activity is notified with a 351 asynchronous call, so results will be received by the connection info listener
|