/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_extplug.h | 50 /** Callback table of extplug */ 80 const snd_pcm_extplug_callback_t *callback; member in struct:snd_pcm_extplug 123 /** Callback table of extplug */ 126 * transfer between source and destination; this is a required callback
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
browser.h | 83 /** Callback prototype */ 86 /** Set the callback pointer for the browser object */ 89 /** Callback prototype for errors */ 92 /** Set a callback function that is called whenever the browser object
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soundfont.h | 68 * Type of the sample access callback 94 struct snd_sf_callback callback; /* callback functions */ member in struct:snd_sf_list 108 struct snd_sf_list *snd_sf_new(struct snd_sf_callback *callback,
|
timer.h | 45 #define SNDRV_TIMER_IFLG_FAST 0x00000010 /* fast callback (do not use tasklet) */ 46 #define SNDRV_TIMER_IFLG_CALLBACK 0x00000020 /* timer callback is active */ 101 void (*callback) (struct snd_timer_instance *timeri, member in struct:snd_timer_instance 110 unsigned long pticks; /* accumulated ticks for callback */
|
/external/bluetooth/bluedroid/stack/include/ |
bnep_api.h | 74 ** Callback Functions 77 /* Connection state change callback prototype. Parameters are 93 /* Connection indication callback prototype. Parameters are 107 /* Data buffer received indication callback prototype. Parameters are 123 /* Data received indication callback prototype. Parameters are 140 /* Flow control callback for TX data. Parameters are 147 /* Filters received indication callback prototype. Parameters are 168 /* Multicast Filters received indication callback prototype. Parameters are 193 tBNEP_TX_DATA_FLOW_CB *p_tx_data_flow_cb; /* data flow callback */ 238 ** Parameters: p_reg_info - contains all callback function pointer [all...] |
/external/chromium/chrome/common/deprecated/ |
event_sys-inl.h | 145 // If listener's callback is currently executing, this method waits until the 146 // callback completes before returning. 203 // NULL means no callback is currently being called. 206 // The thread on which the callback is executing. 209 // Remove while in callback. Owned and closed by the thread calling Remove(). 253 static_cast<Derived*>(this)->Callback(event); 254 if (deleted) // The callback (legally) deleted this. 269 // SimpleHookup just passes the event to the callback message. 286 void Callback(const EventType& event) { 293 // ArgHookup also passes an additional arg to the callback method [all...] |
/external/chromium/net/tools/flip_server/ |
epoll_server.h | 65 // Called when the callback is registered into a EpollServer. 67 // eps - the poll server into which this callback was registered 100 // replaced - If true, this callback is being replaced by another, otherwise 144 // Register a callback to be called whenever an event contained 148 // Note that only one callback is allowed to be registered for 151 // If a callback is registered for a file-descriptor which has already 152 // been registered, then the previous callback is unregistered with 153 // the 'replaced' flag set to true. I.e. the previous callback's 157 // The epoll server does NOT take on ownership of the callback: the callback [all...] |
/external/chromium/third_party/libevent/ |
event.h | 35 servers. The libevent API provides a mechanism to execute a callback 84 and call the read callback. The write callback is executed whenever the 90 libevent can also be used to create timers that invoke a callback after a 123 callbacks to handle incoming requests. Each URI can be assigned a callback 124 via the evhttp_set_cb() function. A generic callback function can also be 125 registered via evhttp_set_gencb(); this callback will be invoked if no other 224 short *ev_pncalls; /* Allows deletes in callback */ 233 int ev_res; /* result passed to event callback */ 332 to event_set as the argument to callback [all...] |
/external/clang/test/SemaCXX/ |
typo-correction.cpp | 34 // Prior to the introduction of a callback object to further filter possible 44 // Test the improvement from passing a callback object to CorrectTypo in 58 // Without the callback object, CorrectTypo would choose "field1" as the 69 // Test the improvement from passing a callback object to CorrectTypo in 79 // Test the improvement from passing a callback object to CorrectTypo in 86 // Test the typo-correction callback in Sema::DiagnoseUnknownTypeName. 94 // when the cached value was the result of a previous callback object that only 95 // accepts a subset of the current callback object. 108 // Test the typo-correction callback in Sema::DiagnoseInvalidRedeclaration. 129 // Test the typo-correction callback in BuildRecoveryCallExpr [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_audio.h | 62 * - 'desired->callback' should be set to a function that will be called 68 * - 'desired->userdata' is passed as the first parameter to your callback 88 * Once the callback returns, the buffer will no longer be valid. 91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len); member in struct:SDL_AudioSpec 165 * data passed to the callback function will be guaranteed to be in the 172 * for your audio callback function to be called. Since the audio driver 190 * This function pauses and unpauses the audio callback processing. 193 * data for your callback function after opening the audio device. 262 * The lock manipulated by these functions protects the callback function. 264 * callback function is not running. Do not call these from the callbac [all...] |
/external/v8/src/ |
objects-visiting.h | 148 template<typename Callback> 160 inline Callback GetVisitorById(StaticVisitorBase::VisitorId id) { 161 return reinterpret_cast<Callback>(callbacks_[id]); 164 inline Callback GetVisitor(Map* map) { 165 return reinterpret_cast<Callback>(callbacks_[map->visitor_id()]); 168 void Register(StaticVisitorBase::VisitorId id, Callback callback) { 170 callbacks_[id] = reinterpret_cast<AtomicWord>(callback); 339 typedef int (*Callback)(Map* map, HeapObject* object); 341 static VisitorDispatchTable<Callback> table_ [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeP2pDevice.cpp | 38 /* Report the callback status and wake up the caller */ 58 /* Report the callback status and wake up the caller */ 68 /* Report the callback status and wake up the caller */ 88 /* Report the callback status and wake up the caller */ 98 /* Report the callback status and wake up the caller */ 113 /* Report the callback data and wake up the caller */ 155 /* Wait for callback response */ 246 /* Wait for callback response */ 319 /* Wait for callback response */ 387 /* Wait for callback response * [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_audio.h | 62 * - 'desired->callback' should be set to a function that will be called 68 * - 'desired->userdata' is passed as the first parameter to your callback 88 * Once the callback returns, the buffer will no longer be valid. 91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len); member in struct:SDL_AudioSpec 165 * data passed to the callback function will be guaranteed to be in the 172 * for your audio callback function to be called. Since the audio driver 190 * This function pauses and unpauses the audio callback processing. 193 * data for your callback function after opening the audio device. 262 * The lock manipulated by these functions protects the callback function. 264 * callback function is not running. Do not call these from the callbac [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_audio.h | 62 * - 'desired->callback' should be set to a function that will be called 68 * - 'desired->userdata' is passed as the first parameter to your callback 88 * Once the callback returns, the buffer will no longer be valid. 91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len); member in struct:SDL_AudioSpec 165 * data passed to the callback function will be guaranteed to be in the 172 * for your audio callback function to be called. Since the audio driver 190 * This function pauses and unpauses the audio callback processing. 193 * data for your callback function after opening the audio device. 262 * The lock manipulated by these functions protects the callback function. 264 * callback function is not running. Do not call these from the callbac [all...] |
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_audio.h | 62 * - 'desired->callback' should be set to a function that will be called 68 * - 'desired->userdata' is passed as the first parameter to your callback 88 * Once the callback returns, the buffer will no longer be valid. 91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len); member in struct:SDL_AudioSpec 165 * data passed to the callback function will be guaranteed to be in the 172 * for your audio callback function to be called. Since the audio driver 190 * This function pauses and unpauses the audio callback processing. 193 * data for your callback function after opening the audio device. 262 * The lock manipulated by these functions protects the callback function. 264 * callback function is not running. Do not call these from the callbac [all...] |
/external/chromium/net/http/ |
http_network_transaction_unittest.cc | 161 TestCompletionCallback callback; local 165 int rv = trans->Start(&request, &callback, log.bound()); 168 out.rv = callback.WaitForResult(); 269 CompletionCallback* callback, 656 TestCompletionCallback callback; local 658 int rv = trans->Start(&request, &callback, BoundNetLog()); 661 rv = callback.WaitForResult(); 698 TestCompletionCallback callback; local 700 int rv = trans->Start(&request, &callback, BoundNetLog()); 703 rv = callback.WaitForResult() 740 TestCompletionCallback callback; local 777 TestCompletionCallback callback; local 807 TestCompletionCallback callback; local 849 TestCompletionCallback callback; local 901 TestCompletionCallback callback; local 978 TestCompletionCallback callback; local 1013 TestCompletionCallback callback; local 1144 TestCompletionCallback callback; local 1760 TestCompletionCallback callback; local 1815 TestCompletionCallback callback; local 2442 TestCompletionCallback callback; local 3133 TestCompletionCallback callback; local 3230 TestCompletionCallback callback; local 3289 TestCompletionCallback callback; local 3357 TestCompletionCallback callback; local 3441 TestCompletionCallback callback; local 3537 TestCompletionCallback callback; local 4364 TestCompletionCallback callback; local 4435 TestCompletionCallback callback; local 4498 TestCompletionCallback callback; local 4548 TestCompletionCallback callback; local 4609 TestCompletionCallback callback; local 4659 TestCompletionCallback callback; local 4728 TestCompletionCallback callback; local 4808 TestCompletionCallback callback; local 4861 TestCompletionCallback callback; local 4899 TestCompletionCallback callback; local 4938 TestCompletionCallback callback; local 4975 TestCompletionCallback callback; local 5012 TestCompletionCallback callback; local 5049 TestCompletionCallback callback; local 5088 TestCompletionCallback callback; local 5127 TestCompletionCallback callback; local 5165 TestCompletionCallback callback; local 5206 TestCompletionCallback callback; local 5249 TestCompletionCallback callback; local 5305 TestCompletionCallback callback; local 5370 TestCompletionCallback callback; local 5440 TestCompletionCallback callback; local 5489 TestCompletionCallback callback; local 5701 TestCompletionCallback callback; local 5778 TestCompletionCallback callback; local 5833 TestCompletionCallback callback; local 5874 TestCompletionCallback callback; local 5904 TestCompletionCallback callback; local 6032 TestCompletionCallback callback; local 6064 TestCompletionCallback callback; local 6113 TestCompletionCallback callback; local 6176 TestCompletionCallback callback; local 6449 TestCompletionCallback callback; local 6511 TestCompletionCallback callback; local 6598 TestCompletionCallback callback; local 6792 TestCompletionCallback callback; local 6937 TestCompletionCallback callback; local 7030 TestCompletionCallback callback; local 7482 TestCompletionCallback callback; local 7555 TestCompletionCallback callback; local 7748 TestCompletionCallback callback; local 7790 TestCompletionCallback callback; local 7840 TestCompletionCallback callback; local 7899 TestCompletionCallback callback; local 8091 TestCompletionCallback callback; local 8308 TestCompletionCallback callback; local 8355 TestCompletionCallback callback; local 8433 TestCompletionCallback callback; local 8538 TestCompletionCallback callback; local 8632 TestCompletionCallback callback; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServReqAllTestCase01.java | 51 * search and check the callback function. 53 * The expected the argument of the callback function is as follows.
|
ServReqAllTestCase02.java | 54 * search and check the callback function. 56 * The expected the argument of the callback function is as follows.
|
ServReqAllTestCase03.java | 53 * search and check the callback function. 55 * The expected the argument of the callback function is as follows.
|
ServReqUpnpAllTestCase.java | 48 * search and check the callback function. 50 * The expected the argument of the callback function is as follows.
|
ServReqUpnpRootDeviceTestCase.java | 48 * search and check the callback function. 50 * The expected the argument of the callback function is as follows.
|
/cts/tests/tests/view/src/android/view/cts/ |
ChoreographerTest.java | 64 // If we post a callback again, then it should be invoked again. 73 // If the token matches, the the callback should be removed. 84 // If the action and token matches, then the callback should be removed. 85 // If only the token matches, then the callback should not be removed. 131 // If the token matches, the the callback should be removed. 142 // If the action and token matches, then the callback should be removed. 143 // If only the token matches, then the callback should not be removed. 207 // If we post a callback again, then it should be invoked again.
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
CompatTabEclair.java | 49 public CompatTab setTabListener(CompatTabListener callback) { 50 mCallback = callback;
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/ |
NameCallbackTest.java | 22 package org.apache.harmony.auth.tests.javax.security.auth.callback; 24 import javax.security.auth.callback.NameCallback;
|
PasswordCallbackTest.java | 22 package org.apache.harmony.auth.tests.javax.security.auth.callback; 25 import javax.security.auth.callback.PasswordCallback;
|