Lines Matching refs:mPatchHandle
1641 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->mPatchHandle); in closeAllInputs()
3691 ssize_t index = mAudioPatches.indexOfKey(outputDesc->mPatchHandle); in closeOutput()
3720 ssize_t index = mAudioPatches.indexOfKey(inputDesc->mPatchHandle); in closeInput()
3900 ssize_t index = mAudioPatches.indexOfKey(outputDesc->mPatchHandle); in getNewOutputDevice()
3905 outputDesc->device(), outputDesc->mPatchHandle); in getNewOutputDevice()
3961 ssize_t index = mAudioPatches.indexOfKey(inputDesc->mPatchHandle); in getNewInputDevice()
3966 inputDesc->mDevice, inputDesc->mPatchHandle); in getNewInputDevice()
4255 outputDesc->mPatchHandle != 0) { in setOutputDevice()
4282 index = mAudioPatches.indexOfKey(outputDesc->mPatchHandle); in setOutputDevice()
4309 outputDesc->mPatchHandle = patchDesc->mHandle; in setOutputDevice()
4344 index = mAudioPatches.indexOfKey(outputDesc->mPatchHandle); in resetOutputDevice()
4352 outputDesc->mPatchHandle = 0; in resetOutputDevice()
4388 index = mAudioPatches.indexOfKey(inputDesc->mPatchHandle); in setInputDevice()
4414 inputDesc->mPatchHandle = patchDesc->mHandle; in setInputDevice()
4431 index = mAudioPatches.indexOfKey(inputDesc->mPatchHandle); in resetInputDevice()
4439 inputDesc->mPatchHandle = 0; in resetInputDevice()