Home
last modified time | relevance | path

Searched refs:mInputSourceGen (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/fastpath/
DFastCapture.cpp91 if (current->mInputSourceGen != mInputSourceGen) { in onStateChange()
93 mInputSourceGen = current->mInputSourceGen; in onStateChange()
DFastCaptureState.h32 int mInputSourceGen = 0; // increment when mInputSource is assigned member
DFastCapture.h52 int mInputSourceGen = 0; variable
/frameworks/av/services/audioflinger/
DThreads.cpp8183 state->mInputSourceGen++; in RecordThread()