/external/opencore/pvmi/pvmf/include/ |
pvmf_node_interface.h | 307 * @returns A unique command id for asynchronous completion 328 * @returns A unique command id for asynchronous completion 342 * most flexible to have this as an asynchronous API. 419 * @returns A unique command id for asynchronous completion 430 * @returns A unique command id for asynchronous completion
|
/external/opencore/doc/pv2way_html/ |
classCPV2WayInterface.html | 122 A unique command id for asynchronous completion </dl> </td> 176 A unique command id for asynchronous completion </dl> </td> 211 A unique command id for asynchronous completion </dl> </td> 265 A unique command id for asynchronous completion </dl> </td> 300 This is an asynchronous request.<dl compact><dt><b>Parameters: </b></dt><dd> 306 A unique command id for asynchronous completion </dl> </td> 352 In the asynchronous response, this should return the log level along with an indication of where the level was inherited (i.e., the ancestor tag).<dl compact><dt><b>Parameters: </b></dt><dd> 367 A unique command id for asynchronous completion </dl> </td> 413 A unique command id for asynchronous completion </dl> </td> 459 A unique command id for asynchronous completion </dl> </td [all...] |
classH324MConfigInterface.html | 88 A unique command id for asynchronous completion </dl> </td> 123 A unique command id for asynchronous completion </dl> </td> 160 A unique command id for asynchronous completion </dl> </td> 195 A unique command id for asynchronous completion </dl> </td> 291 A unique command id for asynchronous completion </dl> </td> 454 A unique command id for asynchronous completion </dl> </td> 516 A unique command id for asynchronous completion </dl> </td> 615 A unique command id for asynchronous completion </dl> </td> 661 A unique command id for asynchronous completion </dl> </td> 707 A unique command id for asynchronous completion </dl> </td [all...] |
/external/bluetooth/glib/gio/ |
gmount.c | 53 * Unmounting a #GMount instance is an asynchronous operation. For 54 * more information about asynchronous operations, see #GAsyncReady 335 * Unmounts a mount. This is an asynchronous operation, and is 410 * Ejects a mount. This is an asynchronous operation, and is 485 * Remounts a mount. This is an asynchronous operation, and is 573 * This is an asynchronous operation (see 664 * see g_mount_guess_content_type() for the asynchronous version.
|
gfileenumerator.c | 46 * g_file_enumerator_next_file() or its asynchronous version, 47 * g_file_enumerator_next_file_async(). Note that the asynchronous 52 * its asynchronous version, g_file_enumerator_close_async(). Once 392 * Finishes the asynchronous operation started with g_file_enumerator_next_files_async().
|
goutputstream.h | 48 * asynchronous versions.
|
gvolume.c | 43 * Mounting a #GVolume instance is an asynchronous operation. For more 44 * information about asynchronous operations, see #GAsyncReady and 354 * Mounts a volume. This is an asynchronous operation, and is 429 * Ejects a volume. This is an asynchronous operation, and is
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
mmc_omap_api.h | 55 size does not fit the transaction mode (synchronous or asynchronous). 102 SDIO_Bus_Wait_Async, /* in processing - wait for the asynchronous response */ 210 #define MMC_DEV_CALLBACK_ASYNC_MODE 0x00020000 /* callbacks in asynchronous mode */ 396 /* The same as SDIO_SyncKillRequest, but for asynchronous mode. 406 driver asynchronous request queue. 410 /* Go through asynchronous request queue and call fiterator function 413 entry, modify entry, print entry etc from asynchronous request queue.
|
/external/opencore/pvmi/recognizer/include/ |
pvmf_recognizer_registry.h | 123 * A reference to a PVMFRecognizerCommmandHandler which will receive asynchronous command completion notification. 171 * This static method cancels a previously issued asynchronous request that hasn't completed yet. 176 * Unique identifier for the asynchronous request to cancel.
|
pvmf_recognizer_types.h | 86 * status of asynchronous requests. The API provides a mechanism for the status of each
|
/frameworks/base/core/java/android/widget/ |
Filter.java | 54 * <p>Creates a new asynchronous filter.</p> 75 * <p>Starts an asynchronous filtering operation. Calling this method 88 * <p>Starts an asynchronous filtering operation. Calling this method
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
Executor.java | 26 * require that execution be asynchronous. In the simplest case, an
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
TextToSpeechActivity.java | 59 // Initialize text-to-speech. This is an asynchronous operation.
|
/external/opencore/codecs_v2/video/m4v_h263/dec/include/ |
pvvideodecoderinterface.h | 41 // decode for dual core asynchronous operation
|
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
cvei.h | 37 be synchronous, i.e., the encoding will be a blocked call. Asynchronous operation 142 the bitstream in asynchronous mode. */ 344 /** Set the observer for asynchronous encoding mode. */ 348 asynchronous encoding mode. */
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
pvmf_mp3ffparser_node.cpp | 331 * Queue an asynchronous node command for QueryUUID 351 * Queue an asynchronous node command for QueryInterface 369 * Queue an asynchronous node command for RequestPort 387 * Queue an asynchronous node command for ReleasePort 403 * Queue an asynchronous node command for Init 417 * Queue an asynchronous node command for Prepare 431 * Queue an asynchronous node command for Start 445 * Queue an asynchronous node command for Stop 459 * Queue an asynchronous node command for Flush 473 * Queue an asynchronous node command for Paus [all...] |
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket_imp_base.h | 47 //asynchronous methods.
|
oscl_socket_imp_pv.h | 61 //asynchronous methods.
|
oscl_udp_socket.cpp | 94 //Allocate asynchronous method objects.
|
oscl_udp_socket.h | 46 //Asynchronous methods
|
/external/webkit/WebCore/inspector/front-end/ |
InjectedScriptAccess.js | 100 // Mark them as asynchronous here.
|
/external/webkit/WebKit/chromium/public/ |
WebNotificationPresenter.h | 66 // Requests permission for a given origin. This operation is asynchronous and the callback provided
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebpolicydecision.cpp | 32 * @short_description: Liason between WebKit and the application regarding asynchronous policy decisions
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
ChromeClientHaiku.h | 132 // This is an asynchronous call. The ChromeClient can display UI asking the user for permission
|
/frameworks/base/awt/java/awt/image/ |
ImageObserver.java | 27 * the ImageObserver interface is an asynchronous update interface for receiving
|