Searched
full:callbacks (Results
251 -
275 of
3482) sorted by null
<<11121314151617181920>>
/external/chromium_org/content/browser/media/ |
media_internals_proxy.h | 42 // Register a Handler and start receiving callbacks from MediaInternals. 45 // Unregister the same and stop receiving callbacks.
|
/external/chromium_org/content/renderer/ |
mouse_lock_dispatcher.cc | 83 // Callbacks made after all state modification to prevent reentrant errors 99 // Callbacks made after all state modification to prevent reentrant errors
|
/external/chromium_org/ppapi/shared_impl/ |
callback_tracker.cc | 49 // All callbacks must be aborted before destruction. 70 // If there are no pending callbacks left for this ID, get rid of the entry.
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
SpeechInputClient.h | 48 // This is the first call made by a listener, registering itself for future callbacks. 50 // it should set a null listener to stop receiving callbacks.
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
presencereceivetask.h | 38 // A task to receive presence status callbacks from the XMPP server. 52 // Slot for presence message callbacks
|
/external/chromium_org/v8/src/ |
property.h | 124 : Descriptor(key, foreign, attributes, CALLBACKS, 283 // Property callbacks does not include transitions to callbacks. 285 ASSERT(!(details_.type() == CALLBACKS && !IsFound())); 286 return details_.type() == CALLBACKS; 333 case CALLBACKS: { 364 case CALLBACKS: 459 ASSERT(type() == CALLBACKS && !IsTransition());
|
/external/chromium_org/webkit/common/blob/ |
shareable_file_reference.h | 44 // and scope-out-callbacks of the given |scoped_file| is ignored. 49 // merge callbacks to the existing one.
|
/external/elfutils/tests/ |
dwfl-bug-getmodules.c | 31 static const Dwfl_Callbacks callbacks = variable 55 Dwfl *dwfl = dwfl_begin (&callbacks);
|
/external/libvorbis/doc/vorbisfile/ |
overview.html | 39 <li><p><a href="callbacks.html">Using [non stdio] custom stream I/O 40 via callbacks</a>
|
/external/llvm/include/llvm/MC/ |
MCExternalSymbolizer.h | 11 // enables library users to provide callbacks (through the C API) to do the 24 /// \brief Symbolize using user-provided, C API, callbacks.
|
/external/qemu/android/ |
async-io-common.h | 25 * Values from this enum are passed to callbacks associated with an I/O, 56 * Values from this enum are returned from async I/O callbacks, indicating what
|
display.c | 28 /* QFrameBuffer producer callbacks */ 50 /* QFrameBuffer client callbacks */
|
/external/smack/src/org/apache/harmony/javax/security/auth/callback/ |
CallbackHandler.java | 44 * @param callbacks 52 void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException;
|
/frameworks/av/include/camera/ |
IProCameraUser.h | 45 // connect to the service, given a callbacks listener 46 virtual status_t connect(const sp<IProCameraCallbacks>& callbacks)
|
/frameworks/native/include/android/ |
looper.h | 71 * and no callbacks were executed and no other file descriptors were ready. 77 * One or more callbacks were executed. 156 * Implementations should return 1 to continue receiving callbacks, or 0 163 * Invokes callbacks for all file descriptors on which an event occurred. 169 * the timeout expired and no callbacks were invoked and no other file 172 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked. 184 * This method does not return until it has finished invoking the appropriate callbacks 190 * Like ALooper_pollOnce(), but performs all pending callbacks until all
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParser.java | 35 * instances handle callbacks.</p> 47 * instances handle callbacks.</p>
|
/hardware/libhardware/include/hardware/ |
bt_hl.h | 99 * Register the Bthl callbacks 101 bt_status_t (*init)( bthl_callbacks_t* callbacks );
|
/hardware/qcom/media/libstagefrighthw/ |
QComOMXPlugin.cpp | 66 const OMX_CALLBACKTYPE *callbacks, 76 appData, const_cast<OMX_CALLBACKTYPE *>(callbacks));
|
/hardware/samsung_slsi/exynos5/libstagefrighthw/ |
Exynos_OMX_Plugin.cpp | 68 const OMX_CALLBACKTYPE *callbacks, 78 appData, const_cast<OMX_CALLBACKTYPE *>(callbacks));
|
/hardware/ti/omap3/libstagefrighthw/ |
TIOMXPlugin.cpp | 66 const OMX_CALLBACKTYPE *callbacks, 76 appData, const_cast<OMX_CALLBACKTYPE *>(callbacks));
|
/hardware/ti/omap4xxx/libstagefrighthw/ |
TIOMXPlugin.cpp | 74 const OMX_CALLBACKTYPE *callbacks, 84 appData, const_cast<OMX_CALLBACKTYPE *>(callbacks));
|
/libcore/luni/src/main/java/javax/security/auth/callback/ |
CallbackHandler.java | 44 * @param callbacks 52 void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException;
|
/pdk/apps/TestingCamera/res/values/ |
strings.xml | 52 <string name="callbacks_on_label">Callbacks on</string> 53 <string name="callbacks_off_label">Callbacks off</string>
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/ |
looper.h | 71 * and no callbacks were executed and no other file descriptors were ready. 77 * One or more callbacks were executed. 155 * Implementations should return 1 to continue receiving callbacks, or 0 162 * Invokes callbacks for all file descriptors on which an event occurred. 168 * the timeout expired and no callbacks were invoked and no other file 171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked. 183 * This method does not return until it has finished invoking the appropriate callbacks 189 * Like ALooper_pollOnce(), but performs all pending callbacks until all
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/ |
looper.h | 71 * and no callbacks were executed and no other file descriptors were ready. 77 * One or more callbacks were executed. 155 * Implementations should return 1 to continue receiving callbacks, or 0 162 * Invokes callbacks for all file descriptors on which an event occurred. 168 * the timeout expired and no callbacks were invoked and no other file 171 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked. 183 * This method does not return until it has finished invoking the appropriate callbacks 189 * Like ALooper_pollOnce(), but performs all pending callbacks until all
|
Completed in 2223 milliseconds
<<11121314151617181920>>