Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp408 mLastCommand = command; in threadLoop()
623 if (mLastCommand != 0) { in dump()
624 mLastCommand->dump(buffer, SIZE); in dump()
DAudioPolicyService.h415 sp<AudioCommand> mLastCommand; // last processed command (used by dump) variable