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

<<51525354555657585960>>

  /external/chromium/net/base/
host_resolver_impl_unittest.cc 358 // Make sure we will exit the queue even when callback is not called.
633 // Port 80 is the first request that the callback will be invoked for.
634 // While we are executing within that callback, cancel the other requests
740 // only reference to |host_resolver|, so it can delete it within callback.
979 TestCompletionCallback callback; local
1030 TestCompletionCallback callback; local
1101 TestCompletionCallback callback; local
1133 TestCompletionCallback callback; local
1163 TestCompletionCallback callback; local
1273 TestCompletionCallback callback[arraysize(req)]; local
1354 TestCompletionCallback callback[arraysize(req)]; local
1428 TestCompletionCallback callback[arraysize(req)]; local
1493 TestCompletionCallback callback[arraysize(req)]; local
1561 TestCompletionCallback callback[arraysize(req)]; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 474 * Fires on if Modem enters Emergency Callback mode
842 * @param result is a callback message
849 * @param result is a callback message
    [all...]
  /bootable/recovery/minzip/
Zip.h 140 * Type definition for the callback function used by
206 * MZ_EXTRACT_DRY_RUN - don't do anything, but do invoke the callback
210 * If callback is non-NULL, it will be invoked with each unpacked file.
218 void (*callback)(const char *fn, void*), void *cookie,
  /dalvik/vm/alloc/
Visit.h 39 * Callback invoked with the address of a reference and a user
  /development/samples/ApiDemos/res/layout/
date_widgets_example_2.xml 17 <!-- example of using the time changed callback, with now visible 'set' button-->
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IRemoteServiceCallback.aidl 20 * Example of a callback interface used by IRemoteService to send
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
CompatTab.java 39 public abstract CompatTab setTabListener(CompatTabListener callback);
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
DialogActivity.java 33 * Callback method defined by the View
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.h 59 ** Type definitions for callback functions
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 100 /* Client callback function events */
252 /* callback data structure */
367 /* Client callback function */
372 /* Server callback function events */
427 /*********************** NV callback Data Definitions **********************
475 /* callback data for server access request from client */
535 /* GATTS callback data */
551 /* Server callback function */
587 ** p_client_cb - pointer to the application callback function.
659 ** by a callback event, and followed by a service search complet
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_sock_thread.h 46 int btsock_thread_create(btsock_signaled_cb callback, btsock_cmd_cb cmd_callback);
  /external/bluetooth/bluedroid/hci/include/
hci.h 52 /* Callback function for the returned event of internally issued command */
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_int.h 47 tA2D_FIND_CBACK *p_cback; /* pointer to application callback */
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 354 /* callback data for server access request from client */
472 /* Client Operation Complete Callback Data
481 /* GATT client operation type, used in client callback function
525 type of discovery result callback. */
554 /* discover result callback function */
557 /* discover complete callback function */
560 /* Define a callback function for when read/write/disc/config operation is completed. */
563 /* Define a callback function when an initialized connection is established. */
566 /* attribute request callback for ATT server */
573 ** GATT. This structure includes callback functions. All function
    [all...]
  /external/chromium/base/
message_pump.h 113 // Schedule a DoWork callback to happen reasonably soon. Does nothing if a
114 // DoWork callback is already scheduled. This method may be called from any
119 // Schedule a DoDelayedWork callback to happen at the specified time,
120 // cancelling any pending DoDelayedWork callback. This method may only be
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 12 #include "base/callback.h"
27 // . Define the callback method, something like:
30 // . When you want the version invoke: loader.GetBootTimes(&consumer, callback);
70 GetBootTimesCallback* callback);
version_loader.cc 49 VersionLoader::GetVersionCallback* callback,
57 scoped_refptr<GetVersionRequest> request(new GetVersionRequest(callback));
68 VersionLoader::GetFirmwareCallback* callback) {
75 scoped_refptr<GetFirmwareRequest> request(new GetFirmwareRequest(callback));
  /external/chromium/chrome/browser/chromeos/cros/
speech_synthesis_library.h 33 // Starts the speech synthesis service and indicates through a callback if
  /external/chromium/chrome/browser/chromeos/login/
online_attempt.h 35 AuthAttemptStateResolver* callback);
update_screen_browsertest.cc 22 static void RequestUpdateCheckSuccess(UpdateCallback callback, void* userdata) {
23 callback(userdata, chromeos::UPDATE_RESULT_SUCCESS, NULL);
178 static void RequestUpdateCheckFail(UpdateCallback callback, void* userdata) {
179 callback(userdata, chromeos::UPDATE_RESULT_FAILED, NULL);
  /external/chromium/chrome/browser/
favicon_helper_unittest.cc 40 // It also will be used to invoke the onDidDownload callback.
73 // OnDidDownloadFavicon callback.
88 FaviconService::FaviconDataCallback* callback)
92 callback_(callback) {
99 FaviconService::FaviconDataCallback* callback)
104 callback_(callback) {
190 FaviconService::FaviconDataCallback* callback) OVERRIDE {
192 icon_type, callback));
199 FaviconService::FaviconDataCallback* callback) OVERRIDE {
201 icon_type, callback));
739 FaviconService::FaviconDataCallback* callback = history_handler->callback_; local
    [all...]
gpu_data_manager.cc 111 void GpuDataManager::AddGpuInfoUpdateCallback(Callback0::Type* callback) {
113 gpu_info_update_callbacks_.insert(callback);
116 bool GpuDataManager::RemoveGpuInfoUpdateCallback(Callback0::Type* callback) {
119 gpu_info_update_callbacks_.find(callback);
icon_manager.h 37 // When using the second (asychronous) method, callers must supply a callback
51 #include "base/callback.h"
79 // client in the callback. Note: this does *not* check the cache.
85 IconRequestCallback* callback);
jumplist_win.h 114 // Observer callback for TabRestoreService::Observer to notify when a tab is
121 // Observer callback to notice when our associated TabRestoreService
149 // A callback function for HistoryService that notify when the "Most Visited"
156 // A callback function for HistoryService that notify when a requested favicon
  /external/chromium/chrome/browser/notifications/
notification_delegate.h 14 // callback methods for notification, and provides an identify of

Completed in 676 milliseconds

<<51525354555657585960>>