Home
last modified time | relevance | path

Searched refs:FastCaptureDumpState (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DFastCapture.cpp91 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) this->dumpState; in onStateChange()
158 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) this->dumpState; in onWork()
213 FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(), in FastCaptureDumpState() function in android::FastCaptureDumpState
218 FastCaptureDumpState::~FastCaptureDumpState() in ~FastCaptureDumpState()
DFastCapture.h28 struct FastCaptureDumpState : FastThreadDumpState { struct
29 FastCaptureDumpState();
30 /*virtual*/ ~FastCaptureDumpState();
71 FastCaptureDumpState dummyDumpState;
DThreads.h1174 FastCaptureDumpState mFastCaptureDumpState;
DThreads.cpp5282FastCaptureDumpState::kSamplingNforLowRamDevice : FastMixerDumpState::kSamplingN); in threadLoop()