/external/zlib/contrib/ada/ |
zlib-streams.ads | 17 type Stream_Type is 21 (Stream : in out Stream_Type; 26 (Stream : in out Stream_Type; 30 (Stream : in out Stream_Type; 37 function Read_Total_In (Stream : in Stream_Type) return Count; 41 function Read_Total_Out (Stream : in Stream_Type) return Count; 45 function Write_Total_In (Stream : in Stream_Type) return Count; 49 function Write_Total_Out (Stream : in Stream_Type) return Count; 54 (Stream : out Stream_Type; 80 function Is_Open (Stream : Stream_Type) return Boolean [all...] |
zlib-streams.adb | 19 procedure Close (Stream : in out Stream_Type) is 42 (Stream : out Stream_Type; 102 (Stream : in out Stream_Type; 121 function Is_Open (Stream : Stream_Type) return Boolean is 131 (Stream : in out Stream_Type; 165 function Read_Total_In (Stream : in Stream_Type) return Count is 174 function Read_Total_Out (Stream : in Stream_Type) return Count is 184 (Stream : in out Stream_Type; 211 function Write_Total_In (Stream : in Stream_Type) return Count is 220 function Write_Total_Out (Stream : in Stream_Type) return Count i [all...] |
test.adb | 61 File_Z : ZLib.Streams.Stream_Type;
|
/frameworks/base/services/audioflinger/ |
AudioPolicyService.h | 54 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream, 61 AudioSystem::stream_type stream, 64 AudioSystem::stream_type stream, 76 virtual status_t initStreamVolume(AudioSystem::stream_type stream, 79 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index); 80 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index); 82 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream); 121 virtual status_t setStreamVolume(AudioSystem::stream_type stream, 125 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output); 130 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream) [all...] |
AudioPolicyService.cpp | 215 audio_io_handle_t AudioPolicyService::getOutput(AudioSystem::stream_type stream, 230 AudioSystem::stream_type stream, 242 AudioSystem::stream_type stream, 303 status_t AudioPolicyService::initStreamVolume(AudioSystem::stream_type stream, 320 status_t AudioPolicyService::setStreamVolumeIndex(AudioSystem::stream_type stream, int index) 335 status_t AudioPolicyService::getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) 349 uint32_t AudioPolicyService::getStrategyForStream(AudioSystem::stream_type stream) 568 status_t AudioPolicyService::setStreamVolume(AudioSystem::stream_type stream, 576 status_t AudioPolicyService::setStreamOutput(AudioSystem::stream_type stream, 608 AudioSystem::stream_type stream [all...] |
AudioPolicyManagerBase.cpp | 420 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream, 428 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream); 545 AudioSystem::stream_type stream, 556 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream); 583 AudioSystem::stream_type stream, 594 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream); 791 void AudioPolicyManagerBase::initStreamVolume(AudioSystem::stream_type stream, 804 status_t AudioPolicyManagerBase::setStreamVolumeIndex(AudioSystem::stream_type stream, int index) 828 status_t AudioPolicyManagerBase::getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) [all...] |
AudioFlinger.cpp | [all...] |
/frameworks/base/media/libmedia/ |
IAudioPolicyService.cpp | 127 AudioSystem::stream_type stream, 145 AudioSystem::stream_type stream, 158 AudioSystem::stream_type stream, 222 virtual status_t initStreamVolume(AudioSystem::stream_type stream, 235 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) 245 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) 256 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream) 366 AudioSystem::stream_type stream = 367 static_cast <AudioSystem::stream_type>(data.readInt32()); 389 (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)); 558 audio_io_handle_t AudioSystem::getOutput(stream_type stream, 594 AudioSystem::stream_type stream, 603 AudioSystem::stream_type stream, 650 status_t AudioSystem::initStreamVolume(stream_type stream, 659 status_t AudioSystem::setStreamVolumeIndex(stream_type stream, int index) 666 status_t AudioSystem::getStreamVolumeIndex(stream_type stream, int *index [all...] |
AudioTrack.cpp | 198 audio_io_handle_t output = AudioSystem::getOutput((AudioSystem::stream_type)streamType, 632 return AudioSystem::getOutput((AudioSystem::stream_type)mStreamType, [all...] |
ToneGenerator.cpp | [all...] |
/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)
|
/frameworks/base/include/media/ |
IAudioPolicyService.h | 51 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream, 57 AudioSystem::stream_type stream, 60 AudioSystem::stream_type stream, 71 virtual status_t initStreamVolume(AudioSystem::stream_type stream, 74 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) = 0; 75 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) = 0; 76 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream) = 0;
|
AudioSystem.h | 36 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);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyInterface.h | 88 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream, 95 AudioSystem::stream_type stream, 99 AudioSystem::stream_type stream, 122 virtual void initStreamVolume(AudioSystem::stream_type stream, 127 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index) = 0; 129 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index) = 0; 132 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream) = 0; 197 virtual status_t setStreamVolume(AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs = 0) = 0; 200 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output) = 0; 209 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream) = 0 [all...] |
AudioPolicyManagerBase.h | 74 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream, 81 AudioSystem::stream_type stream, 84 AudioSystem::stream_type stream, 97 virtual void initStreamVolume(AudioSystem::stream_type stream, 100 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream, int index); 101 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream, int *index); 104 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream); 136 void changeRefCount(AudioSystem::stream_type, int delta); 205 static routing_strategy getStrategy(AudioSystem::stream_type stream); 276 virtual bool needsDirectOuput(AudioSystem::stream_type stream [all...] |
/external/srec/audio/AudioIn/UNIX/include/ |
audioinwrapper.h | 36 int AudioSetVolume(int stream_type, int volume); 37 int AudioGetVolume(int stream_type);
|
/frameworks/base/core/jni/ |
android_media_AudioSystem.cpp | 174 return check_AudioSystem_Command(AudioSystem::initStreamVolume(static_cast <AudioSystem::stream_type>(stream), 182 return check_AudioSystem_Command(AudioSystem::setStreamVolumeIndex(static_cast <AudioSystem::stream_type>(stream), index)); 189 if (AudioSystem::getStreamVolumeIndex(static_cast <AudioSystem::stream_type>(stream), &index) != NO_ERROR) {
|
android_media_AudioTrack.cpp | 192 AudioSystem::stream_type atStreamType; 755 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;
|
/system/media/opensles/tests/mimeUri/ |
slesTestPlayStreamType.cpp | 243 fprintf(stdout, "Usage: \t%s url stream_type\n", argv[0]); 244 fprintf(stdout, " where stream_type is one of the SL_ANDROID_STREAM_ constants.\n");
|
/frameworks/base/media/libstagefright/ |
MPEG2TSWriter.cpp | 622 // stream_type = 0x??
|
/frameworks/base/media/libstagefright/mpeg2ts/ |
ATSParser.cpp | 186 LOGV(" stream_type = 0x%02x", streamType);
|