Searched defs:write_cb (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libevent/test/
H A Dtest-weof.c39 write_cb(int fd, short event, void *arg) function
76 event_set(&ev, pair[1], EV_WRITE, write_cb, &ev);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.c806 rc_read_write_mask_fn write_cb)
817 d->WriteCB = write_cb;
855 * @param write_cb This function will be called for every instruction after
864 rc_read_write_mask_fn write_cb)
869 read_pair_cb, write_cb);
881 rc_read_write_mask_fn write_cb)
886 read_pair_cb, write_cb);
800 init_get_readers_callback_data( struct get_readers_callback_data * d, struct rc_reader_data * reader_data, struct radeon_compiler * c, rc_read_src_fn read_normal_cb, rc_pair_read_arg_fn read_pair_cb, rc_read_write_mask_fn write_cb) argument
858 rc_get_readers( struct radeon_compiler * c, struct rc_instruction * writer, struct rc_reader_data * data, rc_read_src_fn read_normal_cb, rc_pair_read_arg_fn read_pair_cb, rc_read_write_mask_fn write_cb) argument
874 rc_get_readers_sub( struct radeon_compiler * c, struct rc_instruction * writer, struct rc_pair_sub_instruction * sub_writer, struct rc_reader_data * data, rc_read_src_fn read_normal_cb, rc_pair_read_arg_fn read_pair_cb, rc_read_write_mask_fn write_cb) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.c806 rc_read_write_mask_fn write_cb)
817 d->WriteCB = write_cb;
855 * @param write_cb This function will be called for every instruction after
864 rc_read_write_mask_fn write_cb)
869 read_pair_cb, write_cb);
881 rc_read_write_mask_fn write_cb)
886 read_pair_cb, write_cb);
800 init_get_readers_callback_data( struct get_readers_callback_data * d, struct rc_reader_data * reader_data, struct radeon_compiler * c, rc_read_src_fn read_normal_cb, rc_pair_read_arg_fn read_pair_cb, rc_read_write_mask_fn write_cb) argument
858 rc_get_readers( struct radeon_compiler * c, struct rc_instruction * writer, struct rc_reader_data * data, rc_read_src_fn read_normal_cb, rc_pair_read_arg_fn read_pair_cb, rc_read_write_mask_fn write_cb) argument
874 rc_get_readers_sub( struct radeon_compiler * c, struct rc_instruction * writer, struct rc_pair_sub_instruction * sub_writer, struct rc_reader_data * data, rc_read_src_fn read_normal_cb, rc_pair_read_arg_fn read_pair_cb, rc_read_write_mask_fn write_cb) argument
/external/flac/libFLAC/
H A Dmetadata_iterators.c106 static FLAC__bool write_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata *block);
107 static FLAC__bool write_metadata_block_data_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata *block);
108 static FLAC__bool write_metadata_block_data_streaminfo_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_StreamInfo *block);
109 static FLAC__bool write_metadata_block_data_padding_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_Padding *block, unsigned block_length);
110 static FLAC__bool write_metadata_block_data_application_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_Application *block, unsigned block_length);
111 static FLAC__bool write_metadata_block_data_seektable_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_SeekTable *block);
112 static FLAC__bool write_metadata_block_data_vorbis_comment_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_VorbisComment *block);
113 static FLAC__bool write_metadata_block_data_cuesheet_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_CueSheet *block);
114 static FLAC__bool write_metadata_block_data_picture_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_Picture *block);
115 static FLAC__bool write_metadata_block_data_unknown_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, cons
1348 chain_rewrite_metadata_in_place_cb_(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, FLAC__IOCallback_Seek seek_cb) argument
2513 write_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata *block) argument
2528 write_metadata_block_data_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata *block) argument
2552 write_metadata_block_data_streaminfo_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_StreamInfo *block) argument
2579 write_metadata_block_data_padding_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_Padding *block, unsigned block_length) argument
2600 write_metadata_block_data_application_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_Application *block, unsigned block_length) argument
2615 write_metadata_block_data_seektable_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_SeekTable *block) argument
2632 write_metadata_block_data_vorbis_comment_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_VorbisComment *block) argument
2662 write_metadata_block_data_cuesheet_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_CueSheet *block) argument
2756 write_metadata_block_data_picture_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_Picture *block) argument
2830 write_metadata_block_data_unknown_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_Unknown *block, unsigned block_length) argument
[all...]

Completed in 179 milliseconds