Searched refs:mLastCommand (Results 1 – 3 of 3) sorted by relevance
383 private Runnable mLastCommand; field in NotifierTest.FakeExecutor387 assertNull(mLastCommand); in execute()389 mLastCommand = command; in execute()393 Runnable toReturn = mLastCommand; in getAndResetLastCommand()394 mLastCommand = null; in getAndResetLastCommand()
1805 mLastCommand = command; in threadLoop()2098 if (mLastCommand != 0) { in dump()2099 mLastCommand->dump(buffer, SIZE); in dump()
758 sp<AudioCommand> mLastCommand; // last processed command (used by dump) variable