/frameworks/base/core/java/android/webkit/ |
WebViewClientClassicExt.java | 22 * Adds WebViewClassic specific extension methods to the WebViewClient callback class. 44 * @param view The WebView that is initiating the callback.
|
/frameworks/base/native/android/ |
looper.cpp | 71 ALooper_callbackFunc callback, void* data) { 72 return static_cast<Looper*>(looper)->addFd(fd, ident, events, callback, data);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
TakeScreenshotService.java | 38 final Messenger callback = msg.replyTo; 46 callback.send(reply);
|
/frameworks/native/opengl/specs/ |
EGL_ANDROID_blob_cache.txt | 106 is slow to compute or collect, the application may specify callback 113 sets the callback function pointers that client APIs associated with 118 semantics of these callback functions are described in Section 3.9.1 (Cache 138 key, a client API implementation can call the application-provided callback 157 client API implementation can call the application-provided callback 175 1. How should errors be handled in the callback functions? 180 encounters an error during the 'set' callback. Similarly, it can simply 181 return 0 if it encouters an error in a 'get' callback.
|
/frameworks/wilhelm/src/itf/ |
IOutputMix.c | 48 slMixDeviceChangeCallback callback, void *pContext) 54 thiz->mCallback = callback;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
ContextMap.java | 65 T callback; field in class:ContextMap.App 73 App(UUID uuid, T callback) { 75 this.callback = callback; 83 IBinder binder = ((IInterface)callback).asBinder(); 97 IBinder binder = ((IInterface)callback).asBinder(); 115 void add(UUID uuid, T callback) { 117 mApps.add(new App(uuid, callback));
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
EmptyLoader.java | 40 public static class Callback implements LoaderCallbacks<Object> { 43 public Callback(Context context) {
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeLlcpSocket.cpp | 34 /* Report the callback status and wake up the caller */ 81 /* Report the callback status and wake up the caller */ 94 /* Report the callback status and wake up the caller */ 104 /* Report the callback status and wake up the caller */ 146 /* Wait for callback response */ 205 /* Wait for callback response */ 286 /* Wait for callback response */ 342 /* Wait for callback response */
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyCallbackModeExitDialog.java | 47 * Displays dialog that enables users to exit Emergency Callback Mode 53 /** Intent to trigger the Emergency Callback Mode exit dialog */ 79 // Check if phone is in Emergency Callback Mode. If not, exit. 166 * Shows Emergency Callback Mode dialog and starts countdown timer 199 * Creates dialog that enables users to exit Emergency Callback Mode 214 // User clicked Yes. Exit Emergency Callback Mode. 293 * Listens for Emergency Callback Mode state change intents 298 // Received exit Emergency Callback Mode notification close all dialogs
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin.h | 45 Return PLUGEVT_SUCCESS if at least one callback was called, 46 PLUGEVT_NO_CALLBACK if there was no callback.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin.h | 45 Return PLUGEVT_SUCCESS if at least one callback was called, 46 PLUGEVT_NO_CALLBACK if there was no callback.
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
plugin.h | 45 Return PLUGEVT_SUCCESS if at least one callback was called, 46 PLUGEVT_NO_CALLBACK if there was no callback.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
plugin.h | 45 Return PLUGEVT_SUCCESS if at least one callback was called, 46 PLUGEVT_NO_CALLBACK if there was no callback.
|
/external/webkit/Source/JavaScriptCore/API/ |
JSObjectRef.h | 81 @abstract The callback invoked when an object is first created. 88 Unlike the other object callbacks, the initialize callback is called on the least 96 @abstract The callback invoked when an object is finalized (prepared for garbage collection). An object may be finalized on any thread. 102 The finalize callback is called on the most derived class first, and the least 114 @abstract The callback invoked when determining whether an object has a property. 125 This callback enables optimization in cases where only a property's existence needs to be known, not its value, and computing its value would be expensive. 127 If this callback is NULL, the getProperty callback will be used to service hasProperty requests. 134 @abstract The callback invoked when getting a property's value. 151 @abstract The callback invoked when setting a property's value [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
DalvCode.java | 120 * given callback to perform lookups. This must be called before 123 * @param callback {@code non-null;} callback object 125 public void assignIndices(AssignIndicesCallback callback) { 126 unprocessedInsns.assignIndices(callback); 220 * Class used as a callback for {@link #assignIndices}.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvCode.java | 120 * given callback to perform lookups. This must be called before 123 * @param callback {@code non-null;} callback object 125 public void assignIndices(AssignIndicesCallback callback) { 126 unprocessedInsns.assignIndices(callback); 220 * Class used as a callback for {@link #assignIndices}.
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoFragment.java | 79 * This callback is invoked when users click on a displayed image. The input argument is 91 * This callback is invoked when the Fragment is created. 99 * This callback is invoked as the Fragment's View is being constructed. 133 * This callback is invoked as the Fragment's View is being destroyed 152 * This callback is invoked when the Fragment is no longer attached to its Activity. 168 * This callback is invoked if the system asks the Fragment to save its state. This allows the
|
/external/bluetooth/bluedroid/stack/gap/ |
gap_int.h | 37 /* There must be a different btm callback for*/ 52 void *p_data; /* Pointer to any data returned in callback */ 53 tGAP_CALLBACK *gap_cback; /* Pointer to users callback function */ 55 UINT16 event; /* Passed back in the callback */ 56 UINT8 index; /* Index of this control block and callback */ 104 tGAP_CONN_CALLBACK *p_callback; /* Users callback function */
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
port_int.h | 60 tPORT_CALLBACK *p_callback; /* Address of the callback function */ 193 UINT32 ev_mask; /* Event mask for the callback */ 194 tPORT_CALLBACK *p_callback; /* Pointer to users callback function */ 195 tPORT_CALLBACK *p_mgmt_callback; /* Callback function to receive connection up/down */ 196 tPORT_DATA_CALLBACK *p_data_callback; /* Callback function to receive data indications */ 197 tPORT_DATA_CO_CALLBACK *p_data_co_callback; /* Callback function with callouts and flowctrl */
|
/external/chromium/chrome/browser/ |
browsing_data_local_storage_helper.cc | 59 Callback1<const std::vector<LocalStorageInfo>& >::Type* callback) { 62 DCHECK(callback); 64 completion_callback_.reset(callback); 184 Callback1<const std::vector<LocalStorageInfo>& >::Type* callback) { 187 DCHECK(callback); 189 completion_callback_.reset(callback);
|
/external/chromium/chrome/browser/chromeos/cros/ |
cryptohome_library.h | 42 Delegate* callback) = 0; 58 Delegate* callback) = 0; 78 Delegate* callback) = 0; 86 virtual bool AsyncMountForBwsi(Delegate* callback) = 0; 99 Delegate* callback) = 0; 109 virtual bool AsyncDoAutomaticFreeDiskSpaceControl(Delegate* callback) = 0;
|
/external/chromium/chrome/browser/extensions/ |
extension_accessibility_api.cc | 129 Callback* callback) { 130 on_enabled_listeners_.push_back(callback); 134 Callback* callback) { 135 on_disabled_listeners_.push_back(callback);
|
/external/chromium/chrome/browser/sync/notifier/ |
chrome_system_resources.cc | 125 invalidation::StorageCallback* callback) { 126 callback->Run(true); 127 delete callback; 132 invalidation::StorageCallback* callback) { 138 // right away, as we may be called under a lock that the callback 143 callback));
|
/external/chromium/net/http/ |
http_auth_handler.h | 60 // |request|, |callback|, and |auth_token| must be non-NULL. 66 // asynchronously and |callback| will be invoked. The lifetime of 67 // |request|, |callback|, and |auth_token| must last until |callback| is 75 CompletionCallback* callback, 157 CompletionCallback* callback,
|
/external/chromium/net/socket/ |
ssl_client_socket_win.h | 54 virtual int Connect(CompletionCallback* callback 71 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback); 72 virtual int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback); 120 // User function to callback when the Connect() completes. 123 // User function to callback when a Read() completes. 128 // User function to callback when a Write() completes.
|