OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_STREAM_TYPES
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/java/android/media/
AudioSystem.java
61
private static final int
NUM_STREAM_TYPES
= 10;
62
public static final int getNumStreamTypes() { return
NUM_STREAM_TYPES
; }
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
192
uint32_t mRefCount[AudioSystem::
NUM_STREAM_TYPES
]; // number of streams of each type using this output
193
nsecs_t mStopTime[AudioSystem::
NUM_STREAM_TYPES
];
196
float mCurVolume[AudioSystem::
NUM_STREAM_TYPES
]; // current stream volume
197
int mMuteCount[AudioSystem::
NUM_STREAM_TYPES
]; // mute request counter
357
StreamDescriptor mStreams[AudioSystem::
NUM_STREAM_TYPES
]; // stream descriptors for volume control
AudioSystemLegacy.h
84
NUM_STREAM_TYPES
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
240
for (int stream = 0; stream < AudioSystem::
NUM_STREAM_TYPES
; stream++) {
308
for (int stream = 0; stream < AudioSystem::
NUM_STREAM_TYPES
; stream++) {
[
all
...]
Completed in 2130 milliseconds