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

  /external/libchrome/base/trace_event/
trace_buffer.h 62 virtual std::unique_ptr<TraceBufferChunk> GetChunk(size_t* index) = 0;
trace_buffer.cc 34 std::unique_ptr<TraceBufferChunk> GetChunk(size_t* index) override {
163 std::unique_ptr<TraceBufferChunk> GetChunk(size_t* index) override {
trace_log.cc 288 chunk_ = trace_log_->logged_events_->GetChunk(&chunk_index_);
812 logged_events_->GetChunk(&thread_shared_chunk_index_);
    [all...]
trace_event_unittest.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
filter.h 136 virtual SCODE STDMETHODCALLTYPE GetChunk(
179 SCODE (STDMETHODCALLTYPE *GetChunk)(
212 #define IFilter_GetChunk(This,pStat) (This)->lpVtbl->GetChunk(This,pStat)
232 return This->lpVtbl->GetChunk(This,pStat);
adoint.h     [all...]
adoint_backcompat.h     [all...]
dbdaoint.h     [all...]
  /external/webp/src/demux/
demux.c 901 static const Chunk* GetChunk(const WebPDemuxer* const dmux,
926 const Chunk* const chunk = GetChunk(dmux, fourcc, chunk_num);

Completed in 249 milliseconds