Searched refs:mPatchHandle (Results 1 – 12 of 12) sorted by relevance
68 private final int mPatchHandle; field in AudioRecordingConfiguration93 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()
205 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;
132 audio_patch_handle_t mPatchHandle = AUDIO_PATCH_HANDLE_NONE; variable
314 audio_patch_handle_t mPatchHandle = AUDIO_PATCH_HANDLE_NONE; variable
30 : 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
99 const auto& iter = mPatchPanel.mPatches.find(mPatchHandle); in getLatencyMs_l()
187 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()
68 return mPatchHandle; in getPatchHandle()73 mPatchHandle = handle; in setPatchHandle()
546 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 = {};
1790 data->mPatchHandle, data->mSource); in threadLoop()2134 data->mPatchHandle = patchHandle; in recordingConfigurationUpdateCommand()
647 audio_patch_handle_t mPatchHandle; variable
27556 Landroid/media/AudioRecordingConfiguration;->mPatchHandle:I