Searched refs:didModify (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DStateQueue.cpp83 template<typename T> void StateQueue<T>::end(bool didModify) argument
86 ALOG_ASSERT(mIsInitialized || didModify, "first end() must modify for initialization");
87 if (didModify) {
H A DStateQueue.h153 // If didModify is true, then the state is marked dirty (in need of pushing).
156 void end(bool didModify = true);
H A DThreads.cpp3992 sq->end(false /*didModify*/);
4059 sq->end(false /*didModify*/);
4097 sq->end(false /*didModify*/);
4256 bool didModify = false; local
4402 didModify = true;
4425 didModify = true;
4779 if (didModify) {
4798 sq->end(didModify);
6566 bool didModify = false; local
6582 didModify
[all...]

Completed in 65 milliseconds