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.cpp3792 sq->end(false /*didModify*/);
3859 sq->end(false /*didModify*/);
3897 sq->end(false /*didModify*/);
4033 bool didModify = false; local
4179 didModify = true;
4196 didModify = true;
4515 if (didModify) {
4534 sq->end(didModify);
6252 bool didModify = false; local
6268 didModify
[all...]

Completed in 1313 milliseconds