HomeSort by relevance Sort by last modified time
    Searched defs:FastThreadDumpState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
FastThreadDumpState.cpp 18 #include "FastThreadDumpState.h"
22 FastThreadDumpState::FastThreadDumpState() :
37 FastThreadDumpState::~FastThreadDumpState()
42 void FastThreadDumpState::increaseSamplingN(uint32_t samplingN)
FastThreadDumpState.h 25 // The FastThreadDumpState keeps a cache of FastThread statistics that can be logged by dumpsys.
31 struct FastThreadDumpState {
32 FastThreadDumpState();
33 /*virtual*/ ~FastThreadDumpState();
68 }; // struct FastThreadDumpState

Completed in 48 milliseconds