Searched refs:mPatchHandle (Results 1 – 10 of 10) sorted by relevance
65 private final int mPatchHandle; field in AudioRecordingConfiguration90 mPatchHandle = patchHandle; in AudioRecordingConfiguration()139 + " -- patch:" + arc.mPatchHandle in toLogFriendlyString()159 in.mDeviceFormat, in.mPatchHandle, "" /*empty package name*/, in anonymizedCopy()251 if (patch.id() == mPatchHandle) { in getAudioDevice()352 dest.writeInt(mPatchHandle); in writeToParcel()373 mPatchHandle = in.readInt(); in AudioRecordingConfiguration()399 && (mPatchHandle == that.mPatchHandle) in equals()
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
88 const auto& iter = mPatchPanel.mPatches.find(mPatchHandle); in getLatencyMs_l()
175 return mPatchHandle; in getPatchHandle()180 mPatchHandle = handle; in setPatchHandle()353 if ((event == RECORD_CONFIG_EVENT_START && mPatchHandle == AUDIO_PATCH_HANDLE_NONE) in updateClientRecordingConfiguration()379 mPatchHandle, source()); in updateClientRecordingConfiguration()
63 return mPatchHandle; in getPatchHandle()68 mPatchHandle = handle; in setPatchHandle()
113 audio_patch_handle_t mPatchHandle = AUDIO_PATCH_HANDLE_NONE; variable
295 audio_patch_handle_t mPatchHandle = AUDIO_PATCH_HANDLE_NONE; variable
1201 data->mPatchHandle, data->mSource); in threadLoop()1495 data->mPatchHandle = patchHandle; in recordingConfigurationUpdateCommand()
580 audio_patch_handle_t mPatchHandle; variable
37297 Landroid/media/AudioRecordingConfiguration;->mPatchHandle:I