OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StateQueueMutatorDump
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audioflinger/
StateQueue.h
99
// The StateQueueObserverDump and
StateQueueMutatorDump
keep
114
struct
StateQueueMutatorDump
{
115
StateQueueMutatorDump
() : mPushDirty(0), mPushAck(0), mBlockedSequence(0) { }
116
/*virtual*/ ~
StateQueueMutatorDump
() { }
182
void setMutatorDump(
StateQueueMutatorDump
*dump)
207
StateQueueMutatorDump
mMutatorDummyDump; // default area for mutator dump if not set
208
StateQueueMutatorDump
* mMutatorDump; // pointer to active mutator dump, always non-NULL
StateQueue.cpp
34
void
StateQueueMutatorDump
::dump(int fd)
Threads.h
[
all
...]
Threads.cpp
[
all
...]
Completed in 98 milliseconds