HomeSort by relevance Sort by last modified time
    Searched refs:client_data (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/ImageMagick/MagickCore/
monitor.c 67 % void *client_data)
75 % const MagickProgressMonitor progress_monitor,void *client_data)
84 % o client_data: Specifies a pointer to any client data.
88 const MagickProgressMonitor progress_monitor,void *client_data)
95 image->client_data=client_data;
117 % void *client_data)
125 % const MagickProgressMonitor progress_monitor,void *client_data)
134 % o client_data: Specifies a pointer to any client data.
139 void *client_data)
    [all...]
monitor-private.h 37 return(image->progress_monitor(message,offset,extent,image->client_data));
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 98 thread_info *client_data = client_data_v; local
99 client_data->result = carcmttest_main(client_data->argc, client_data->argv);
110 thread_info client_data; local
125 client_data.argc = argc;
126 client_data.argv = argv;
127 clang_executeOnThread(thread_runner, &client_data, 0);
128 return client_data.result;
  /external/flac/libFLAC/include/private/
ogg_helper.h 41 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderReadCallback read_callback, void *client_data);
42 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderWriteCallback write_callback, void *client_data);
ogg_decoder_aspect.h 76 typedef FLAC__OggDecoderAspectReadStatus (*FLAC__OggDecoderAspectReadCallbackProxy)(const void *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
78 FLAC__OggDecoderAspectReadStatus FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC__byte buffer[], size_t *bytes, FLAC__OggDecoderAspectReadCallbackProxy read_callback, const FLAC__StreamDecoder *decoder, void *client_data);
ogg_encoder_aspect.h 60 typedef FLAC__StreamEncoderWriteStatus (*FLAC__OggEncoderAspectWriteCallbackProxy)(const void *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
62 FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data);
  /external/flac/include/FLAC/
stream_decoder.h 481 * FLAC__StreamDecoderReadStatus read_cb(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
483 * FILE *file = ((MyClientData*)client_data)->file;
510 * \param client_data The callee's client data set through
517 typedef FLAC__StreamDecoderReadStatus (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
529 * FLAC__StreamDecoderSeekStatus seek_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data)
531 * FILE *file = ((MyClientData*)client_data)->file;
547 * \param client_data The callee's client data set through
552 typedef FLAC__StreamDecoderSeekStatus (*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);
564 * FLAC__StreamDecoderTellStatus tell_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
566 * FILE *file = ((MyClientData*)client_data)->file
    [all...]
stream_encoder.h 485 * FLAC__StreamEncoderReadStatus read_cb(const FLAC__StreamEncoder *encoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
487 * FILE *file = ((MyClientData*)client_data)->file;
514 * \param client_data The callee's client data set through
519 typedef FLAC__StreamEncoderReadStatus (*FLAC__StreamEncoderReadCallback)(const FLAC__StreamEncoder *encoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
552 * \param client_data The callee's client data set through
557 typedef FLAC__StreamEncoderWriteStatus (*FLAC__StreamEncoderWriteCallback)(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
568 * FLAC__StreamEncoderSeekStatus seek_cb(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *client_data)
570 * FILE *file = ((MyClientData*)client_data)->file;
586 * \param client_data The callee's client data set through
591 typedef FLAC__StreamEncoderSeekStatus (*FLAC__StreamEncoderSeekCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *client_data);
    [all...]
  /system/core/include/usbhost/
usbhost.h 51 void *client_data; /* free for use by client */ member in struct:usb_request
57 typedef int (* usb_device_added_cb)(const char *dev_name, void *client_data);
62 typedef int (* usb_device_removed_cb)(const char *dev_name, void *client_data);
67 typedef int (* usb_discovery_done_cb)(void *client_data);
83 void *client_data);
101 void *client_data);
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 173 void *client_data);
177 void *client_data);
181 void *client_data);
185 void *client_data);
188 void *client_data);
192 void *client_data);
196 void *client_data);
200 void *client_data);
212 size_t *bytes, void *client_data)
214 return ((FLACParser *) client_data)->readCallback(buffer, bytes)
    [all...]
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 104 request->client_data = (void *)env->NewGlobalRef(thiz);
112 env->DeleteGlobalRef((jobject)request->client_data);
133 env->DeleteGlobalRef((jobject)request->client_data);
159 request->client_data = (void *)env->NewGlobalRef(thiz);
163 env->DeleteGlobalRef((jobject)request->client_data);
178 env->DeleteGlobalRef((jobject)request->client_data);
  /external/pdfium/third_party/libopenjpeg20/
