Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioStreamOut.cpp471 uint32_t cur_outputs = 0; in updateTargetOutputs() local
474 cur_outputs |= (*I)->devMask(); in updateTargetOutputs()
476 if (cur_outputs == mTgtDevices) in updateTargetOutputs()
479 uint32_t outputsToObtain = mTgtDevices & ~cur_outputs; in updateTargetOutputs()
480 uint32_t outputsToRelease = cur_outputs & ~mTgtDevices; in updateTargetOutputs()