OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUDIO_STREAM_CNT
(Results
1 - 15
of
15
) sorted by null
/frameworks/av/services/audiopolicy/engineconfigurable/src/
Stream.cpp
31
if (identifier >
AUDIO_STREAM_CNT
) {
68
if (volumeProfile >=
AUDIO_STREAM_CNT
) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioOutputDescriptor.h
79
uint32_t mRefCount[
AUDIO_STREAM_CNT
]; // number of streams of each type using this output
80
nsecs_t mStopTime[
AUDIO_STREAM_CNT
];
81
float mCurVolume[
AUDIO_STREAM_CNT
]; // current stream volume in dB
82
int mMuteCount[
AUDIO_STREAM_CNT
]; // mute request counter
Gains.h
56
static const VolumeCurvePoint *sVolumeProfiles[
AUDIO_STREAM_CNT
][DEVICE_CATEGORY_CNT];
VolumeCurve.h
160
for (ssize_t i = 0 ; i <
AUDIO_STREAM_CNT
; i++) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
StreamDescriptor.cpp
104
for (size_t stream = 0 ; stream <
AUDIO_STREAM_CNT
; stream++) {
173
for (int i = 0; i <
AUDIO_STREAM_CNT
; i++) {
AudioOutputDescriptor.cpp
40
for (int i = 0; i <
AUDIO_STREAM_CNT
; i++) {
107
for (int i = 0; i < (int)
AUDIO_STREAM_CNT
; i++) {
204
for (int i = 0; i < (int)
AUDIO_STREAM_CNT
; i++) {
513
for (size_t s = 0 ; s <
AUDIO_STREAM_CNT
; s++) {
566
for (size_t s = 0 ; s <
AUDIO_STREAM_CNT
; s++) {
Gains.cpp
116
const VolumeCurvePoint *Gains::sVolumeProfiles[
AUDIO_STREAM_CNT
]
/frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp
181
if (uint32_t(stream) >=
AUDIO_STREAM_CNT
) {
208
if (uint32_t(stream) >=
AUDIO_STREAM_CNT
) {
/frameworks/av/media/libmedia/
AudioSystem.cpp
159
if (uint32_t(stream) >=
AUDIO_STREAM_CNT
) return BAD_VALUE;
168
if (uint32_t(stream) >=
AUDIO_STREAM_CNT
) return BAD_VALUE;
178
if (uint32_t(stream) >=
AUDIO_STREAM_CNT
) return BAD_VALUE;
187
if (uint32_t(stream) >=
AUDIO_STREAM_CNT
) return BAD_VALUE;
[
all
...]
/frameworks/av/services/audioflinger/
AudioFlinger.h
677
stream_type_t mStreamTypes[
AUDIO_STREAM_CNT
];
[
all
...]
Threads.h
[
all
...]
AudioFlinger.cpp
608
if (uint32_t(streamType) >=
AUDIO_STREAM_CNT
) {
978
if (uint32_t(stream) >=
AUDIO_STREAM_CNT
) {
[
all
...]
Threads.cpp
[
all
...]
/system/media/audio/include/system/
audio.h
82
AUDIO_STREAM_CNT
= AUDIO_STREAM_PATCH + 1,
[
all
...]
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
[
all
...]
Completed in 62 milliseconds