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

<<11121314151617181920>>

  /external/chromium_org/ui/base/gtk/
gtk_signal_registrar.h 21 // A class that ensures that callbacks don't run on stale owner objects. Similar
  /external/chromium_org/ui/events/
event_handler.h 35 // to one of the event-specific callbacks (OnKeyEvent, OnMouseEvent etc.). If
  /external/chromium_org/ui/gl/android/
surface_texture_listener.h 19 // Listener class for all the callbacks from android SurfaceTexture.
  /external/chromium_org/webkit/browser/appcache/
appcache_executable_handler.h 35 // Deletion of the handler cancels all pending callbacks.
  /external/chromium_org/webkit/child/
ftp_directory_listing_response_delegate.h 40 // Pointers to the client and associated loader so we can make callbacks as
  /external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/
Platform.java 30 // involve async callbacks.
  /external/libvorbis/doc/vorbisfile/
Makefile.am 5 doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\
  /external/libvpx/libvpx/nestegg/
TODO 1 - Document when read, seek, tell callbacks are used.
  /external/libxml2/include/libxml/
xlink.h 62 * It calls the default link detection callbacks upon link detection.
145 * This is the structure containing a set of Links detection callbacks.
147 * There is no default xlink callbacks, if one want to get link
160 * detection callbacks.
  /external/qemu/
aio-android.c 26 * it's used to ensure that no callbacks are removed while we're walking and
27 * dispatching callbacks.
153 * If there are callbacks left that have been queued, we need to call then.
169 /* If there aren't pending AIO operations, don't invoke callbacks.
aio.c 25 * it's used to ensure that no callbacks are removed while we're walking and
26 * dispatching callbacks.
151 * If there are callbacks left that have been queued, we need to call then.
169 /* If there aren't pending AIO operations, don't invoke callbacks.
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestMD5SaslClient.java 581 Callback[] callbacks = new Callback[3]; local
586 callbacks[0] = new RealmCallback("Realm");
590 callbacks[0] = new RealmCallback("Realm", (String)realms.get(0));
594 callbacks[0] =
602 callbacks[1] = new PasswordCallback("Password", false);
606 callbacks[2] = new NameCallback("Name");
608 callbacks[2] = new NameCallback("Name", m_authorizationId);
612 m_cbh.handle(callbacks);
617 " necessary callbacks",e);
627 ((RealmChoiceCallback)callbacks[0]).getSelectedIndexes()
    [all...]
  /external/smack/src/com/novell/sasl/client/
DigestMD5SaslClient.java 581 Callback[] callbacks = new Callback[3]; local
586 callbacks[0] = new RealmCallback("Realm");
590 callbacks[0] = new RealmCallback("Realm", (String)realms.get(0));
594 callbacks[0] =
602 callbacks[1] = new PasswordCallback("Password", false);
606 callbacks[2] = new NameCallback("Name");
608 callbacks[2] = new NameCallback("Name", m_authorizationId);
612 m_cbh.handle(callbacks);
617 " necessary callbacks",e);
627 ((RealmChoiceCallback)callbacks[0]).getSelectedIndexes()
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetStatusEvent.py 6 Creates an event for postevent callbacks
  /external/tremolo/Tremolo/
ivorbisfile.h 49 /* The function prototypes for the callbacks are basically the same as for
96 ov_callbacks callbacks; member in struct:OggVorbis_File
103 char *initial, long ibytes, ov_callbacks callbacks);
107 char *initial, long ibytes, ov_callbacks callbacks);
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 28 const OMX_CALLBACKTYPE *callbacks,
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.h 31 const OMX_CALLBACKTYPE *callbacks,
SoftAACEncoder2.h 30 const OMX_CALLBACKTYPE *callbacks,
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.h 27 const OMX_CALLBACKTYPE *callbacks,
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.h 28 const OMX_CALLBACKTYPE *callbacks,
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.h 33 const OMX_CALLBACKTYPE *callbacks,
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.h 27 const OMX_CALLBACKTYPE *callbacks,
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 39 const OMX_CALLBACKTYPE *callbacks,
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
265 const char *name, const OMX_CALLBACKTYPE *callbacks,
267 return new android::SoftGSM(name, callbacks, appData, component);
SoftGSM.h 31 const OMX_CALLBACKTYPE *callbacks,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 33 const OMX_CALLBACKTYPE *callbacks,

Completed in 242 milliseconds

<<11121314151617181920>>