Lines Matching defs:ReadOptions
72 struct ReadOptions { struct
73 enum SeekMode : int32_t {
81 ReadOptions() { in ReadOptions() function
86 void reset() { in reset()
93 void clearSeekTo() { in clearSeekTo()
105 void clearNonPersistent() { in clearNonPersistent()
110 enum Options {
114 uint32_t mOptions;
115 int64_t mSeekTimeUs;
116 SeekMode mSeekMode;
117 bool mNonBlocking;