Searched defs:mPatchHandle (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioInputDescriptor.h77 audio_patch_handle_t mPatchHandle; member in class:android::AudioInputDescriptor
H A DAudioOutputDescriptor.h76 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; };
77 void setPatchHandle(audio_patch_handle_t handle) { mPatchHandle = handle; };
90 audio_patch_handle_t mPatchHandle; member in class:android::AudioOutputDescriptor
/frameworks/base/media/java/android/media/
H A DAudioRecordingConfiguration.java55 private final int mPatchHandle; field in class:AudioRecordingConfiguration
66 mPatchHandle = patchHandle;
135 if (patch.id() == mPatchHandle) {
187 dest.writeInt(mPatchHandle);
195 mPatchHandle = in.readInt();
207 && (mPatchHandle == that.mPatchHandle)
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h408 audio_patch_handle_t mPatchHandle; member in class:android::AudioPolicyService::AudioCommandThread::RecordingConfigurationUpdateData

Completed in 60 milliseconds