OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mPatchHandle
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioInputDescriptor.h
75
audio_patch_handle_t
mPatchHandle
;
AudioOutputDescriptor.h
74
audio_patch_handle_t getPatchHandle() const { return
mPatchHandle
; };
75
void setPatchHandle(audio_patch_handle_t handle) {
mPatchHandle
= handle; };
88
audio_patch_handle_t
mPatchHandle
;
/frameworks/base/media/java/android/media/
AudioRecordingConfiguration.java
55
private final int
mPatchHandle
;
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/
AudioPolicyService.h
412
audio_patch_handle_t
mPatchHandle
;
Completed in 86 milliseconds