/external/chromium/net/udp/ |
udp_client_socket.cc | 26 CompletionCallback* callback) { 27 return socket_.Read(buf, buf_len, callback); 32 CompletionCallback* callback) { 33 return socket_.Write(buf, buf_len, callback);
|
/external/chromium/webkit/glue/ |
alt_error_page_resource_fetcher.cc | 7 #include "base/callback.h" 25 Callback* callback) 27 callback_(callback),
|
/external/clang/test/Parser/ |
DelayedTemplateParsing.cpp | 77 class Callback { 82 Callback(BindState<RunType> bind_state) { 88 Callback Bind() { 89 return Callback(BindState<void(void*)>());
|
/external/icu4c/test/letest/ |
xmlreader.h | 23 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
|
/external/javasqlite/src/main/java/SQLite/ |
ProgressHandler.java | 4 * Callback interface for SQLite's user defined progress handler.
|
/external/libnfc-nxp/Linux_x86/ |
phOsalNfc_Timer.c | 49 ppCallBck_t callback; /*!< Callback to be called when timer expires. */ member in struct:phOsalNfc_Timer 50 void* pContext; /*!< Callback context. */ 99 * \brief System timer callback. 100 * This callback is called by Linux whenever one the timers expires. It 101 * calls the corresponding registered callback. 139 timer_msg->pCallBck = timers[timerid].callback; 155 (timers[timerid].callback)(timerid, timers[timerid].pContext); 181 if(timers[timerid].callback == NULL) 191 timers[timerid].callback = phOsalNfc_Timer_Dummy_Cb [all...] |
/external/qemu/android/ |
async-socket-connector.h | 32 * to connect, and a callback to invoke on connection events. 36 * The main job on the client side falls on the client's callback routine that 38 * will invoke that callback to report current connection status. 40 * In general, there are three connection events passed to the callback: 45 * Typically, when client's callback is called for a successful connection, the 49 * When client's callback is invoked with an error (ASIO_STATE_FAILED event), the 52 * by returning ASIO_ACTION_RETRY from the callback. If client returns ASIO_ACTION_ABORT 53 * from the callback, the connector will stop connection attempts, and will 54 * self-destruct. If ASIO_ACTION_RETRY is returned from the callback, the connector 58 * When client's callback is invoked with ASIO_STATE_RETRYING (indicating tha [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_UnlockAudio.3 | 3 SDL_UnlockAudio \- Unlock the callback function
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSurfaceView.java | 17 @Override public void addCallback(Callback callback) { 20 @Override public void removeCallback(Callback callback) {
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
callback-to-remote-context-expected.txt | 6 PASS Success callback invoked
|
callback-to-remote-context2-expected.txt | 6 PASS Success callback invoked
|
delayed-permission-allowed-expected.txt | 6 PASS Success callback invoked
|
reentrant-error-expected.txt | 1 Tests that reentrant calls to Geolocation methods from the error callback are OK.
|
success-expected.txt | 1 Tests Geolocation success callback using the mock service.
|
timeout-expected.txt | 1 Tests that when timeout is non-zero, the success callback is called as expected.
|
timeout-zero-expected.txt | 1 Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
delayed-permission-denied-for-multiple-requests.js | 17 testFailed('Success callback invoked unexpectedly'); 28 testFailed('Error callback invoked unexpectedly'); 33 testFailed('Success callback invoked unexpectedly'); 44 testFailed('Error callback invoked unexpectedly');
|
disconnected-frame-permission-denied.js | 1 description("Tests that when a request is made on a Geolocation object, permission is denied and its Frame is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED."); 15 testFailed('Success callback invoked unexpectedly'); 29 testFailed('Success callback invoked unexpectedly');
|
reentrant-success.js | 1 description("Tests that reentrant calls to Geolocation methods from the success callback are OK."); 19 testFailed('Success callback invoked unexpectedly'); 31 testFailed('Error callback invoked unexpectedly'); 48 testFailed('Error callback invoked unexpectedly');
|
/external/webkit/LayoutTests/storage/ |
close-during-stress-test-expected.txt | 3 A JavaScript failure on the console is expected, however, as the global object is cleared when closing a frame. It actually helps to cause database activity by throwing an exception from a callback.
|
/external/webkit/Source/WebCore/css/ |
MediaQueryListListener.cpp | 36 ScriptCallback callback(state, m_value); 38 callback.appendArgument(toJS(state, query)); 45 callback.appendArgument(toV8(query)); 47 callback.call();
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothManager.aidl | 31 IBluetooth registerAdapter(in IBluetoothManagerCallback callback); 32 void unregisterAdapter(in IBluetoothManagerCallback callback); 33 void registerStateChangeCallback(in IBluetoothStateChangeCallback callback); 34 void unregisterStateChangeCallback(in IBluetoothStateChangeCallback callback);
|
/frameworks/base/core/java/com/android/internal/view/ |
RootViewSurfaceTaker.java | 12 InputQueue.Callback willYouTakeTheInputQueue();
|
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
CameraPreviewView.java | 11 public class CameraPreviewView extends SurfaceView implements SurfaceHolder.Callback { 35 * @see android.view.SurfaceHolder.Callback#surfaceChanged(android.view.SurfaceHolder, int, int, int) 44 * @see android.view.SurfaceHolder.Callback#surfaceCreated(android.view.SurfaceHolder) 53 * @see android.view.SurfaceHolder.Callback#surfaceDestroyed(android.view.SurfaceHolder)
|
/external/bluetooth/bluedroid/bta/sys/ |
bta_sys_int.h | 47 /* Collision callback */ 65 tBTA_SYS_HW_CBACK *sys_hw_cback[BTA_SYS_MAX_HW_MODULES]; /* enable callback for each HW modules */ 69 tBTA_SYS_CONN_CBACK *prm_cb; /* role management callback registered by DM */ 70 tBTA_SYS_CONN_CBACK *ppm_cb; /* low power management callback registered by DM */ 71 tBTA_SYS_CONN_CBACK *p_policy_cb; /* link policy change callback registered by DM */ 72 tBTA_SYS_CONN_CBACK *p_sco_cb; /* SCO connection change callback registered by AV */ 73 tBTA_SYS_CONN_CBACK *p_role_cb; /* role change callback registered by AV */
|