HomeSort by relevance Sort by last modified time
    Searched refs:FastCaptureDumpState (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/audioflinger/
FastCaptureDumpState.h 26 struct FastCaptureDumpState : FastThreadDumpState {
27 FastCaptureDumpState();
28 /*virtual*/ ~FastCaptureDumpState();
FastCaptureDumpState.cpp 17 #define LOG_TAG "FastCaptureDumpState"
22 #include "FastCaptureDumpState.h"
27 FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(),
32 FastCaptureDumpState::~FastCaptureDumpState()
36 void FastCaptureDumpState::dump(int fd) const
FastCapture.h 23 #include "FastCaptureDumpState.h"
62 FastCaptureDumpState mDummyFastCaptureDumpState;
FastCapture.cpp 91 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState;
158 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState;
Android.mk 80 FastCaptureDumpState.cpp \
Threads.h     [all...]
Threads.cpp     [all...]

Completed in 725 milliseconds