Searched refs:mPatchHandle (Results 1 – 11 of 11) 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()
230 mPatchHandle = patchHandle; in connect()234 mPatchHandle = AUDIO_PATCH_HANDLE_NONE; in disconnect()243 bool isConnected() const { return mPatchHandle != AUDIO_PATCH_HANDLE_NONE; } in isConnected()244 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; } in getPatchHandle()256 audio_patch_handle_t mPatchHandle = AUDIO_PATCH_HANDLE_NONE;
134 audio_patch_handle_t mPatchHandle = AUDIO_PATCH_HANDLE_NONE; variable
312 bool isRouted() const { return mPatchHandle != AUDIO_PATCH_HANDLE_NONE; } in isRouted()323 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()
70 return mPatchHandle; in getPatchHandle()75 mPatchHandle = handle; in setPatchHandle()
2129 data->mPatchHandle, data->mSource); in threadLoop()2492 data->mPatchHandle = patchHandle; in recordingConfigurationUpdateCommand()
683 audio_patch_handle_t mPatchHandle; variable
24678 Landroid/media/AudioRecordingConfiguration;->mPatchHandle:I