Searched defs:FastCaptureDumpState (Results 1 – 2 of 2) sorted by relevance
26 struct FastCaptureDumpState : FastThreadDumpState { struct33 uint32_t mReadSequence; // incremented before and after each read()34 uint32_t mFramesRead; // total number of frames read successfully35 uint32_t mReadErrors; // total number of read() errors36 uint32_t mSampleRate;37 size_t mFrameCount;
27 FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(), in FastCaptureDumpState() function in android::FastCaptureDumpState