Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIOutputMixExt.cpp388 IOutputMixExt *omExt = &((COutputMix *) ((SLDataLocator_OutputMix *) in IOutputMixExt_checkAudioPlayerSourceSink() local
391 interface_lock_exclusive(omExt); in IOutputMixExt_checkAudioPlayerSourceSink()
392 unsigned availMask = ~omExt->mActiveMask; in IOutputMixExt_checkAudioPlayerSourceSink()
394 interface_unlock_exclusive(omExt); in IOutputMixExt_checkAudioPlayerSourceSink()
400 omExt->mActiveMask |= 1 << i; in IOutputMixExt_checkAudioPlayerSourceSink()
401 track = &omExt->mTracks[i]; in IOutputMixExt_checkAudioPlayerSourceSink()
403 interface_unlock_exclusive(omExt); in IOutputMixExt_checkAudioPlayerSourceSink()