OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didModify
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
StateQueue.cpp
81
template<typename T> void StateQueue<T>::end(bool
didModify
)
84
ALOG_ASSERT(mIsInitialized ||
didModify
, "first end() must modify for initialization");
85
if (
didModify
) {
StateQueue.h
149
// If
didModify
is true, then the state is marked dirty (in need of pushing).
152
void end(bool
didModify
= true);
Threads.cpp
[
all
...]
Completed in 443 milliseconds