Searched refs:WRITE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixerState.h72 WRITE = 0x10, // write to output sink enumerator in enum:android::FastMixerState::Command
H A DFastMixer.cpp180 case FastMixerState::WRITE:
416 if ((command & FastMixerState::WRITE) && (outputSink != NULL) && (mixBuffer != NULL)) {
657 case FastMixerState::WRITE:
658 strcpy(string, "WRITE");

Completed in 221 milliseconds