Searched refs:write_cb (Results 1 – 4 of 4) 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()
|
/external/bluetooth/bluez/attrib/ |
D | att.h | 130 uint8_t (*write_cb)(struct attribute *a, gpointer user_data); member
|
/external/bluetooth/bluez/src/ |
D | attrib-server.c | 276 a->write_cb = client_set_notifications; in client_cfg_attribute() 749 if (a->write_cb) { in write_value() 750 status = a->write_cb(a, a->cb_user_data); in write_value()
|