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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp911 if (mPlaybackThreads.valueAt(i)->isDuplicating()) {
2214 if (mPlaybackThreads.valueAt(i)->isDuplicating()) {
2255 if (!playbackThread->isDuplicating()) {
2839 if(thread->isDuplicating()) {
2867 if (!thread->isDuplicating()) {
H A DThreads.h241 bool isDuplicating() const { return (mType == DUPLICATING); } function in class:ThreadBase
H A DThreads.cpp2256 if (isDuplicating()) {

Completed in 50 milliseconds