HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 126 - 150 of 1862) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libselinux/src/
callbacks.c 2 * User-supplied callbacks and default implementations.
11 #include "callbacks.h"
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 242 jvmtiEventCallbacks callbacks; local
292 memset(&callbacks, 0, sizeof(callbacks));
293 callbacks.CompiledMethodLoad = cb_compiled_method_load;
294 callbacks.CompiledMethodUnload = cb_compiled_method_unload;
295 callbacks.DynamicCodeGenerated = cb_dynamic_code_generated;
296 error = (*jvmti)->SetEventCallbacks(jvmti, &callbacks,
297 sizeof(callbacks));
  /external/webkit/Source/JavaScriptGlue/
JSObject.h 36 JSObjectRef JSObjectCreateInternal(void *data, JSObjectCallBacksPtr callBacks, JSObjectMarkProcPtr markProc, int dataType);
40 JSUserObject(JSObjectCallBacksPtr callBacks, JSObjectMarkProcPtr markProc, void *data, int dataType);
  /external/webkit/Source/WebCore/manual-tests/
input-starved-by-timers.html 9 var targetLatency = 10000; // Multiply timers until it takes this much to fire all their callbacks.
21 // Create more timers. Capture the current time so when callbacks are fired,
  /external/webkit/Source/WebKit/chromium/src/
