HomeSort by relevance Sort by last modified time
    Searched refs:ReadChunk (Results 1 - 2 of 2) sorted by null

  /system/core/trusty/storage/tests/
main.cpp 108 void ReadChunk(file_handle_t handle, storage_off_t off, size_t chunk_len,
173 void StorageServiceTest::ReadChunk(file_handle_t handle,
772 ReadChunk(handle, 0, blk, blk, 0, 0);
776 ReadChunk(handle, off1 + blk, blk, blk, 0, 0);
781 ReadChunk(handle, off1 + blk/2, blk, 0, blk/2, blk/2);
786 ReadChunk(handle, off1 - blk/2, blk, blk/2, blk/2, 0);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 314 bool ReadChunk(FILE* file, int16_t* int_data, float* float_data,
    [all...]

Completed in 198 milliseconds