HomeSort by relevance Sort by last modified time
    Searched defs:mPatchHandle (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioInputDescriptor.h 77 audio_patch_handle_t mPatchHandle;
AudioOutputDescriptor.h 76 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; };
77 void setPatchHandle(audio_patch_handle_t handle) { mPatchHandle = handle; };
90 audio_patch_handle_t mPatchHandle;
  /frameworks/base/media/java/android/media/
AudioRecordingConfiguration.java 60 private final int mPatchHandle;
72 mPatchHandle = patchHandle;
92 + " -- patch:" + arc.mPatchHandle
109 in.mDeviceFormat, in.mPatchHandle, "" /*empty package name*/);
202 if (patch.id() == mPatchHandle) {
254 dest.writeInt(mPatchHandle);
264 mPatchHandle = in.readInt();
279 && (mPatchHandle == that.mPatchHandle)
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 410 audio_patch_handle_t mPatchHandle;

Completed in 2624 milliseconds