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

<<11121314151617181920>>

  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.cc 27 // Takes ownership of |callbacks|.
32 TemplateURLFetcherCallbacks* callbacks,
82 TemplateURLFetcherCallbacks* callbacks,
91 callbacks_(callbacks) {
274 TemplateURLFetcherCallbacks* callbacks,
277 scoped_ptr<TemplateURLFetcherCallbacks> owned_callbacks(callbacks);
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher.cc 29 // Takes ownership of |callbacks|.
35 TemplateURLFetcherCallbacks* callbacks,
76 TemplateURLFetcherCallbacks* callbacks,
85 callbacks_(callbacks) {
233 TemplateURLFetcherCallbacks* callbacks,
236 scoped_ptr<TemplateURLFetcherCallbacks> owned_callbacks(callbacks);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
BrowserStartupController.java 79 // A list of callbacks that should be called when the async startup of the browser process is
110 // of enqueued callbacks have been executed.
165 // Failed. The callbacks may not have run, so run them.
191 // Failed. The callbacks may not have run, so run them.
235 // Queue the callbacks to run. Since running the callbacks clears the list it is safe to call
  /external/chromium_org/ppapi/shared_impl/
tracked_callback_unittest.cc 94 // Tests that callbacks are properly aborted on module shutdown.
165 // result, we need to test callbacks with and without a completion task.
256 // Test that callbacks get aborted on the last resource unref.
262 // Test several things: Unref-ing a resource (to zero refs) with callbacks
306 // doesn't resurrect callbacks.
325 // "Resurrect" it and check that the callbacks are still dead.
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.c 166 if (d->callbacks.destroy) {
172 d->callbacks.destroy(d->display, d);
322 struct apple_glx_drawable_callbacks *callbacks)
334 d->type = callbacks->type;
335 d->callbacks = *callbacks;
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.c 166 if (d->callbacks.destroy) {
172 d->callbacks.destroy(d->display, d);
322 struct apple_glx_drawable_callbacks *callbacks)
334 d->type = callbacks->type;
335 d->callbacks = *callbacks;
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 65 // HAL Callbacks
176 // - The app-side Binder interface to receive callbacks from us
265 // - The app-side Binder interface to receive callbacks from us
292 virtual status_t connect(const sp<IProCameraCallbacks>& callbacks)
305 // Callbacks from camera service
340 Mutex mClientLock[MAX_CAMERAS]; // prevent Client destruction inside callbacks
  /frameworks/native/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
111 * These are the callbacks the framework makes into a native application.
112 * All of these callbacks happen on the main thread of the application.
113 * By default, all callbacks are NULL; set to a pointer to your own function
  /hardware/libhardware/include/hardware/
bluetooth.h 245 /** Bluetooth Interface callbacks */
251 /* TODO: For the GET/SET property APIs/callbacks, we may need a session
320 /* LE Test mode callbacks
324 /** TODO: Add callbacks for Link Up/Down and other generic
325 * notifications/callbacks */
372 int (*init)(bt_callbacks_t* callbacks );
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 43 * Activity-provided callbacks
48 implements AccountCheckSettingsFragment.Callbacks, OnClickListener {
173 // Ensure that we don't have any callbacks at this point.
207 * Activity provides callbacks here.
299 * Implements AccountCheckSettingsFragment.Callbacks
329 * Implements AccountCheckSettingsFragment.Callbacks
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
97 * These are the callbacks the framework makes into a native application.
98 * All of these callbacks happen on the main thread of the application.
99 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
97 * These are the callbacks the framework makes into a native application.
98 * All of these callbacks happen on the main thread of the application.
99 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
97 * These are the callbacks the framework makes into a native application.
98 * All of these callbacks happen on the main thread of the application.
99 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
native_activity.h 44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function

Completed in 369 milliseconds

<<11121314151617181920>>