Home
last modified time | relevance | path

Searched refs:looping_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dfile_impl.cc36 looping_(false), in FileWrapperImpl()
56 if (looping_ || !read_only_) { in Rewind()
161 looping_ = loop; in OpenFile()
186 looping_ = loop; in OpenFromFileHandle()
197 if (bytes_read != length && !looping_) { in Read()
Dfile_impl.h60 bool looping_; variable