Searched refs:read_cb (Results 1 – 3 of 3) sorted by relevance
/external/flac/libFLAC/ |
D | metadata_iterators.c | 91 …d_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_l… 92 …ead_metadata_block_data_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback… 93 …a_block_data_streaminfo_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMeta… 95 …_block_data_application_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMeta… 96 …ta_block_data_seektable_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMeta… 97 …ta_vorbis_comment_entry_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMeta… 98 …ock_data_vorbis_comment_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMeta… 99 …ock_data_cuesheet_track_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMeta… 100 …ata_block_data_cuesheet_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMeta… 101 …data_block_data_picture_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMeta… [all …]
|
/external/chromium/third_party/libevent/test/ |
D | test-eof.c | 37 read_cb(int fd, short event, void *arg) in read_cb() function 78 event_set(&ev, pair[1], EV_READ, read_cb, &ev); in main()
|
D | bench.c | 67 read_cb(int fd, short which, void *arg) in read_cb() function 91 event_set(&events[i], cp[0], EV_READ | EV_PERSIST, read_cb, (void *) i); in run_once()
|