Searched refs:read_cb (Results 1 - 5 of 5) sorted by relevance

/external/dhcpcd-6.8.2/
H A Deloop.h46 void (*read_cb)(void *); member in struct:eloop_event
H A Deloop.c70 if (e->read_cb)
83 void (*read_cb)(void *), void *read_cb_arg,
126 if (read_cb) {
127 e->read_cb = read_cb;
162 e->read_cb = read_cb;
618 e->read_cb(e->read_cb_arg);
632 e->read_cb(e->read_cb_arg);
646 e->read_cb(
[all...]
/external/webrtc/webrtc/common_audio/resampler/
H A Dsinc_resampler.h53 // Constructs a SincResampler with the specified |read_cb|, which is used to
56 // frames of the buffer requested by each |read_cb| call. The value must be
61 SincResamplerCallback* read_cb);
H A Dsinc_resampler.cc153 SincResamplerCallback* read_cb)
155 read_cb_(read_cb),
151 SincResampler(double io_sample_rate_ratio, size_t request_frames, SincResamplerCallback* read_cb) argument
/external/libcups/cups/
H A Dtestipp.c231 ssize_t read_cb(_ippdata_t *data, ipp_uchar_t *buffer, size_t bytes);
374 while ((state = ippReadIO(&data, (ipp_iocb_t)read_cb, 1, NULL,
605 while ((state = ippReadIO(&data, (ipp_iocb_t)read_cb, 1, NULL,
992 * 'read_cb()' - Read data from a buffer.
996 read_cb(_ippdata_t *data, /* I - Data */ function

Completed in 1341 milliseconds