Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioStreamOut.cpp461 uint32_t cur_outputs = 0; in updateTargetOutputs() local
464 cur_outputs |= (*I)->devMask(); in updateTargetOutputs()
466 if (cur_outputs == mTgtDevices) in updateTargetOutputs()
469 uint32_t outputsToObtain = mTgtDevices & ~cur_outputs; in updateTargetOutputs()
470 uint32_t outputsToRelease = cur_outputs & ~mTgtDevices; in updateTargetOutputs()