HomeSort by relevance Sort by last modified time
    Searched defs:releaseAudioPatch (Results 1 - 13 of 13) sorted by null

  /frameworks/av/services/audiopolicy/service/
AudioPolicyClientImpl.cpp 193 status_t AudioPolicyService::AudioPolicyClient::releaseAudioPatch(audio_patch_handle_t handle,
AudioPolicyInterfaceImpl.cpp 653 status_t AudioPolicyService::releaseAudioPatch(audio_patch_handle_t handle)
663 return mAudioPolicyManager->releaseAudioPatch(handle,
  /frameworks/av/media/libaudiohal/
DeviceHalHidl.cpp 323 status_t DeviceHalHidl::releaseAudioPatch(audio_patch_handle_t patch) {
325 return processReturn("releaseAudioPatch", mDevice->releaseAudioPatch(patch));
DeviceHalLocal.cpp 168 status_t DeviceHalLocal::releaseAudioPatch(audio_patch_handle_t patch) {
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 81 status_t AudioFlinger::releaseAudioPatch(audio_patch_handle_t handle)
85 return mPatchPanel->releaseAudioPatch(handle);
207 hwDevice->releaseAudioPatch(halHandle);
535 releaseAudioPatch(patch->mRecordPatchHandle);
539 releaseAudioPatch(patch->mPlaybackPatchHandle);
573 status_t AudioFlinger::PatchPanel::releaseAudioPatch(audio_patch_handle_t handle)
575 ALOGV("releaseAudioPatch handle %d", handle);
602 ALOGW("releaseAudioPatch() bad src hw module %d", srcModule);
619 ALOGW("releaseAudioPatch() bad capture I/O handle %d",
629 status = hwDevice->releaseAudioPatch(removedPatch->mHalHandle)
    [all...]
  /hardware/interfaces/audio/2.0/default/
Device.cpp 252 Return<Result> Device::releaseAudioPatch(int32_t patch) {
PrimaryDevice.cpp 93 Return<Result> PrimaryDevice::releaseAudioPatch(int32_t patch) {
94 return mDevice->releaseAudioPatch(patch);
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp     [all...]
IAudioFlinger.cpp 867 virtual status_t releaseAudioPatch(audio_patch_handle_t handle)
    [all...]
IAudioPolicyService.cpp 603 virtual status_t releaseAudioPatch(audio_patch_handle_t handle)
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 398 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
403 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
600 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
604 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
    [all...]
  /frameworks/base/media/java/android/media/
AudioSystem.java     [all...]
AudioManager.java     [all...]

Completed in 203 milliseconds