Searched refs:mPatchHandle (Results 1 – 5 of 5) sorted by relevance
45 audio_patch_handle_t mPatchHandle; variable
74 audio_patch_handle_t mPatchHandle; variable
31 mDevice(AUDIO_DEVICE_NONE), mPolicyMix(NULL), mPatchHandle(0), mRefCount(0), in AudioInputDescriptor()
37 mPatchHandle(0), mClientInterface(clientInterface), mId(0) in AudioOutputDescriptor()
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()[all …]