Home
last modified time | relevance | path

Searched refs:mLastCommand (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DNotifierTest.java383 private Runnable mLastCommand; field in NotifierTest.FakeExecutor
387 assertNull(mLastCommand); in execute()
389 mLastCommand = command; in execute()
393 Runnable toReturn = mLastCommand; in getAndResetLastCommand()
394 mLastCommand = null; in getAndResetLastCommand()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1805 mLastCommand = command; in threadLoop()
2098 if (mLastCommand != 0) { in dump()
2099 mLastCommand->dump(buffer, SIZE); in dump()
DAudioPolicyService.h758 sp<AudioCommand> mLastCommand; // last processed command (used by dump) variable