Searched defs:stream_type (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/include/media/
H A DAudioSystem.h36 enum stream_type { enum in class:android::AudioSystem
361 static audio_io_handle_t getOutput(stream_type stream,
367 AudioSystem::stream_type stream,
370 AudioSystem::stream_type stream,
381 static status_t initStreamVolume(stream_type stream,
384 static status_t setStreamVolumeIndex(stream_type stream, int index);
385 static status_t getStreamVolumeIndex(stream_type stream, int *index);
387 static uint32_t getStrategyForStream(stream_type stream);
406 static bool isLowVisibility(stream_type stream);

Completed in 30 milliseconds