Searched refs:write_cb (Results 1 – 2 of 2) sorted by relevance
/external/flac/libFLAC/ |
D | metadata_iterators.c | 106 …metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__Stre… 107 …e_metadata_block_data_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__Stre… 108 …block_data_streaminfo_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__Stre… 109 …ta_block_data_padding_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__Stre… 110 …lock_data_application_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__Stre… 111 …_block_data_seektable_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__Stre… 112 …k_data_vorbis_comment_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__Stre… 113 …a_block_data_cuesheet_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__Stre… 114 …ta_block_data_picture_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__Stre… 115 …ta_block_data_unknown_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__Stre… [all …]
|
/external/chromium/third_party/libevent/test/ |
D | test-weof.c | 39 write_cb(int fd, short event, void *arg) in write_cb() function 76 event_set(&ev, pair[1], EV_WRITE, write_cb, &ev); in main()
|