OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDuplicating
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
823
if (mPlaybackThreads.valueAt(i)->
isDuplicating
()) {
945
if (mPlaybackThreads.valueAt(i)->
isDuplicating
()) {
[
all
...]
Threads.h
238
bool
isDuplicating
() const { return (mType == DUPLICATING); }
[
all
...]
Completed in 3255 milliseconds