OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useInChannelMask
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioGain.h
28
AudioGain(int index, bool
useInChannelMask
);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioGain.cpp
35
AudioGain::AudioGain(int index, bool
useInChannelMask
)
38
mUseInChannelMask =
useInChannelMask
;
/frameworks/base/core/jni/
android_media_AudioSystem.cpp
623
static bool
useInChannelMask
(audio_port_type_t type, audio_port_role_t role)
688
bool useInMask =
useInChannelMask
(nAudioPortConfig->type, nAudioPortConfig->role);
779
bool useInMask =
useInChannelMask
(nAudioPortConfig->type, nAudioPortConfig->role);
[
all
...]
Completed in 213 milliseconds