/frameworks/base/core/jni/ |
android_view_InputChannel.h | 32 /* Sets a callback that is invoked when the InputChannel DVM object is disposed (or finalized). 36 InputChannelObjDisposeCallback callback, void* data = NULL);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
CameraTest.java | 75 * receive the callback messages. 108 // callback still uses the camera object (setHasPreviewCallback). 118 Log.v(TAG, "Preview callback start"); 129 Log.v(TAG, "Preview callback stop"); 144 // no support for raw data - success if we get the callback 146 Log.v(TAG, "RawPictureCallback callback"); 166 Log.v(TAG, "Jpeg Picture callback"); 223 * Test case 1: Take a picture and verify all the callback
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
IBordeauxService.aidl | 42 * This shows how to do so, by registering a callback interface with 48 * Remove a previously registered callback interface.
|
/frameworks/native/libs/binder/ |
IAppOpsService.cpp | 86 const sp<IAppOpsCallback>& callback) { 91 data.writeStrongBinder(callback->asBinder()); 95 virtual void stopWatchingMode(const sp<IAppOpsCallback>& callback) { 98 data.writeStrongBinder(callback->asBinder()); 155 sp<IAppOpsCallback> callback = interface_cast<IAppOpsCallback>(data.readStrongBinder()); local 156 startWatchingMode(op, packageName, callback); 162 sp<IAppOpsCallback> callback = interface_cast<IAppOpsCallback>(data.readStrongBinder()); local 163 stopWatchingMode(callback);
|
/frameworks/wilhelm/src/itf/ |
IVisualization.c | 23 slVisualizationCallback callback, void *pContext, SLmilliHertz rate) 32 thiz->mCallback = callback;
|
/hardware/invensense/mlsdk/mllite/ |
mlstates.c | 170 * The FIFO does not have to be on for this callback. 175 inv_error_t inv_register_state_callback(state_change_callback_t callback) 190 if (sStateChangeCallbacks.stateChangeCallbacks[kk] == callback) { 197 // Add new callback 200 = callback; 215 * The FIFO does not have to be on for this callback. 218 inv_error_t inv_unregister_state_callback(state_change_callback_t callback) 231 if (sStateChangeCallbacks.stateChangeCallbacks[kk] == callback) {
|
mlstates.h | 51 inv_error_t inv_register_state_callback(state_change_callback_t callback); 52 inv_error_t inv_unregister_state_callback(state_change_callback_t callback);
|
/libcore/luni/src/test/java/tests/support/ |
MockCallback.java | 19 import SQLite.Callback; 22 public class MockCallback implements Callback {
|
/packages/apps/Browser/src/com/android/browser/ |
UrlSelectionActionMode.java | 23 public class UrlSelectionActionMode implements ActionMode.Callback { 31 // ActionMode.Callback implementation
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragSource.java | 34 * A callback specifically made back to the source after an item from this source has been flung 41 * A callback made back to the source after an item from this source has been dropped on a
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
HomeGroupsXLarge.java | 36 public class HomeGroupsXLarge extends Activity implements ActionBar.Callback, 155 /** Implements ActionBar.Callback */ 166 /** Implements ActionBar.Callback */ 171 /** Implements ActionBar.Callback */ 187 /** Implements ActionBar.Callback */ 192 /** Implements ActionBar.Callback */ 197 /** Implements ActionBar.Callback */ 202 /** Implements ActionBar.Callback */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
mainloop-api.h | 64 /** An IO event callback protoype \since 0.9.3 */ 66 /** A IO event destroy callback prototype \ since 0.9.3 */ 71 /** A time event callback prototype \since 0.9.3 */ 73 /** A time event destroy callback prototype \ since 0.9.3 */ 78 /** A defer event callback protoype \since 0.9.3 */ 80 /** A defer event destroy callback prototype \ since 0.9.3 */ 119 /** Run the specified callback function once from the main loop using an anonymous defer event. */ 120 void pa_mainloop_api_once(pa_mainloop_api*m, void (*callback)(pa_mainloop_api*m, void *userdata), void *userdata);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
mainloop-api.h | 64 /** An IO event callback protoype \since 0.9.3 */ 66 /** A IO event destroy callback prototype \ since 0.9.3 */ 71 /** A time event callback prototype \since 0.9.3 */ 73 /** A time event destroy callback prototype \ since 0.9.3 */ 78 /** A defer event callback protoype \since 0.9.3 */ 80 /** A defer event destroy callback prototype \ since 0.9.3 */ 119 /** Run the specified callback function once from the main loop using an anonymous defer event. */ 120 void pa_mainloop_api_once(pa_mainloop_api*m, void (*callback)(pa_mainloop_api*m, void *userdata), void *userdata);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
mainloop-api.h | 64 /** An IO event callback protoype \since 0.9.3 */ 66 /** A IO event destroy callback prototype \ since 0.9.3 */ 71 /** A time event callback prototype \since 0.9.3 */ 73 /** A time event destroy callback prototype \ since 0.9.3 */ 78 /** A defer event callback protoype \since 0.9.3 */ 80 /** A defer event destroy callback prototype \ since 0.9.3 */ 119 /** Run the specified callback function once from the main loop using an anonymous defer event. */ 120 void pa_mainloop_api_once(pa_mainloop_api*m, void (*callback)(pa_mainloop_api*m, void *userdata), void *userdata);
|
/system/core/libcutils/ |
selector.c | 127 * Adds an fd to the given set if the callback is non-null. Returns true 131 void (*callback)(SelectableFd*), fd_set* fdSet) { 132 if (callback != NULL) { 198 * Invokes a callback if the callback is non-null and the fd is in the given 202 void (*callback)(SelectableFd*), fd_set* fdSet) { 203 if (callback != NULL && !selectableFd->remove && 206 callback(selectableFd);
|
/development/ndk/platforms/android-9/include/android/ |
looper.h | 50 * ALooper_addFd() that do not have a callback (that is provide NULL 51 * for the callback). In this case the caller of ALooper_pollOnce() 150 * For callback-based event loops, this is the prototype of the function 156 * to have this file descriptor and callback unregistered from the looper. 179 * and it has no callback function (requiring the caller here to handle it). 190 * data has been consumed or a file descriptor is available with no callback. 209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback. 211 * "callback" is the function to call when there is an event on the file descriptor. 212 * "data" is a private data pointer to supply to the callback. 216 * (1) If "callback" is non-NULL, then this function will be called when there i [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_hh_api.h | 39 /* BTA HID Host callback events */ 44 #define BTA_HH_GET_RPT_EVT 4 /* BTA_HhGetReport callback */ 45 #define BTA_HH_SET_RPT_EVT 5 /* BTA_HhSetReport callback */ 46 #define BTA_HH_GET_PROTO_EVT 6 /* BTA_GetProtoMode callback */ 47 #define BTA_HH_SET_PROTO_EVT 7 /* BTA_HhSetProtoMode callback */ 48 #define BTA_HH_GET_IDLE_EVT 8 /* BTA_HhGetIdle comes callback */ 49 #define BTA_HH_SET_IDLE_EVT 9 /* BTA_HhSetIdle finish callback */ 51 #define BTA_HH_ADD_DEV_EVT 11 /* Add Device callback */ 117 only used in BTA_HH_OPEN_EVT callback */ 197 /* callback event data for BTA_HH_OPEN_EVT * [all...] |
/external/bluetooth/bluedroid/stack/include/ |
goep_fs.h | 85 /* Structure passed in Directory Entry Callback to be filled in */ 133 ** Callback Function: tGOEP_OPEN_CBACK 155 ** Callback Function: tGOEP_CLOSE_CBACK 167 ** Callback Function: tGOEP_READ_CBACK 187 ** Callback Function: tGOEP_WRITE_CBACK 205 ** Callback Function: tGOEP_SEEK_CBACK 219 ** Callback Function: tGOEP_DIRENTRY_CBACK 247 ** Callback Function: tGOEP_ACCESS_CBACK 263 ** Callback Function: tGOEP_MKDIR_CBACK 280 ** Callback Function: tGOEP_RMDIR_CBAC [all...] |
/external/chromium/net/http/ |
http_transaction_unittest.cc | 222 net::CompletionCallback* callback, 256 CallbackLater(callback, net::OK); 261 net::CompletionCallback* callback) { 267 net::CompletionCallback* callback) { 273 net::CompletionCallback* callback) { 282 net::CompletionCallback* callback) { 292 CallbackLater(callback, num); 312 void MockNetworkTransaction::CallbackLater(net::CompletionCallback* callback, 315 &MockNetworkTransaction::RunCallback, callback, result)); 318 void MockNetworkTransaction::RunCallback(net::CompletionCallback* callback, 350 TestCompletionCallback callback; local [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
trie-c.cc | 13 FindCallback(const FindCallback &callback) 14 : func_(callback.func_), first_arg_(callback.first_arg_) {} 34 PredictCallback(const PredictCallback &callback) 35 : func_(callback.func_), first_arg_(callback.first_arg_) {} 267 int (*callback)(void *, marisa_alpha_uint32, size_t), 271 } else if (callback == NULL) { 276 ::FindCallback(callback, first_arg_to_callback)); 279 ::FindCallback(callback, first_arg_to_callback)) [all...] |
/frameworks/native/include/android/ |
looper.h | 50 * ALooper_addFd() that do not have a callback (that is provide NULL 51 * for the callback). In this case the caller of ALooper_pollOnce() 150 * For callback-based event loops, this is the prototype of the function 157 * to have this file descriptor and callback unregistered from the looper. 180 * and it has no callback function (requiring the caller here to handle it). 191 * data has been consumed or a file descriptor is available with no callback. 210 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback. 212 * "callback" is the function to call when there is an event on the file descriptor. 213 * "data" is a private data pointer to supply to the callback. 217 * (1) If "callback" is non-NULL, then this function will be called when there i [all...] |
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/ |
looper.h | 50 * ALooper_addFd() that do not have a callback (that is provide NULL 51 * for the callback). In this case the caller of ALooper_pollOnce() 150 * For callback-based event loops, this is the prototype of the function 156 * to have this file descriptor and callback unregistered from the looper. 179 * and it has no callback function (requiring the caller here to handle it). 190 * data has been consumed or a file descriptor is available with no callback. 209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback. 211 * "callback" is the function to call when there is an event on the file descriptor. 212 * "data" is a private data pointer to supply to the callback. 216 * (1) If "callback" is non-NULL, then this function will be called when there i [all...] |
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/ |
looper.h | 50 * ALooper_addFd() that do not have a callback (that is provide NULL 51 * for the callback). In this case the caller of ALooper_pollOnce() 150 * For callback-based event loops, this is the prototype of the function 156 * to have this file descriptor and callback unregistered from the looper. 179 * and it has no callback function (requiring the caller here to handle it). 190 * data has been consumed or a file descriptor is available with no callback. 209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback. 211 * "callback" is the function to call when there is an event on the file descriptor. 212 * "data" is a private data pointer to supply to the callback. 216 * (1) If "callback" is non-NULL, then this function will be called when there i [all...] |
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/ |
looper.h | 50 * ALooper_addFd() that do not have a callback (that is provide NULL 51 * for the callback). In this case the caller of ALooper_pollOnce() 150 * For callback-based event loops, this is the prototype of the function 156 * to have this file descriptor and callback unregistered from the looper. 179 * and it has no callback function (requiring the caller here to handle it). 190 * data has been consumed or a file descriptor is available with no callback. 209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback. 211 * "callback" is the function to call when there is an event on the file descriptor. 212 * "data" is a private data pointer to supply to the callback. 216 * (1) If "callback" is non-NULL, then this function will be called when there i [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/ |
looper.h | 50 * ALooper_addFd() that do not have a callback (that is provide NULL 51 * for the callback). In this case the caller of ALooper_pollOnce() 150 * For callback-based event loops, this is the prototype of the function 156 * to have this file descriptor and callback unregistered from the looper. 179 * and it has no callback function (requiring the caller here to handle it). 190 * data has been consumed or a file descriptor is available with no callback. 209 * The identifier must be >= 0, or ALOOPER_POLL_CALLBACK if providing a non-NULL callback. 211 * "callback" is the function to call when there is an event on the file descriptor. 212 * "data" is a private data pointer to supply to the callback. 216 * (1) If "callback" is non-NULL, then this function will be called when there i [all...] |