Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastCaptureState.h44 WRITE = 0x10, // write to pipe sink member
DFastMixerState.h71 WRITE = 0x10, // write to output sink member
DFastCapture.cpp79 case FastCaptureState::WRITE: in isSubClassCommand()
184 if (command & FastCaptureState::WRITE) { in onWork()
DFastMixer.cpp128 case FastMixerState::WRITE: in isSubClassCommand()
410 if ((command & FastMixerState::WRITE) && (outputSink != NULL) && (mMixerBuffer != NULL)) { in onWork()
534 case FastMixerState::WRITE: in dump()