Home
last modified time | relevance | path

Searched refs:FastThreadDumpState (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/audioflinger/fastpath/
DFastThreadDumpState.cpp22 FastThreadDumpState::FastThreadDumpState() in FastThreadDumpState() function in android::FastThreadDumpState
30 void FastThreadDumpState::increaseSamplingN(uint32_t samplingN) in increaseSamplingN()
DFastThreadDumpState.h32 struct FastThreadDumpState { struct
33 FastThreadDumpState();
71 static_assert(!std::is_polymorphic_v<FastThreadDumpState>);
DFastThreadState.h26 struct FastThreadDumpState;
44 FastThreadDumpState* mDumpState = nullptr; // if non-NULL, then update dump state periodically
DFastThread.h65 FastThreadDumpState* mDummyDumpState = nullptr;
66 FastThreadDumpState* mDumpState = nullptr;
DFastCaptureDumpState.h26 struct FastCaptureDumpState : FastThreadDumpState {
DFastMixerDumpState.h65 struct FastMixerDumpState : FastThreadDumpState {
DAndroid.bp46 "FastThreadDumpState.cpp",
/frameworks/av/services/audioflinger/
DThreads.cpp5356 FastThreadDumpState::kSamplingNforLowRamDevice : FastThreadDumpState::kSamplingN); in threadLoop_write()
8483 FastThreadDumpState::kSamplingNforLowRamDevice : in threadLoop()
8484 FastThreadDumpState::kSamplingN); in threadLoop()