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

/external/libxaac/decoder/
H A Dixheaacd_decode_main.c218 WORD32 ixheaacd_dec_main(VOID *temp_handle, WORD8 *inbuffer, WORD8 *outbuffer, argument
223 (ia_exhaacplus_dec_api_struct *)temp_handle;
/external/libchrome/base/memory/
H A Dshared_memory_unittest.cc386 HANDLE temp_handle; local
388 GetCurrentProcess(), &temp_handle,
393 win::ScopedHandle writable_handle(temp_handle);
395 GetCurrentProcess(), &temp_handle, FILE_MAP_READ,
400 win::ScopedHandle writable_handle(temp_handle);
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dswapchain9.c922 D3DWindowBuffer *temp_handle; local
937 create_present_buffer(This, width, height, &temp_resource, &temp_handle);
939 if (!temp_resource || !temp_handle) {
960 ID3DPresent_FrontBufferCopy(This->present, temp_handle);
964 ID3DPresent_DestroyD3DWindowBuffer(This->present, temp_handle);
/external/flac/libFLAC/
H A Dmetadata_iterators.c114 static FLAC__bool copy_n_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, FLAC__off_t bytes, FLAC__Metadata_SimpleIteratorStatus *status);
116 static FLAC__bool copy_remaining_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, FLAC__Metadata_SimpleIteratorStatus *status);
1465 static FLAC__bool chain_rewrite_file_cb_(FLAC__Metadata_Chain *chain, FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Seek seek_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb) argument
1475 if(!copy_n_bytes_from_file_cb_(handle, read_cb, temp_handle, temp_write_cb, chain->first_offset, &status)) {
1482 if(!write_metadata_block_header_cb_(temp_handle, temp_write_cb, node->data)) {
1486 if(!write_metadata_block_data_cb_(temp_handle, temp_write_cb, node->data)) {
1498 if(!copy_remaining_bytes_from_file_cb_(handle, read_cb, eof_cb, temp_handle, temp_write_cb, &status)) {
1793 FLAC_API FLAC__bool FLAC__metadata_chain_write_with_callbacks_and_tempfile(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallbacks temp_callbacks) argument
1837 if(!chain_rewrite_file_cb_(chain, handle, callbacks.read, callbacks.seek, callbacks.eof, temp_handle, temp_callbacks.write))
3244 FLAC__bool copy_n_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Writ argument
3286 copy_remaining_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, FLAC__Metadata_SimpleIteratorStatus *status) argument
[all...]

Completed in 372 milliseconds