HomeSort by relevance Sort by last modified time
    Searched full:callback (Results 1651 - 1675 of 6179) sorted by null

<<61626364656667686970>>

  /external/chromium/net/base/
static_cookie_policy.h 22 // callback parameter will be ignored if specified. Just pass NULL.
  /external/chromium/net/socket/
client_socket_handle.h 57 // which case the consumer will be notified of completion via |callback|.
76 CompletionCallback* callback,
189 CompletionCallback* callback,
207 user_callback_ = callback;
  /external/chromium/net/socket_stream/
socket_stream_job.h 27 // Callback function implemented by protocol handlers to create new jobs.
  /external/compiler-rt/include/sanitizer/
asan_interface.h 74 // Sets the callback to be called right before death on error.
75 // Passing 0 will unset the callback.
76 void __asan_set_death_callback(void (*callback)(void));
78 void __asan_set_error_report_callback(void (*callback)(const char*));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 41 void SetDieCallback(void (*callback)(void)) {
42 DieCallback = callback;
53 void SetCheckFailedCallback(CheckFailedCallbackType callback) {
54 CheckFailedCallback = callback;
  /external/freetype/include/freetype/
ftimage.h 281 /* Alternatively, you might use callback functions to */
    [all...]
  /external/guava/guava/src/com/google/common/io/
ByteProcessor.java 24 * A callback interface to process bytes from a stream.
  /external/icu4c/i18n/
casetrn.h 98 /** case context iterator using a Replaceable. This must be a C function because it is a callback. */
  /external/icu4c/samples/case/
case.cpp 35 u_fprintf(out, "Warning- couldn't set the substitute callback - err %s\n", u_errorName(status));
  /external/kernel-headers/original/linux/
relay.h 89 * sub-buffer by calling subbuf_start_reserve() in this callback.
129 * The callback should return the dentry of the file created
152 * The callback should return 0 if successful, negative if not.
265 * a sub-buffer in the subbuf_start() callback.
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 236 ** Description Register listening callback for Felica system code
283 ** Description Deregister listening callback for Felica
307 ** Description Register listening callback for the specified ISODEP AID
358 ** Description Deregister listening callback for ISODEP AID
  /external/libnfc-nxp/src/
phFriNfc_OvrHal.c 200 /* Save the receive buffer for use in callback */
206 /* Set the callback */
235 /* Save the receive buffer for use in callback */
239 /* Set the callback */
  /external/libpcap/
TODO 26 has to monitor and a callback in pcap which has to be called on
pcap-septel.c 69 * Read at most max_packets from the capture queue and call the callback
73 static int septel_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) {
174 /* Call the user supplied callback function */
175 callback(user, &pcap_header, dp);
  /external/openssl/crypto/engine/
eng_int.h 166 /* Cipher handling is via this callback */
168 /* Digest handling is via this callback */
170 /* Public key handling via this callback */
172 /* ASN1 public key handling via this callback */
  /external/qemu/android/protocol/
ui-commands-impl.c 74 /* Display brightness change callback. */
114 /* Asynchronous I/O callback reading UI control commands.
250 uicmd_set_brightness_change_callback(AndroidHwLightBrightnessCallback callback,
253 _brightness_change_callback = callback;
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_it.S 51 so we first call the callback to do it
164 /* Callback */
263 /* Callback */
354 /* Callback */
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
SDL_ndsaudio.c 69 // // sdl_nds_audiodevice->spec.callback(sdl_nds_audiodevice->spec.userdata,
75 // sdl_nds_audiodevice->spec.callback(sdl_nds_audiodevice->spec.userdata, buffer, size);
131 (*audio->spec.callback)(audio->spec.userdata,
138 (*audio->spec.callback)(audio->spec.userdata,
  /external/qemu/hw/
watchdog.h 44 /* This callback should create/register the device. It is called
  /external/qemu/telephony/
sysdeps.h 70 extern void sys_timer_set( SysTimer timer, SysTime when, SysCallback callback, void* opaque );
  /external/skia/include/effects/
SkGradientShader.h 39 @param mapper May be NULL. Callback to modify the spread of the colors.
61 @param mapper May be NULL. Callback to modify the spread of the colors.
86 @param mapper May be NULL. Callback to modify the spread of the colors.
126 @param mapper May be NULL. Callback to modify the spread of the colors.
  /external/skia/legacy/src/images/
bmpdecoderhelper.h 77 BmpDecoderCallback* callback);
  /external/skia/src/images/
bmpdecoderhelper.h 77 BmpDecoderCallback* callback);
  /external/smack/asmack-master/static-src/custom/de/measite/smack/
SaslClientFactory.java 23 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;
  /external/smack/src/de/measite/smack/
SaslClientFactory.java 23 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;

Completed in 436 milliseconds

<<61626364656667686970>>