Searched refs:temp_callbacks (Results 1 – 4 of 4) sorted by relevance
/external/flac/include/FLAC/ |
D | metadata.h | 1052 …handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallbacks temp_callbacks);
|
/external/flac/src/libFLAC++/ |
D | metadata.cpp | 1628 …e, ::FLAC__IOCallbacks callbacks, ::FLAC__IOHandle temp_handle, ::FLAC__IOCallbacks temp_callbacks) in write() argument 1631 …_with_callbacks_and_tempfile(chain_, use_padding, handle, callbacks, temp_handle, temp_callbacks)); in write()
|
/external/flac/include/FLAC++/ |
D | metadata.h | 1181 …llbacks callbacks, ::FLAC__IOHandle temp_handle, ::FLAC__IOCallbacks temp_callbacks); ///< See FLA…
|
/external/flac/src/libFLAC/ |
D | metadata_iterators.c | 1793 … handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallbacks temp_callbacks) in FLAC__metadata_chain_write_with_callbacks_and_tempfile() argument 1813 if (0 == temp_callbacks.write) { in FLAC__metadata_chain_write_with_callbacks_and_tempfile() 1837 …_(chain, handle, callbacks.read, callbacks.seek, callbacks.eof, temp_handle, temp_callbacks.write)) in FLAC__metadata_chain_write_with_callbacks_and_tempfile()
|