/external/libnfc-nxp/src/ |
phLibNfc_initiator.h | 38 /*NFC-IP send callback and its context*/ 42 /*NFC-IP receive callback and its context*/
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RpcController.java | 81 * canceled, the "done" callback will still be called and the RpcController 102 * server side only. The server should still call the final "done" callback. 107 * Asks that the given callback be called when the RPC is canceled. The 108 * parameter passed to the callback will always be {@code null}. The 109 * callback will always be called exactly once. If the RPC completes without 110 * being canceled, the callback will be called after completion. If the RPC 111 * has already been canceled when NotifyOnCancel() is called, the callback 117 void notifyOnCancel(RpcCallback<Object> callback);
|
/external/qemu/android/protocol/ |
ui-commands-api.h | 37 /* Registers a UI callback to be called when brightness is changed by the core. */ 38 extern int uicmd_set_brightness_change_callback(AndroidHwLightBrightnessCallback callback,
|
ui-commands-qemu.c | 33 uicmd_set_brightness_change_callback(AndroidHwLightBrightnessCallback callback, 37 funcs.light_brightness = callback;
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsettimer.html | 76 >SDL_SetTimer -- Set a callback to run after the specified number of milliseconds has 103 >(Uint32 interval, SDL_TimerCallback callback);</CODE 115 >Callback</H2 117 >/* Function prototype for the timer callback function */ 128 >Set a callback to run after the specified number of milliseconds has 129 elapsed. The callback function is passed the current timer interval 140 >The timer callback function may run in a different thread than your 144 you request a 16 ms timer, your callback will run approximately 20 ms
|
/external/qemu/distrib/sdl-1.2.15/src/timer/ |
SDL_timer.c | 165 static SDL_TimerID SDL_AddTimerInternal(Uint32 interval, SDL_NewTimerCallback callback, void *param) 171 t->cb = callback; 185 SDL_TimerID SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param) 201 t = SDL_AddTimerInternal(interval, callback, param); 235 /* Old style callback functions are wrapped through this */ 242 int SDL_SetTimer(Uint32 ms, SDL_TimerCallback callback) 270 if ( SDL_AddTimerInternal(ms, callback_wrapper, (void *)callback) == NULL ) { 276 SDL_alarm_callback = callback;
|
/external/qemu/ |
user-events-qemu.c | 53 void user_event_register_generic(void* opaque, QEMUPutGenericEvent *callback) 55 generic_event_callback = callback;
|
user-events.h | 27 /* The following is used to register a callback function that will receive 31 void user_event_register_generic(void* opaque, QEMUPutGenericEvent callback);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowHandler.java | 31 private Handler.Callback callback; field in class:ShadowHandler 41 public void __constructor__(Handler.Callback callback) { 42 this.callback = callback; 113 if(callback != null) { 114 callback.handleMessage(msg);
|
/external/smack/src/org/apache/harmony/javax/security/auth/callback/ |
LanguageCallback.java | 18 package org.apache.harmony.javax.security.auth.callback; 23 public class LanguageCallback implements Callback, Serializable {
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
watch.js | 52 testFailed('Success callback invoked unexpectedly'); 63 testFailed('Error callback invoked unexpectedly');
|
/external/webkit/LayoutTests/storage/ |
open-database-creation-callback-isolated-world.html | 4 This test tests that the openDatabase() creation callback is called in the right world. 27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
|
statement-error-callback-isolated-world.html | 4 This test tests that the statement error callback is called in the right world. 27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
|
statement-success-callback-isolated-world.html | 4 This test tests that the statement success callback is called in the right world. 27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
|
transaction-callback-isolated-world.html | 4 This test tests that the transaction callback is called in the right world. 27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
|
transaction-error-callback-isolated-world.html | 4 This test tests that the transaction error callback is called in the right world. 27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
|
transaction-success-callback-isolated-world.html | 4 This test tests that the transaction success callback is called in the right world. 27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
|
/external/webkit/Source/WebCore/dom/ |
DataTransferItem.idl | 39 void getAsString(in [Callback] StringCallback callback);
|
/external/webkit/Source/WebCore/fileapi/ |
DirectoryReader.idl | 36 void readEntries(in [Callback] EntriesCallback successCallback, in [Optional, Callback] ErrorCallback errorCallback);
|
/external/webkit/Source/WebCore/loader/icon/ |
IconDatabaseBase.h | 81 static PassRefPtr<EnumCallback> create(void* context, CallbackFunction callback) 83 return adoptRef(new EnumCallback(context, callback)); 105 EnumCallback(void* context, CallbackFunction callback) 107 , m_callback(callback) 120 static PassRefPtr<ObjectCallback> create(void* context, CallbackFunction callback) 122 return adoptRef(new ObjectCallback(context, callback)); 144 ObjectCallback(void* context, CallbackFunction callback) 146 , m_callback(callback)
|
/external/webkit/Source/WebCore/storage/ |
StorageInfo.idl | 35 [CallWith=ScriptExecutionContext] void queryUsageAndQuota(in unsigned short storageType, in [Callback, Optional] StorageInfoUsageCallback usageCallback, in [Callback, Optional] StorageInfoErrorCallback errorCallback);
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/ |
AutoFocusCallback.java | 43 //Log.d(TAG, "Got auto-focus callback; requesting another"); 47 Log.d(TAG, "Got auto-focus callback, but no handler for it");
|
/frameworks/base/core/java/android/hardware/location/ |
GeofenceHardwareMonitorCallback.java | 22 * The callback class associated with the status change of hardware montiors 27 * The callback called when the state of a monitoring system changes.
|
/frameworks/base/core/java/android/nfc/ |
NfcEvent.java | 25 * {@link NfcAdapter}. Check the documentation of the callback to see 29 * in the callback) because it allows new fields to be added without breaking
|
/frameworks/base/core/java/com/android/internal/app/ |
IAppOpsService.aidl | 29 void startWatchingMode(int op, String packageName, IAppOpsCallback callback); 30 void stopWatchingMode(IAppOpsCallback callback);
|