OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPatchHandle
(Results
1 - 7
of
7
) sorted by null
/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/common/managerdefinitions/include/
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
;
AudioInputDescriptor.h
75
audio_patch_handle_t
mPatchHandle
;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp
32
mProfile(profile),
mPatchHandle
(AUDIO_PATCH_HANDLE_NONE), mId(0)
162
return
mPatchHandle
;
167
mPatchHandle
= handle;
AudioOutputDescriptor.cpp
37
mClientInterface(clientInterface),
mPatchHandle
(AUDIO_PATCH_HANDLE_NONE), mId(0)
/frameworks/av/services/audiopolicy/service/
AudioPolicyService.h
412
audio_patch_handle_t
mPatchHandle
;
AudioPolicyService.cpp
610
data->
mPatchHandle
);
886
data->
mPatchHandle
= patchHandle;
[
all
...]
Completed in 85 milliseconds