Lines Matching refs:getPatchHandle
1610 (outputDesc->getPatchHandle() == AUDIO_PATCH_HANDLE_NONE); in startSource()
1686 desc->getPatchHandle() != AUDIO_PATCH_HANDLE_NONE) { in startSource()
4290 return releaseAudioPatchInternal(sourceDesc->getPatchHandle()); in disconnectAudioSource()
4997 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()
5046 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeInput()
5260 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in getNewOutputDevices()
5265 outputDesc->devices().toString().c_str(), outputDesc->getPatchHandle()); in getNewOutputDevices()
5317 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in getNewInputDevice()
5322 inputDesc->getDevice()->toString().c_str(), inputDesc->getPatchHandle()); in getNewInputDevice()
5605 !force && outputDesc->getPatchHandle() != 0) { in setOutputDevices()
5607 filteredDevices.toString().c_str(), force, outputDesc->getPatchHandle()); in setOutputDevices()
5644 index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in resetOutputDevice()
5697 index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in resetInputDevice()
6290 *patchHandle : ioDescriptor->getPatchHandle()); in installPatch()