OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mParamCond
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
Threads.h
283
// 4.
mParamCond
.waitRelative with timeout
295
// 6.
mParamCond
.signal
298
Condition
mParamCond
;
[
all
...]
Threads.cpp
291
mParamCond
.broadcast();
335
if (
mParamCond
.waitRelative(mLock, kSetParametersTimeoutNs) == NO_ERROR) {
[
all
...]
Completed in 136 milliseconds