HomeSort by relevance Sort by last modified time
    Searched full:callback (Results 1051 - 1075 of 6179) sorted by null

<<41424344454647484950>>

  /external/qemu/hw/
fw_cfg.c 45 FWCfgCallback callback; member in struct:_FWCfgEntry
64 e->callback(e->callback_opaque, e->data);
231 int fw_cfg_add_callback(void *opaque, uint16_t key, FWCfgCallback callback,
248 s->entries[arch][key].callback = callback;
  /frameworks/av/include/media/
SoundPool.h 46 // callback function prototype
146 static void callback(int event, void* user, void *info);
192 // callback function
193 void setCallback(SoundPoolCallback* callback, void* user);
232 // callback
  /frameworks/base/core/java/android/net/http/
EventHandler.java 33 * Error codes used in the error() callback. Positive error codes
109 * SSL certificate callback called before resource request is
122 * SSL certificate error callback. Handles SSL error(s) on the way
123 * up to the user. The callback has to make sure that restartConnection() is called,
125 * @return True if the callback can handle the error, which means it will
  /frameworks/base/core/java/com/android/internal/os/
HandlerCaller.java 31 final Callback mCallback;
44 public interface Callback {
48 public HandlerCaller(Context context, Looper looper, Callback callback,
53 mCallback = callback;
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
android.view.Window.Callback.html 10 android.view.Window.Callback
74 Interface android.view.<A HREF="../../../../reference/android/view/Window.Callback.html" target="_top"><font size="+2"><code>Window.Callback</code></font></A>
86 <A NAME="android.view.Window.Callback.dispatchGenericMotionEvent_added(android.view.MotionEvent)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/view/Window.Callback.html#dispatchGenericMotionEvent(android.view.MotionEvent)" target="_top"><code>dispatchGenericMotionEvent</code></A>(<code>MotionEvent</code>)</nobr>
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.media.MediaRouter.Callback.html 10 android.media.MediaRouter.Callback
74 Class android.media.<A HREF="../../../../reference/android/media/MediaRouter.Callback.html" target="_top"><font size="+2"><code>MediaRouter.Callback</code></font></A>
86 <A NAME="android.media.MediaRouter.Callback.onRoutePresentationDisplayChanged_added(android.media.MediaRouter, android.media.MediaRouter.RouteInfo)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/MediaRouter.Callback.html#onRoutePresentationDisplayChanged(android.media.MediaRouter, android.media.MediaRouter.RouteInfo)" target="_top"><code>onRoutePresentationDisplayChanged</code></A>(<code>MediaRouter,</nobr> RouteInfo<nobr><nobr></code>)</nobr>
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.view.Window.Callback.html 10 android.view.Window.Callback
74 Interface android.view.<A HREF="../../../../reference/android/view/Window.Callback.html" target="_top"><font size="+2"><code>Window.Callback</code></font></A>
86 <A NAME="android.view.Window.Callback.dispatchPopulateAccessibilityEvent_added(android.view.accessibility.AccessibilityEvent)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/view/Window.Callback.html#dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent)" target="_top"><code>dispatchPopulateAccessibilityEvent</code></A>(<code>AccessibilityEvent</code>)</nobr>
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.view.KeyEvent.Callback.html 10 android.view.KeyEvent.Callback
74 Interface android.view.<A HREF="../../../../reference/android/view/KeyEvent.Callback.html" target="_top"><font size="+2"><code>KeyEvent.Callback</code></font></A>
86 <A NAME="android.view.KeyEvent.Callback.onKeyLongPress_added(int, android.view.KeyEvent)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/view/KeyEvent.Callback.html#onKeyLongPress(int, android.view.KeyEvent)" target="_top"><code>onKeyLongPress</code></A>(<code>int,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
  /frameworks/base/graphics/java/android/renderscript/
RSSurfaceView.java 43 public class RSSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
72 // Install a SurfaceHolder.Callback so we get notified when the
80 * This method is part of the SurfaceHolder.Callback interface, and is
89 * This method is part of the SurfaceHolder.Callback interface, and is
103 * This method is part of the SurfaceHolder.Callback interface, and is
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 102 public class PhoneWindow extends Window implements MenuBuilder.Callback {
109 * Simple callback used by the context menu and its submenus. The options
130 InputQueue.Callback mTakeInputQueueCallback;
268 final Callback cb = getCallback();
287 final Callback cb = getCallback();
299 final Callback cb = getCallback();
311 public void takeSurface(SurfaceHolder.Callback2 callback) {
312 mTakeSurfaceCallback = callback;
315 public void takeInputQueue(InputQueue.Callback callback) {
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 23 ALOGE("Callback: '%s' is not called on the correct thread", __FUNCTION__);\
48 ALOGE("Callback env check fail: env: %p, callback: %p", env, sCallbackEnv);
54 // Define callback functions
149 ALOGW("Cleaning up Bluetooth Health callback object");
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 124 #define LOG_CALLBACK(funcName, status) LOG_PRI(GET_LEVEL(status), LOG_TAG, "Callback: %s() - status=0x%04x[%s]", funcName, status, nfc_jni_get_status_name(status));
184 /* List used to track pending semaphores waiting for callback */
196 /* Semaphore used to wait for callback */
199 /* Used to store the status sent by the callback */
202 /* Used to provide a local context to the callback */
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 40 final Callback mCallback;
45 public interface Callback {
49 public HandoverServer(int sap, HandoverManager manager, Callback callback) {
52 mCallback = callback;
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java 48 final Callback mCallback;
53 public interface Callback {
57 public NdefPushServer(final int sap, Callback callback) {
59 mCallback = callback;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 59 /** Callback table of control ext */
116 const snd_ctl_ext_callback_t *callback; member in struct:snd_ctl_ext
130 /** Callback table of ext */
241 * The access type bits stored in get_attribute callback
252 * find_elem callback returns this if no matching control element is found
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ftw.h 79 FTW_ACTIONRETVAL = 16 /* Assume callback to return FTW_* values instead of
86 /* Return values from callback functions. */
99 FTW_SKIP_SIBLINGS = 3,/* Continue with FTW_DP callback for current directory
105 /* Structure used for fourth argument to callback function for `nftw'. */
114 /* Convenient types for callback functions. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 59 /** Callback table of control ext */
116 const snd_ctl_ext_callback_t *callback; member in struct:snd_ctl_ext
130 /** Callback table of ext */
241 * The access type bits stored in get_attribute callback
252 * find_elem callback returns this if no matching control element is found
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h 79 FTW_ACTIONRETVAL = 16 /* Assume callback to return FTW_* values instead of
86 /* Return values from callback functions. */
99 FTW_SKIP_SIBLINGS = 3,/* Continue with FTW_DP callback for current directory
105 /* Structure used for fourth argument to callback function for `nftw'. */
114 /* Convenient types for callback functions. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 59 /** Callback table of control ext */
116 const snd_ctl_ext_callback_t *callback; member in struct:snd_ctl_ext
130 /** Callback table of ext */
241 * The access type bits stored in get_attribute callback
252 * find_elem callback returns this if no matching control element is found
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h 79 FTW_ACTIONRETVAL = 16 /* Assume callback to return FTW_* values instead of
86 /* Return values from callback functions. */
99 FTW_SKIP_SIBLINGS = 3,/* Continue with FTW_DP callback for current directory
105 /* Structure used for fourth argument to callback function for `nftw'. */
114 /* Convenient types for callback functions. */
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 101 // Callback associated with a AudioToCbRenderer of an SL ES AudioPlayer that gets its data
105 // it is not safe to enter the callback (the player is about to go away)
110 slBufferQueueCallback callback = NULL; local
126 // consume data but no callback to the BufferQueue interface here
146 callback = ap->mBufferQueue.mCallback;
147 // save callback data
158 if (NULL != callback) {
159 (*callback)(&ap->mBufferQueue.mItf, callbackPContext);
339 slPlayCallback callback = NULL; local
343 callback = ap->mPlay.mCallback
356 slPlayCallback callback = NULL; local
373 slPlayCallback callback = NULL; local
678 slPrefetchCallback callback = NULL; local
723 slPrefetchCallback callback = NULL; local
747 slPrefetchCallback callback = NULL; local
789 slPlayCallback callback = NULL; local
819 slPrefetchCallback callback = NULL; local
1102 slBufferQueueCallback callback = NULL; local
    [all...]
AudioRecorder_to_android.cpp 110 slRecordCallback callback = NULL; local
114 callback = ar->mRecord.mCallback;
118 if (NULL != callback) {
120 (*callback)(&ar->mRecord.mItf, callbackPContext, SL_RECORDEVENT_HEADATNEWPOS);
127 slRecordCallback callback = NULL; local
131 callback = ar->mRecord.mCallback;
135 if (NULL != callback) {
137 (*callback)(&ar->mRecord.mItf, callbackPContext, SL_RECORDEVENT_HEADATMARKER);
144 slRecordCallback callback = NULL; local
149 callback = ar->mRecord.mCallback
219 slBufferQueueCallback callback = NULL; local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
UIControllerBase.java 54 abstract class UIControllerBase implements MailboxListFragment.Callback,
55 MessageListFragment.Callback, MessageViewFragment.Callback {
188 * Handles the {@link android.app.Activity#onStart} callback.
200 * Handles the {@link android.app.Activity#onResume} callback.
216 * Handles the {@link android.app.Activity#onPause} callback.
225 * Handles the {@link android.app.Activity#onStop} callback.
235 * Handles the {@link android.app.Activity#onDestroy} callback.
247 * Handles the {@link android.app.Activity#onSaveInstanceState} callback.
258 * Handles the {@link android.app.Activity#onRestoreInstanceState} callback
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java 151 // kill() should unregister the callback (beginBroadcast()
161 public void onCallbackDied(E callback) {
163 super.onCallbackDied(callback);
  /dalvik/vm/interp/
Interp.h 99 * Register a callback to occur at the next safe point for a single thread.
102 * The callback prototype is:
105 * If funct returns false, the callback will be disarmed. If true,

Completed in 992 milliseconds

<<41424344454647484950>>