/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
WorkerGlobalScopeFileSystem.cpp | 80 OwnPtr<AsyncFileSystemCallbacks> callbacks = FileSystemCallbacks::create(helper.successCallback(), helper.errorCallback(), worker, fileSystemType); local 81 callbacks->setShouldBlockUntilCompletion(true); 83 LocalFileSystem::from(worker)->requestFileSystem(worker, fileSystemType, size, callbacks.release()); 119 OwnPtr<AsyncFileSystemCallbacks> callbacks = ResolveURICallbacks::create(resolveURLHelper.successCallback(), resolveURLHelper.errorCallback(), worker); local 120 callbacks->setShouldBlockUntilCompletion(true); 122 LocalFileSystem::from(worker)->resolveURL(worker, completedURL, callbacks.release());
|
/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.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherModel.java | 119 private WeakReference<Callbacks> mCallbacks; 159 public interface Callbacks { 296 final Callbacks callbacks = mCallbacks != null ? mCallbacks.get() : null; local 319 Callbacks cb = mCallbacks != null ? mCallbacks.get() : null; 320 if (callbacks == cb && cb != null) { 328 callbacks.bindAppsUpdated(restoredAppsFinal); 330 callbacks.bindAppsAdded(null, null, null, allAppsApps); 341 final Callbacks callbacks = mCallbacks != null ? mCallbacks.get() : null local 1224 Callbacks callbacks = mCallbacks.get(); local 1260 Callbacks callbacks = mCallbacks.get(); local 1612 final Callbacks callbacks = mCallbacks.get(); local [all...] |
/external/chromium_org/ppapi/api/ |
pp_completion_callback.idl | 11 * This typedef defines the signature that you implement to receive callbacks 24 * This enumeration contains flags used to control how non-NULL callbacks are 72 * Required callbacks are the default. 85 * more information on the return code). Optional callbacks are 87 * callbacks, but can provide better performance for some APIs 100 * callbacks are only supported on background threads. 125 * Flags used to control how non-NULL callbacks are scheduled by 159 * when you may have multiple callbacks pending. 180 * in case of multiple pending callbacks. 228 * until the function completes. Blocking completion callbacks are only allowe [all...] |
/external/chromium_org/ppapi/c/ |
pp_completion_callback.h | 25 * This typedef defines the signature that you implement to receive callbacks 44 * This enumeration contains flags used to control how non-NULL callbacks are 98 * Required callbacks are the default. 111 * more information on the return code). Optional callbacks are 113 * callbacks, but can provide better performance for some APIs 126 * callbacks are only supported on background threads. 150 * Flags used to control how non-NULL callbacks are scheduled by 186 * when you may have multiple callbacks pending. 207 * in case of multiple pending callbacks. 255 * until the function completes. Blocking completion callbacks are only allowe [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 | 59 * callbacks provided by the application. The application needs to do an initialization with 62 * <p> Most application calls need a {@link ActionListener} instance for receiving callbacks 63 * {@link ActionListener#onSuccess} or {@link ActionListener#onFailure}. Action callbacks 118 * 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 | 425 activity->callbacks->onDestroy = onDestroy; 426 activity->callbacks->onStart = onStart; 427 activity->callbacks->onResume = onResume; 428 activity->callbacks->onSaveInstanceState = onSaveInstanceState; 429 activity->callbacks->onPause = onPause; 430 activity->callbacks->onStop = onStop; 431 activity->callbacks->onConfigurationChanged = onConfigurationChanged; 432 activity->callbacks->onLowMemory = onLowMemory; 433 activity->callbacks->onWindowFocusChanged = onWindowFocusChanged; 434 activity->callbacks->onNativeWindowCreated = onNativeWindowCreated [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.
|
/device/generic/goldfish/camera/ |
EmulatedCameraFactory.h | 78 /* Sets emulated camera callbacks. 81 int setCallbacks(const camera_module_callbacks_t *callbacks); 84 * Camera HAL API callbacks. 95 static int set_callbacks(const camera_module_callbacks_t *callbacks); 179 /* Camera callbacks (for status changing) */
|
/external/bluetooth/bluedroid/btif/src/ |
bluetooth.c | 110 static int init(bt_callbacks_t* callbacks ) 118 /* store reference to user callbacks */ 119 bt_hal_cbacks = callbacks; 121 /* add checks for individual callbacks ? */ 159 /* hal callbacks reset upon shutdown complete callback */
|
/external/ceres-solver/internal/ceres/ |
minimizer.h | 113 callbacks = options.callbacks; 157 // List of callbacks that are executed by the Minimizer at the end 161 vector<IterationCallback*> callbacks; member in struct:ceres::internal::Minimizer::Options 182 static bool RunCallbacks(const vector<IterationCallback*> callbacks,
|
/external/chromium_org/components/webdata/common/ |
web_database_service.h | 55 // Types for managing DB loading callbacks. 104 // callbacks may be registered, and each will be called at most once 111 // Multiple callbacks may be registered, and each will be called at most once 141 // Callbacks to be called once the DB has loaded. 144 // Callbacks to be called if the DB has failed to load.
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_unittest.cc | 237 scoped_refptr<MockIndexedDBCallbacks> callbacks(new MockIndexedDBCallbacks()); 244 callbacks, local 249 EXPECT_TRUE(callbacks->connection()); 252 context->ConnectionOpened(kTestOrigin, callbacks->connection()); 257 callbacks->connection()->database()->TransactionCommitFailed();
|
/external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/ |
screenshot.js | 22 /** Generate a new id, which maps to the given callbacks. 42 var callbacks = callbackMap[id]; 43 if (!callbacks) { 49 var callback = success ? callbacks[0] : callbacks[1];
|
/external/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 46 // Stub to collect data from InclusionDirective callbacks. 146 InclusionDirectiveCallbacks* Callbacks = new InclusionDirectiveCallbacks; 147 PP.addPPCallbacks(Callbacks); // Takes ownership. 159 // Callbacks have been executed at this point -- return filename range. 160 return Callbacks->FilenameRange;
|
/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);
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
SoftVPX.cpp | 36 const OMX_CALLBACKTYPE *callbacks, 42 320 /* width */, 240 /* height */, callbacks, appData, component), 201 const char *name, const OMX_CALLBACKTYPE *callbacks, 206 callbacks, appData, component); 210 callbacks, appData, component);
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
DisplaySourceService.java | 46 private final Callbacks mCallbacks; 57 public DisplaySourceService(Context context, Transport transport, Callbacks callbacks) { 59 mCallbacks = callbacks; 149 public interface Callbacks {
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherModel.java | 112 private WeakReference<Callbacks> mCallbacks; 151 public interface Callbacks { 862 Callbacks callbacks = mCallbacks.get(); local 898 Callbacks callbacks = mCallbacks.get(); local 1208 final Callbacks callbacks = mCallbacks.get(); local 1949 final Callbacks callbacks = tryGetCallbacks(oldCallbacks); local 2077 final Callbacks callbacks = mCallbacks != null ? mCallbacks.get() : null; local [all...] |
/external/elfutils/src/ |
ld.h | 294 struct callbacks struct 302 DL_CALL_FCT ((state)->callbacks.lib_extensions, (state)) 313 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp)) 318 DL_CALL_FCT ((state)->callbacks.file_close, (file, state)) 330 DL_CALL_FCT ((state)->callbacks.create_sections, (state)) 335 DL_CALL_FCT ((state)->callbacks.flag_unresolved, (state)) 341 DL_CALL_FCT ((state)->callbacks.generate_sections, (state)) 347 DL_CALL_FCT ((state)->callbacks.open_outfile, (state, machine, class, data)) 352 DL_CALL_FCT ((state)->callbacks.create_outfile, (state)) 358 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, 848 struct callbacks callbacks; member in struct:ld_state [all...] |