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

/frameworks/av/services/audioflinger/
H A DStateQueue.cpp81 template<typename T> void StateQueue<T>::end(bool didModify) argument
84 ALOG_ASSERT(mIsInitialized || didModify, "first end() must modify for initialization");
85 if (didModify) {
H A DStateQueue.h149 // If didModify is true, then the state is marked dirty (in need of pushing).
152 void end(bool didModify = true);
H A DThreads.cpp2620 sq->end(false /*didModify*/);
2679 sq->end(false /*didModify*/);
2708 sq->end(false /*didModify*/);
2843 bool didModify = false; local
2982 didModify = true;
2995 didModify = true;
3251 if (didModify) {
3270 sq->end(didModify);
3344 sq->end(false /*didModify*/);

Completed in 64 milliseconds