HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 1001 - 1025 of 3607) sorted by null

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 114 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
118 * private data, which can be used freely in the driver callbacks
pcm_ioplug.h 92 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
96 * private data, which can be used freely in the driver callbacks
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
uinput.h 76 * and erase_effect callbacks in input_dev must be implemented.
78 * these callbacks are invoked. The userspace code then uses
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 114 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
118 * private data, which can be used freely in the driver callbacks
pcm_ioplug.h 92 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
96 * private data, which can be used freely in the driver callbacks
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
uinput.h 76 * and erase_effect callbacks in input_dev must be implemented.
78 * these callbacks are invoked. The userspace code then uses
  /external/chromium_org/third_party/freetype/src/cff/
cf2hints.c     [all...]
  /external/freetype/src/cff/
cf2hints.c     [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h 252 // GtkButton callbacks.
264 // GtkButton callbacks for folder buttons.
267 // GtkToolbar callbacks.
284 // GtkEventBox callbacks.
289 // Callbacks on our parent widget.
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h 258 // GtkButton callbacks.
268 // GtkButton callbacks for folder buttons.
274 // GtkToolbar callbacks.
291 // GtkEventBox callbacks.
296 // Callbacks on our parent widget.
  /external/chromium_org/content/browser/
byte_stream_unittest.cc 315 // Confirm that callbacks on the sink side are triggered when they should be.
329 // Note that the specifics of when the callbacks are called with regard
360 // This reflects an implementation artifact that data goes with callbacks,
366 // Confirm that callbacks on the source side are triggered when they should
381 // Note that the specifics of when the callbacks are called with regard
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.cc 62 // These are invoked by the underlying Socket, and may trigger callbacks.
67 // These may trigger callbacks, so the holder must hold a reference on
77 // This re-sets |timer| without triggering callbacks.
119 // Doesn't trigger callbacks.
210 // Don't dispatch outstanding callbacks, as mandated by net::StreamSocket.
  /frameworks/av/include/media/nbaio/
NBAIO.h 75 // Callbacks used by NBAIO_Sink::writeVia() and NBAIO_Source::readVia() below.
171 // Transfer data to sink using a series of callbacks. More suitable for zero-fill, synthesis,
176 // and it can provide a different number of frames during the series of callbacks.
275 // Transfer data from source using a series of callbacks. More suitable for zero-fill,
280 // and it can consume a different number of frames during the series of callbacks.
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.cpp 73 "for callbacks: %s (%d)", __FUNCTION__,
142 "for callbacks: %s (%d)", __FUNCTION__,
158 ALOGE("%s: Camera %d: Can't create output stream for callbacks: "
341 // In one-shot mode, stop sending callbacks after the first one
377 ALOGE("%s: Camera %d: Unable to allocate memory for callbacks",
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 123 * Registers a class that will receive callbacks when a load is complete.
181 * is ready the callbacks will be called on the process's main thread.
183 * the result may be passed to the callbacks immediately.
185 * the data set and may deliver future callbacks if the source changes.
186 * Calling {@link #stopLoading} will stop the delivery of callbacks.
  /external/chromium_org/chrome/browser/resources/google_now/
utility_unittest.gtestjs 380 // required callbacks.
417 'ASSERT: Pending callbacks when unloading event page')).
431 // pending required callbacks.
512 // Step 1. Add 1st task that doesn't create pending callbacks.
593 // branching chains of callbacks (in this test, task1 creates pending
594 // callbacks 1 and 2, and callback 1 creates pending callback 3).
600 // Step 1. Add 1st task that creates a 2 pending callbacks.
653 // Setup and expectations. The 2 callbacks in onSuspendHandlerContainer are
683 // The 2 callbacks in onSuspendHandlerContainer are from the wrapper and the
728 // Tests callbacks requested while a task is running, but not from a callbac
    [all...]
  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 40 /// If a factory is destroyed, then any pending callbacks will be cancelled
42 /// method allows pending callbacks to be cancelled without destroying the
52 /// callbacks from any thread and pass them to CallOnMainThread().
90 /// class has multiple asynchronous callbacks pending.
110 /// <strong>Optional versus required callbacks</strong>
121 /// callbacks, since the browser will never issue the callback, the internal
124 /// Therefore, if you use optional callbacks, it's important to manually
136 /// you not use optional callbacks except when performance is more important
142 /// <strong>Completion callbacks with output</strong>
178 /// As with regular completion callbacks, you can optionally add up to thre
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 495 * VIDDEC_SetCallbacks() Sets application callbacks to the component
497 * This method will update application callbacks
501 * @param pCallBacks application callbacks
522 /* Copy the callbacks of the application to the component private */
536 * VIDDEC_GetComponentVersion() Sets application callbacks to the component
538 * This method will update application callbacks
542 * @param pCallBacks application callbacks
598 * VIDDEC_SendCommand() Sets application callbacks to the component
600 * This method will update application callbacks
604 * @param pCallBacks application callbacks
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_lib.cpp 139 CSTpCallBacks callbacks; member in struct:TRANSPORTENC
302 &hTpEnc->callbacks
341 hTpEnc->callbacks.cbSbr = cbSbr;
342 hTpEnc->callbacks.cbSbrData = user_data;
397 &hTp->callbacks
590 tpErr = CreateStreamMuxConfig(hLatmConfig, dataBuffer, 0, &hTpEnc->callbacks);
594 if (transportEnc_writeASC(dataBuffer, cc, &hTpEnc->callbacks) != 0) {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
GestureDetector.java 305 * @param listener the listener invoked for all the callbacks, this must
325 * @param listener the listener invoked for all the callbacks, this must
344 * @param listener the listener invoked for all the callbacks, this must
359 * @param listener the listener invoked for all the callbacks, this must
384 * @param listener the listener invoked for all the callbacks, this must
434 * @param onDoubleTapListener the listener invoked for all the callbacks, or
463 * appropriate callbacks on the {@link OnGestureListener} supplied.
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 369 // the callbacks.
557 // Clear the lists before we make the callbacks, to avoid clearing notifiers
558 // added by calls to Geolocation methods from the callbacks, and to prevent
559 // further callbacks to these notifiers.
609 // Clear the lists before we make the callbacks, to avoid clearing notifiers
610 // added by calls to Geolocation methods from the callbacks, and to prevent
611 // further callbacks to these notifiers.
  /external/chromium_org/third_party/harfbuzz-ng/
NEWS 396 - Imported UCDN for in-tree Unicode callbacks implementation.
663 Unimplemented callbacks in the subclass automatically chainup to the parent.
665 o All hb_unicode_funcs_t callbacks take a user_data now. Their setters
697 o Fonts can subclass other fonts now. Unimplemented callbacks in the
701 o All hb_font_funcs_t callbacks take a user_data now. Their setters
769 o The following callbacks where removed:
773 o The following new callbacks added instead:
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 123 static void InitXReplaceableCallbacks(UReplaceableCallbacks* callbacks) {
124 callbacks->length = Xlength;
125 callbacks->charAt = XcharAt;
126 callbacks->char32At = Xchar32At;
127 callbacks->replace = Xreplace;
128 callbacks->extract = Xextract;
129 callbacks->copy = Xcopy;
  /external/harfbuzz_ng/
NEWS 237 - Imported UCDN for in-tree Unicode callbacks implementation.
504 Unimplemented callbacks in the subclass automatically chainup to the parent.
506 o All hb_unicode_funcs_t callbacks take a user_data now. Their setters
538 o Fonts can subclass other fonts now. Unimplemented callbacks in the
542 o All hb_font_funcs_t callbacks take a user_data now. Their setters
610 o The following callbacks where removed:
614 o The following new callbacks added instead:

Completed in 2060 milliseconds

<<41424344454647484950>>