WebIDBDatabaseCallbacksImpl.cpp 38 WebIDBDatabaseCallbacksImpl::WebIDBDatabaseCallbacksImpl(PassRefPtr<IDBDatabaseCallbacks> callbacks)
39 : m_callbacks(callbacks)
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h 35 const OMX_CALLBACKTYPE *callbacks,
57 // Callbacks required by PV's encoder
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 33 const OMX_CALLBACKTYPE *callbacks,
76 // FLAC encoder callbacks
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
AutoRotateController.java 41 RotationLockCallbacks callbacks) {
44 mCallbacks = callbacks;
  /hardware/libhardware/include/hardware/
bt_av.h 74 * Register the BtAv callbacks
76 bt_status_t (*init)( btav_callbacks_t* callbacks );
bt_pan.h 55 * Initialize the pan interface and register the btpan callbacks
57 bt_status_t (*init)(const btpan_callbacks_t* callbacks);
  /system/extras/libublock/include/ublock/
ublock.h 54 * Runs a loop waiting for ublock requests and calling the ops callbacks.
63 * callbacks.
  /external/libvorbis/doc/vorbisfile/
ov_callbacks.html 27 href="ov_open.html">ov_open()</a> calls internally provide default callbacks for
62 <h3>Predefined callbacks</h3>
68 These callbacks provide the same behavior as used internally by <a
83 A set of callbacks that set <tt>seek_func</tt> and <tt>tell_func</tt>
99 See <a href="callbacks.html">the callbacks and non-stdio I/O document</a> for more
  /frameworks/base/core/java/android/app/backup/
IRestoreSession.aidl 46 * progress callbacks if this method returned zero.
50 * progress callbacks during the restore operation.
62 * progress callbacks if this method returned zero.
66 * progress callbacks during the restore operation.
81 * progress callbacks if this method returned zero.
86 * progress callbacks during the restore operation.
RestoreSession.java 68 * progress callbacks if this method returned zero.
72 * progress callbacks during the restore operation.
97 * progress callbacks if this method returned zero.
101 * progress callbacks during the restore operation.
131 * progress callbacks if this method returned zero.
136 * progress callbacks during the restore operation.
182 * progress callbacks nicely within the usual main-thread lifecycle pattern.
  /external/dbus/dbus/
dbus-mainloop.c 58 DBusList *callbacks; member in struct:DBusLoop
178 if (!_dbus_list_append (&loop->callbacks, cb))
213 _dbus_list_remove_link (&loop->callbacks, link);
293 link = _dbus_list_get_first_link (&loop->callbacks);
296 DBusList *next = _dbus_list_get_next_link (&loop->callbacks, link);
347 link = _dbus_list_get_first_link (&loop->callbacks);
350 DBusList *next = _dbus_list_get_next_link (&loop->callbacks, link);
550 if (loop->callbacks == NULL)
578 link = _dbus_list_get_first_link (&loop->callbacks);
581 DBusList *next = _dbus_list_get_next_link (&loop->callbacks, link)
    [all...]
  /external/bluetooth/bluedroid/bta/sys/
bta_sys_conn.c 21 * Routes connection status callbacks from various sub systems to DM
35 ** Description Called by BTA DM to register role management callbacks
51 ** Description Called by BTA DM to register link policy change callbacks
66 ** Description Called by BTA AV to register role change callbacks
96 ** Description Called by BTA AV to register role change callbacks
164 ** Description Called by BTA AV to register sco connection change callbacks
179 ** Description Called by BTA DM to register power management callbacks
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 57 * callbacks provided by the application. The application needs to do an initialization with
60 * <p> Most application calls need a {@link ActionListener} instance for receiving callbacks
61 * {@link ActionListener#onSuccess} or {@link ActionListener#onFailure}. Action callbacks
116 * The application is notified of a result of service discovery request through listener callbacks
    [all...]
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 427 activity->callbacks->onDestroy = onDestroy;
428 activity->callbacks->onStart = onStart;
429 activity->callbacks->onResume = onResume;
430 activity->callbacks->onSaveInstanceState = onSaveInstanceState;
431 activity->callbacks->onPause = onPause;
432 activity->callbacks->onStop = onStop;
433 activity->callbacks->onConfigurationChanged = onConfigurationChanged;
434 activity->callbacks->onLowMemory = onLowMemory;
435 activity->callbacks->onWindowFocusChanged = onWindowFocusChanged;
436 activity->callbacks->onNativeWindowCreated = onNativeWindowCreated
    [all...]
  /frameworks/native/include/utils/
Looper.h 99 * Implementations should return 1 to continue receiving callbacks, or 0
124 * using callbacks. The implementation uses epoll() internally.
137 * registered without associated callbacks. This assumes that the caller of
144 * using identifiers instead of callbacks.
150 * Invokes callbacks for all file descriptors on which an event occurred.
156 * the timeout expired and no callbacks were invoked and no other file
159 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
171 * This method does not return until it has finished invoking the appropriate callbacks
180 * Like pollOnce(), but performs all pending callbacks until all
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
thread-mainloop.h 95 * \section cb_sec Callbacks
97 * Callbacks in PulseAudio are asynchronous, so they require extra care when
104 * \subsection basic_subsec Basic callbacks
159 * \subsection data_subsec Data callbacks
161 * For many callbacks, simply knowing that they have been called is
220 * \subsection async_subsec Asynchronous callbacks
222 * PulseAudio also has callbacks that are completely asynchronous, meaning
228 * The callbacks that are completely asynchronous are:
230 * \li State callbacks for contexts, streams, etc.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 95 * \section cb_sec Callbacks
97 * Callbacks in PulseAudio are asynchronous, so they require extra care when
104 * \subsection basic_subsec Basic callbacks
159 * \subsection data_subsec Data callbacks
161 * For many callbacks, simply knowing that they have been called is
220 * \subsection async_subsec Asynchronous callbacks
222 * PulseAudio also has callbacks that are completely asynchronous, meaning
228 * The callbacks that are completely asynchronous are:
230 * \li State callbacks for contexts, streams, etc.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 95 * \section cb_sec Callbacks
97 * Callbacks in PulseAudio are asynchronous, so they require extra care when
104 * \subsection basic_subsec Basic callbacks
159 * \subsection data_subsec Data callbacks
161 * For many callbacks, simply knowing that they have been called is
220 * \subsection async_subsec Asynchronous callbacks
222 * PulseAudio also has callbacks that are completely asynchronous, meaning
228 * The callbacks that are completely asynchronous are:
230 * \li State callbacks for contexts, streams, etc.
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 104 static int init(bt_callbacks_t* callbacks )
112 /* store reference to user callbacks */
113 bt_hal_cbacks = callbacks;
115 /* add checks for individual callbacks ? */
154 /* hal callbacks reset upon shutdown complete callback */
  /external/libvorbis/include/vorbis/
vorbisfile.h 29 /* The function prototypes for the callbacks are basically the same as for
48 /* a few sets of convenient callbacks, especially for use under
144 ov_callbacks callbacks; member in struct:OggVorbis_File
153 char *initial, long ibytes, ov_callbacks callbacks);
157 char *initial, long ibytes, ov_callbacks callbacks);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 109 private WeakReference<Callbacks> mCallbacks;
148 public interface Callbacks {
816 Callbacks callbacks = mCallbacks.get(); local
852 Callbacks callbacks = mCallbacks.get(); local
1160 final Callbacks callbacks = mCallbacks.get(); local
1901 final Callbacks callbacks = tryGetCallbacks(oldCallbacks); local
2027 final Callbacks callbacks = mCallbacks != null ? mCallbacks.get() : null; local
    [all...]

Completed in 1830 milliseconds

1 2 3 4 56 7 8 91011>>