Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DAudioRecordingConfiguration.java68 private final int mPatchHandle; field in AudioRecordingConfiguration
93 mPatchHandle = patchHandle; in AudioRecordingConfiguration()
142 + " -- patch:" + arc.mPatchHandle in toLogFriendlyString()
162 in.mDeviceFormat, in.mPatchHandle, "" /*empty package name*/, in anonymizedCopy()
261 if (patch.id() == mPatchHandle) { in getAudioDevice()
356 dest.writeInt(mPatchHandle); in writeToParcel()
377 mPatchHandle = in.readInt(); in AudioRecordingConfiguration()
403 && (mPatchHandle == that.mPatchHandle) in equals()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DClientDescriptor.h205 mPatchHandle = patchHandle; in connect()
209 mPatchHandle = AUDIO_PATCH_HANDLE_NONE; in disconnect()
212 bool isConnected() const { return mPatchHandle != AUDIO_PATCH_HANDLE_NONE; } in isConnected()
213 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; } in getPatchHandle()
225 audio_patch_handle_t mPatchHandle = AUDIO_PATCH_HANDLE_NONE;
H A DAudioInputDescriptor.h132 audio_patch_handle_t mPatchHandle = AUDIO_PATCH_HANDLE_NONE; variable
H A DAudioOutputDescriptor.h314 audio_patch_handle_t mPatchHandle = AUDIO_PATCH_HANDLE_NONE; variable
/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.h30 : mPatchPanel(patchPanel), mPatchHandle(patchHandle), in SoftwarePatch()
38 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; }; in getPatchHandle()
43 const audio_patch_handle_t mPatchHandle; variable
H A DPatchPanel.cpp99 const auto& iter = mPatchPanel.mPatches.find(mPatchHandle); in getLatencyMs_l()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp187 return mPatchHandle; in getPatchHandle()
192 mPatchHandle = handle; in setPatchHandle()
365 if ((event == RECORD_CONFIG_EVENT_START && mPatchHandle == AUDIO_PATCH_HANDLE_NONE) in updateClientRecordingConfiguration()
391 mPatchHandle, source()); in updateClientRecordingConfiguration()
H A DAudioOutputDescriptor.cpp68 return mPatchHandle; in getPatchHandle()
73 mPatchHandle = handle; in setPatchHandle()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A DAudioPrimaryHidlHalTest.cpp546 returnIn(res, mPatchHandle))); in createPatchIfNeeded()
556 EXPECT_OK(getDevice()->releaseAudioPatch(mPatchHandle)); in releasePatchIfNeeded()
603 AudioPatchHandle mPatchHandle = {};
719 returnIn(res, mPatchHandle))); in createPatchIfNeeded()
729 EXPECT_OK(getDevice()->releaseAudioPatch(mPatchHandle)); in releasePatchIfNeeded()
774 AudioPatchHandle mPatchHandle = {};
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp1790 data->mPatchHandle, data->mSource); in threadLoop()
2134 data->mPatchHandle = patchHandle; in recordingConfigurationUpdateCommand()
H A DAudioPolicyService.h647 audio_patch_handle_t mPatchHandle; variable
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt27556 Landroid/media/AudioRecordingConfiguration;->mPatchHandle:I