event.c 76 static void opj_default_callback (const char *msg, void *client_data)
79 OPJ_ARG_NOT_USED(client_data);
  /external/ImageMagick/www/api/
monitor.php 64 void *client_data)
73 const MagickProgressMonitor progress_monitor,void *client_data)
91 <dt>client_data</dt>
103 void *client_data)
112 const MagickProgressMonitor progress_monitor,void *client_data)
130 <dt>client_data</dt>
  /system/core/libusbhost/
usbhost.c 96 void *client_data)
110 done = added_cb(devname, client_data);
119 void *client_data)
134 client_data);
191 void *client_data)
198 context->data = client_data;
212 discovery_done_cb(client_data);
219 done = find_existing_devices(added_cb, client_data);
221 done |= discovery_done_cb(client_data);
308 void *client_data)
    [all...]
  /external/libjpeg-turbo/
jcapimin.c 47 * client_data, so we have to save and restore those fields.
48 * Note: if application hasn't set client_data, tools like Purify may
53 void * client_data = cinfo->client_data; /* ignore Purify complaint here */ local
56 cinfo->client_data = client_data;
jdapimin.c 48 * client_data, so we have to save and restore those fields.
49 * Note: if application hasn't set client_data, tools like Purify may
54 void * client_data = cinfo->client_data; /* ignore Purify complaint here */ local
57 cinfo->client_data = client_data;
  /external/opencv3/3rdparty/libjpeg/
jcapimin.c 45 * client_data, so we have to save and restore those fields.
46 * Note: if application hasn't set client_data, tools like Purify may
51 void * client_data = cinfo->client_data; /* ignore Purify complaint here */ local
54 cinfo->client_data = client_data;
jdapimin.c 45 * client_data, so we have to save and restore those fields.
46 * Note: if application hasn't set client_data, tools like Purify may
51 void * client_data = cinfo->client_data; /* ignore Purify complaint here */ local
54 cinfo->client_data = client_data;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapimin.c 44 * client_data, so we have to save and restore those fields.
45 * Note: if application hasn't set client_data, tools like Purify may
50 void * client_data = cinfo->client_data; /* ignore Purify complaint here */ local
53 cinfo->client_data = client_data;
fpdfapi_jdapimin.c 44 * client_data, so we have to save and restore those fields.
45 * Note: if application hasn't set client_data, tools like Purify may
50 void * client_data = cinfo->client_data; /* ignore Purify complaint here */ local
53 cinfo->client_data = client_data;
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 81 size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 58 static int usb_device_added(const char *devname, void* client_data) {
69 jobject thiz = (jobject)client_data;
141 static int usb_device_removed(const char *devname, void* client_data) {
143 jobject thiz = (jobject)client_data;
  /external/flac/libFLAC/
stream_decoder.c 104 static FLAC__bool read_callback_(FLAC__byte buffer[], size_t *bytes, void *client_data);
107 static FLAC__OggDecoderAspectReadStatus read_callback_proxy_(const void *void_decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
115 static FLAC__StreamDecoderReadStatus file_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
116 static FLAC__StreamDecoderSeekStatus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);
117 static FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
118 static FLAC__StreamDecoderLengthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
119 static FLAC__bool file_eof_callback_(const FLAC__StreamDecoder *decoder, void *client_data);
145 void *client_data; member in struct:FLAC__StreamDecoderPrivate
356 void *client_data,
442 decoder->private_->client_data = client_data
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 4252 thread_info *client_data = client_data_v; local
4264 thread_info client_data; local
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 795 milliseconds

1 2 3 4 5