/external/srec/audio/AudioIn/UNIX/include/ |
audioinwrapper.h | 36 int AudioSetVolume(int stream_type, int volume); 37 int AudioGetVolume(int stream_type);
|
/frameworks/base/include/media/ |
IAudioPolicyService.h | 51 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream, 56 virtual status_t startOutput(audio_io_handle_t output, AudioSystem::stream_type stream) = 0; 57 virtual status_t stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream) = 0; 67 virtual status_t initStreamVolume(AudioSystem::stream_type stream, 70 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) = 0; 71 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) = 0;
|
AudioSystem.h | 36 enum stream_type { enum in class:android::AudioSystem 349 static audio_io_handle_t getOutput(stream_type stream, 354 static status_t startOutput(audio_io_handle_t output, AudioSystem::stream_type stream); 355 static status_t stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream); 365 static status_t initStreamVolume(stream_type stream, 368 static status_t setStreamVolumeIndex(stream_type stream, int index); 369 static status_t getStreamVolumeIndex(stream_type stream, int *index); 380 static bool isLowVisibility(stream_type stream);
|
/external/srec/audio/AudioIn/UNIX/src/ |
audioinwrapper.cpp | 149 int AudioSetVolume(int stream_type, int volume) 154 return AudioSystem::setStreamVolume(stream_type, volume, 0); 158 int AudioGetVolume(int stream_type) 164 AudioSystem::getStreamVolume(stream_type, &v, 0); 201 int AudioSetStreamType(int stream_type) 206 int AudioSetVolume(int stream_type, int volume) 211 int AudioGetVolume(int stream_type)
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyInterface.h | 88 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream, 94 virtual status_t startOutput(audio_io_handle_t output, AudioSystem::stream_type stream) = 0; 96 virtual status_t stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream) = 0; 118 virtual void initStreamVolume(AudioSystem::stream_type stream, 123 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) = 0; 125 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) = 0; 181 virtual status_t setStreamVolume(AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs = 0) = 0; 184 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output) = 0; 193 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream) = 0;
|
AudioPolicyManagerBase.h | 74 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream, 79 virtual status_t startOutput(audio_io_handle_t output, AudioSystem::stream_type stream); 80 virtual status_t stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream); 92 virtual void initStreamVolume(AudioSystem::stream_type stream, 95 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index); 96 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index); 120 void changeRefCount(AudioSystem::stream_type, int delta); 176 static routing_strategy getStrategy(AudioSystem::stream_type stream); 242 virtual bool needsDirectOuput(AudioSystem::stream_type stream,
|
/frameworks/base/libs/audioflinger/ |
AudioPolicyService.h | 52 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream, 57 virtual status_t startOutput(audio_io_handle_t output, AudioSystem::stream_type stream); 58 virtual status_t stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream); 68 virtual status_t initStreamVolume(AudioSystem::stream_type stream, 71 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index); 72 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index); 102 virtual status_t setStreamVolume(AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs = 0); 103 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output); 106 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream);
|
AudioPolicyManagerBase.cpp | 417 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream, 425 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream); 541 status_t AudioPolicyManagerBase::startOutput(audio_io_handle_t output, AudioSystem::stream_type stream) 551 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream); 577 status_t AudioPolicyManagerBase::stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream) 587 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream); 782 void AudioPolicyManagerBase::initStreamVolume(AudioSystem::stream_type stream, 795 status_t AudioPolicyManagerBase::setStreamVolumeIndex(AudioSystem::stream_type stream, int index) 819 status_t AudioPolicyManagerBase::getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) [all...] |
AudioPolicyService.cpp | 212 audio_io_handle_t AudioPolicyService::getOutput(AudioSystem::stream_type stream, 226 status_t AudioPolicyService::startOutput(audio_io_handle_t output, AudioSystem::stream_type stream) 236 status_t AudioPolicyService::stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream) 296 status_t AudioPolicyService::initStreamVolume(AudioSystem::stream_type stream, 313 status_t AudioPolicyService::setStreamVolumeIndex(AudioSystem::stream_type stream, int index) 328 status_t AudioPolicyService::getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) 517 status_t AudioPolicyService::setStreamVolume(AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs) 522 status_t AudioPolicyService::setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output) 542 status_t AudioPolicyService::startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream)
|
AudioFlinger.cpp | [all...] |
/frameworks/base/media/libmedia/ |
IAudioPolicyService.cpp | 123 AudioSystem::stream_type stream, 140 virtual status_t startOutput(audio_io_handle_t output, AudioSystem::stream_type stream) 150 virtual status_t stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream) 212 virtual status_t initStreamVolume(AudioSystem::stream_type stream, 225 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) 235 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) 304 AudioSystem::stream_type stream = static_cast <AudioSystem::stream_type>(data.readInt32()); 323 reply->writeInt32(static_cast <uint32_t>(startOutput(output, (AudioSystem::stream_type)stream))); 331 reply->writeInt32(static_cast <uint32_t>(stopOutput(output, (AudioSystem::stream_type)stream))) [all...] |
AudioSystem.cpp | 229 output = getOutput((stream_type)streamType); 262 output = getOutput((stream_type)streamType); 293 output = getOutput((stream_type)streamType); 354 return af->getRenderPosition(halFrames, dspFrames, getOutput((stream_type)stream)); 552 audio_io_handle_t AudioSystem::getOutput(stream_type stream, 587 status_t AudioSystem::startOutput(audio_io_handle_t output, AudioSystem::stream_type stream) 594 status_t AudioSystem::stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream) 640 status_t AudioSystem::initStreamVolume(stream_type stream, 649 status_t AudioSystem::setStreamVolumeIndex(stream_type stream, int index) 656 status_t AudioSystem::getStreamVolumeIndex(stream_type stream, int *index [all...] |
AudioTrack.cpp | 168 audio_io_handle_t output = AudioSystem::getOutput((AudioSystem::stream_type)streamType, 596 return AudioSystem::getOutput((AudioSystem::stream_type)mStreamType,
|
/frameworks/base/core/jni/ |
android_media_AudioSystem.cpp | 170 return check_AudioSystem_Command(AudioSystem::initStreamVolume(static_cast <AudioSystem::stream_type>(stream), 178 return check_AudioSystem_Command(AudioSystem::setStreamVolumeIndex(static_cast <AudioSystem::stream_type>(stream), index)); 185 if (AudioSystem::getStreamVolumeIndex(static_cast <AudioSystem::stream_type>(stream), &index) != NO_ERROR) {
|
android_media_AudioTrack.cpp | 192 AudioSystem::stream_type atStreamType; 718 AudioSystem::stream_type nativeStreamType; [all...] |
/frameworks/base/packages/TtsService/jni/ |
android_tts_SynthProxy.cpp | 65 AudioSystem::stream_type streamType; 162 AudioSystem::stream_type mStreamType; 207 void createAudioOut(AudioSystem::stream_type streamType, uint32_t rate, 253 void prepAudioTrack(SynthProxyJniStorage* pJniData, AudioSystem::stream_type streamType, 760 pForAfter->streamType = (AudioSystem::stream_type) javaStreamType;
|