Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyService.cpp393 mLastCommand = command; in threadLoop()
571 if (mLastCommand != 0) { in dump()
572 mLastCommand->dump(buffer, SIZE); in dump()
DAudioPolicyService.h352 sp<AudioCommand> mLastCommand; // last processed command (used by dump) variable