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.cpp3795 sq->end(false /*didModify*/);
3862 sq->end(false /*didModify*/);
3891 sq->end(false /*didModify*/);
4027 bool didModify = false; local
4171 didModify = true;
4184 didModify = true;
4501 if (didModify) {
4520 sq->end(didModify);
6230 bool didModify = false; local
6246 didModify
[all...]

Completed in 104 milliseconds