/external/chromium_org/content/common/gpu/client/ |
gpu_video_encode_accelerator_host.h | 87 // Weak pointer for client callbacks on the 90 // |client_ptr_factory_| is used for callbacks that need to be done through
|
/external/chromium_org/content/renderer/media/crypto/ |
ppapi_decryptor.h | 89 // Callbacks for |plugin_cdm_delegate_| to fire session events. 109 // Callbacks for firing session events.
|
/external/chromium_org/jingle/glue/ |
pseudotcp_adapter.h | 22 // can be deleted during callbacks, while PseudoTcp cannot, the core of the 24 // adapter, and an additional reference held on the stack during callbacks.
|
/external/chromium_org/media/audio/ |
audio_device_thread.h | 36 // implements to render input/output data. The callbacks run on the 87 // returns, but the callback pointer is cleared so no further callbacks will
|
/external/chromium_org/media/audio/win/ |
waveout_output_win.cc | 183 // callbacks before stopping playback itself. 242 // till all callbacks are completed. Of course access to singleton 251 // Stop watching for buffer event, waits until outstanding callbacks finish. 263 // Wait for lock to ensure all outstanding callbacks have completed. 363 // Lock the stream so callbacks do not interfere with each other. 364 // Several callbacks can be called simultaneously by different threads in the 365 // thread pool if some of the callbacks are slow, or system is very busy and 366 // scheduled callbacks are not called on time.
|
/external/chromium_org/ppapi/api/ |
ppb_message_loop.idl | 18 * To process work posted to the message loop, as well as completion callbacks 39 * Your callbacks should look like this: 80 * PP_BlockUntilComplete()). If you make any asynchronous calls, the callbacks 88 * Often, your application will associate memory with completion callbacks. For 94 * There are a number of cases where posted callbacks will never be run: 100 * - You create a message loop, post callbacks to it, and never run it. 112 * callback. This is true even for callbacks with the "required" flag set, 180 * to get issued completion callbacks on the thread.
|
/external/chromium_org/ppapi/c/ |
ppb_message_loop.h | 36 * To process work posted to the message loop, as well as completion callbacks 57 * Your callbacks should look like this: 98 * PP_BlockUntilComplete()). If you make any asynchronous calls, the callbacks 106 * Often, your application will associate memory with completion callbacks. For 112 * There are a number of cases where posted callbacks will never be run: 118 * - You create a message loop, post callbacks to it, and never run it. 130 * callback. This is true even for callbacks with the "required" flag set, 194 * to get issued completion callbacks on the thread.
|
/external/chromium_org/ppapi/cpp/ |
message_loop.h | 22 /// To process work posted to the message loop, as well as completion callbacks 44 /// Your callbacks should look like this: 85 /// PP_BlockUntilComplete()). If you make any asynchronous calls, the callbacks 93 /// Often, your application will associate memory with completion callbacks. For 99 /// There are a number of cases where posted callbacks will never be run: 105 /// - You create a message loop, post callbacks to it, and never run it. 117 /// callback. This is true even for callbacks with the "required" flag set, 180 /// you to get issued completion callbacks on the thread.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementCallbackDispatcher.cpp | 62 // Dispatches callbacks when popping the processing stack. 76 // callbacks.
|
CustomElementCallbackDispatcher.h | 47 // This is stack allocated in many DOM callbacks. Make it cheap. 108 // active. Callbacks for elements created by the parser are
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
maccocoasocketserver.mm | 83 // we disable each one's callbacks. 102 // Reenable them. Hopefully this won't cause spurious callbacks or
|
/external/chromium_org/tools/memory_watcher/ |
memory_hook.h | 102 // callbacks. If we haven't hooked memory yet, this call will 106 // Register a class to stop receiving callbacks. If there are
|
/external/chromium_org/webkit/browser/quota/ |
quota_callbacks.h | 57 // Runs the callbacks added to the queue and clears the queue. 107 // Runs the callbacks added for the given |key| and clears the key
|
/external/libselinux/src/ |
avc_internal.h | 16 #include "callbacks.h" 155 /* internal callbacks */
|
/external/libvorbis/doc/vorbisfile/ |
datastructures.html | 43 <td>This structure contains pointers to the application-specified file manipulation routines set for use by <a href="ov_open_callbacks.html">ov_open_callbacks()</a>. See also the <a href="callbacks.html">provided document on using application-provided callbacks instead of stdio</a>.</td>
|
/external/llvm/include/llvm/ |
PassRegistry.h | 76 /// to receive passRegistered() callbacks whenever a new pass is registered. 80 /// it no longer receives passRegistered() callbacks.
|
/external/openssh/ |
clientloop.h | 55 /* Global request confirmation callbacks */ 59 /* Channel request confirmation callbacks */
|
/external/qemu/android/ |
adb-server.c | 48 AdbGuestRoutines* callbacks; member in struct:AdbGuest 190 adb_guest->callbacks->on_connected(adb_guest->opaque, adb_guest); 204 adb_guest->callbacks->on_disconnect(adb_guest->opaque, adb_guest); 244 adb_guest->callbacks->on_read(adb_guest->opaque, adb_guest, buff, size); 459 adb_server_register_guest(void* opaque, AdbGuestRoutines* callbacks) 467 adb_guest->callbacks = callbacks; 503 adb_guest->callbacks->on_read(adb_guest->opaque, adb_guest,
|
/external/speex/include/speex/ |
speex_callbacks.h | 38 /** @defgroup SpeexCallbacks Various definitions for Speex callbacks supported by the decoder. 48 /** Total number of callbacks */
|
/external/v8/src/ |
property.cc | 81 case CALLBACKS: 123 case CALLBACKS: {
|
/frameworks/av/media/libstagefright/omx/ |
OMXMaster.cpp | 123 const OMX_CALLBACKTYPE *callbacks, 138 plugin->makeComponentInstance(name, callbacks, appData, component);
|
/frameworks/base/core/java/android/os/ |
CountDownTimer.java | 54 * The interval in millis that the user receives callbacks 65 * {@link #onTick(long)} callbacks.
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewSimple.java | 52 // configure callbacks used for monitoring 86 * An alternative here would be to provide a set of pass-through callbacks
|
/frameworks/wilhelm/src/ |
ThreadPool.h | 70 // want to use asynchronous callbacks, be aware that any value greater 71 // than 1 can result in out-of-order callbacks on a given player, in the
|
/hardware/broadcom/libbt/src/ |
bt_vendor_brcm.c | 97 ALOGE("init failed with no user callbacks!"); 119 /* store reference to user callbacks */
|