HomeSort by relevance Sort by last modified time
    Searched refs:audio_stream_type_t (Results 1 - 25 of 60) sorted by null

1 2 3

  /frameworks/av/include/media/
IAudioPolicyService.h 54 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
63 audio_stream_type_t *stream,
70 audio_stream_type_t stream,
73 audio_stream_type_t stream,
76 audio_stream_type_t stream,
91 virtual status_t initStreamVolume(audio_stream_type_t stream,
94 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
97 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
100 virtual uint32_t getStrategyForStream(audio_stream_type_t stream) = 0;
101 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream) = 0
    [all...]
AudioSystem.h 58 static status_t setStreamVolume(audio_stream_type_t stream, float value,
60 static status_t getStreamVolume(audio_stream_type_t stream, float* volume,
64 static status_t setStreamMute(audio_stream_type_t stream, bool mute);
65 static status_t getStreamMute(audio_stream_type_t stream, bool* mute);
72 static status_t isStreamActive(audio_stream_type_t stream, bool *state, uint32_t inPastMs);
76 static status_t isStreamActiveRemotely(audio_stream_type_t stream, bool *state,
102 audio_stream_type_t stream);
104 audio_stream_type_t stream);
106 audio_stream_type_t stream);
213 static audio_io_handle_t getOutput(audio_stream_type_t stream
    [all...]
AudioPolicyHelper.h 21 static audio_stream_type_t audio_attributes_to_stream_type(const audio_attributes_t *attr)
64 static void stream_type_to_audio_attributes(audio_stream_type_t streamType,
IAudioFlinger.h 64 audio_stream_type_t streamType,
119 virtual status_t setStreamVolume(audio_stream_type_t stream, float value,
121 virtual status_t setStreamMute(audio_stream_type_t stream, bool muted) = 0;
123 virtual float streamVolume(audio_stream_type_t stream,
125 virtual bool streamMute(audio_stream_type_t stream) const = 0;
170 virtual status_t invalidateStream(audio_stream_type_t stream) = 0;
AudioTrack.h 127 audio_stream_type_t streamType,
178 AudioTrack( audio_stream_type_t streamType,
205 AudioTrack( audio_stream_type_t streamType,
246 status_t set(audio_stream_type_t streamType,
279 audio_stream_type_t streamType() const;
603 void setAttributesFromStreamType(audio_stream_type_t streamType);
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyService.h 69 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
79 audio_stream_type_t *stream,
86 audio_stream_type_t stream,
89 audio_stream_type_t stream,
92 audio_stream_type_t stream,
107 virtual status_t initStreamVolume(audio_stream_type_t stream,
110 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
113 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
117 virtual uint32_t getStrategyForStream(audio_stream_type_t stream);
118 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream)
    [all...]
AudioPolicyInterface.h 98 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
107 audio_stream_type_t *stream,
115 audio_stream_type_t stream,
119 audio_stream_type_t stream,
123 audio_stream_type_t stream,
150 virtual void initStreamVolume(audio_stream_type_t stream,
157 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
164 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
169 virtual uint32_t getStrategyForStream(audio_stream_type_t stream) = 0;
172 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream) = 0
    [all...]
AudioPolicyInterfaceImplLegacy.cpp 130 audio_io_handle_t AudioPolicyService::getOutput(audio_stream_type_t stream,
150 audio_stream_type_t stream,
178 audio_stream_type_t stream,
193 audio_stream_type_t stream,
214 audio_stream_type_t stream,
225 audio_stream_type_t stream __unused,
328 status_t AudioPolicyService::initStreamVolume(audio_stream_type_t stream,
346 status_t AudioPolicyService::setStreamVolumeIndex(audio_stream_type_t stream,
370 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream,
391 uint32_t AudioPolicyService::getStrategyForStream(audio_stream_type_t stream
    [all...]
AudioPolicyEffects.h 75 // Effects are attached depending on the audio_stream_type_t
77 audio_stream_type_t stream,
82 audio_stream_type_t stream,
155 audio_stream_type_t streamNameToEnum(const char *name);
188 // Automatic output effects are organized per audio_stream_type_t
189 KeyedVector< audio_stream_type_t, EffectDescVector* > mOutputStreams;
AudioPolicyManager.h 85 virtual audio_io_handle_t getOutput(audio_stream_type_t stream,
94 audio_stream_type_t *stream,
101 audio_stream_type_t stream,
104 audio_stream_type_t stream,
107 audio_stream_type_t stream,
128 virtual void initStreamVolume(audio_stream_type_t stream,
131 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
134 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
139 virtual uint32_t getStrategyForStream(audio_stream_type_t stream);
144 virtual audio_devices_t getDevicesForStream(audio_stream_type_t stream)
    [all...]
AudioPolicyInterfaceImpl.cpp 125 audio_io_handle_t AudioPolicyService::getOutput(audio_stream_type_t stream,
147 audio_stream_type_t *stream,
164 audio_stream_type_t stream,
191 audio_stream_type_t stream,
206 audio_stream_type_t stream,
227 audio_stream_type_t stream,
238 audio_stream_type_t stream,
363 status_t AudioPolicyService::initStreamVolume(audio_stream_type_t stream,
381 status_t AudioPolicyService::setStreamVolumeIndex(audio_stream_type_t stream,
400 status_t AudioPolicyService::getStreamVolumeIndex(audio_stream_type_t stream
    [all...]
  /hardware/libhardware/include/hardware/
audio_policy.h 132 audio_stream_type_t stream,
143 audio_stream_type_t stream,
150 audio_stream_type_t stream,
180 audio_stream_type_t stream,
187 audio_stream_type_t stream,
192 audio_stream_type_t stream,
199 audio_stream_type_t stream,
205 audio_stream_type_t stream,
211 audio_stream_type_t stream);
215 audio_stream_type_t stream)
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_AudioPolicyBinderTest.cpp 64 *output = AudioSystem::getOutput((audio_stream_type_t)stream);
100 status_t status = aps->startOutput(output, (audio_stream_type_t)(AUDIO_STREAM_MIN -1),
105 status = aps->startOutput(output, (audio_stream_type_t)AUDIO_STREAM_CNT,
128 status_t status = aps->stopOutput(output, (audio_stream_type_t)(AUDIO_STREAM_MIN -1),
133 status = aps->stopOutput(output, (audio_stream_type_t)AUDIO_STREAM_CNT,
154 if (aps->isStreamActive((audio_stream_type_t)(AUDIO_STREAM_MIN -1), 0)) {
158 if (aps->isStreamActive((audio_stream_type_t)AUDIO_STREAM_CNT, 0)) {
178 if (aps->isStreamActiveRemotely((audio_stream_type_t)(AUDIO_STREAM_MIN -1), 0)) {
182 if (aps->isStreamActiveRemotely((audio_stream_type_t)AUDIO_STREAM_CNT, 0)) {
  /hardware/libhardware/modules/audio/
audio_policy.c 98 audio_stream_type_t stream,
109 audio_stream_type_t stream, int session)
115 audio_stream_type_t stream, int session)
149 audio_stream_type_t stream, int index_min,
155 audio_stream_type_t stream,
162 audio_stream_type_t stream,
169 audio_stream_type_t stream,
177 audio_stream_type_t stream,
185 audio_stream_type_t stream)
191 audio_stream_type_t stream
    [all...]
  /device/asus/fugu/libaudio/
ATVAudioPolicyManager.h 43 virtual float computeVolume(audio_stream_type_t stream,
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 137 audio_stream_type_t stream,
154 audio_stream_type_t stream, int session)
162 audio_stream_type_t stream, int session)
206 audio_stream_type_t stream, int index_min,
215 audio_stream_type_t stream,
225 audio_stream_type_t stream,
235 audio_stream_type_t stream,
246 audio_stream_type_t stream,
257 audio_stream_type_t stream)
264 audio_stream_type_t stream
    [all...]
AudioPolicyCompatClient.cpp 90 return mServiceOps->invalidate_stream(mService, (audio_stream_type_t)stream);
125 return mServiceOps->set_stream_volume(mService, (audio_stream_type_t)stream,
134 (audio_stream_type_t)stream);
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 137 audio_stream_type_t stream,
152 audio_stream_type_t stream, int session)
160 audio_stream_type_t stream, int session)
204 audio_stream_type_t stream, int index_min,
213 audio_stream_type_t stream,
223 audio_stream_type_t stream,
233 audio_stream_type_t stream,
244 audio_stream_type_t stream,
255 audio_stream_type_t stream)
262 audio_stream_type_t stream
    [all...]
  /system/core/include/system/
audio_policy.h 88 static inline bool audio_is_low_visibility(audio_stream_type_t stream)
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 141 audio_stream_type_t stream,
169 audio_stream_type_t *stream,
226 *stream = (audio_stream_type_t)reply.readInt32();
232 audio_stream_type_t stream,
245 audio_stream_type_t stream,
258 audio_stream_type_t stream,
337 virtual status_t initStreamVolume(audio_stream_type_t stream,
350 virtual status_t setStreamVolumeIndex(audio_stream_type_t stream,
363 virtual status_t getStreamVolumeIndex(audio_stream_type_t stream,
378 virtual uint32_t getStrategyForStream(audio_stream_type_t stream
    [all...]
AudioSystem.cpp 145 status_t AudioSystem::setStreamVolume(audio_stream_type_t stream, float value,
155 status_t AudioSystem::setStreamMute(audio_stream_type_t stream, bool mute)
164 status_t AudioSystem::getStreamVolume(audio_stream_type_t stream, float* volume,
174 status_t AudioSystem::getStreamMute(audio_stream_type_t stream, bool* mute)
242 status_t AudioSystem::getOutputSamplingRate(uint32_t* samplingRate, audio_stream_type_t streamType)
286 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType)
328 status_t AudioSystem::getOutputLatency(uint32_t* latency, audio_stream_type_t streamType)
483 audio_stream_type_t stream;
640 audio_io_handle_t AudioSystem::getOutput(audio_stream_type_t stream,
655 audio_stream_type_t *stream
    [all...]
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 27 audio_stream_type_t streamType,
55 audio_stream_type_t streamType() const {
129 const audio_stream_type_t mStreamType;
169 audio_stream_type_t streamType,
212 audio_stream_type_t streamType,
AudioFlinger.h 102 audio_stream_type_t streamType,
140 virtual status_t setStreamVolume(audio_stream_type_t stream, float value,
142 virtual status_t setStreamMute(audio_stream_type_t stream, bool muted);
144 virtual float streamVolume(audio_stream_type_t stream,
146 virtual bool streamMute(audio_stream_type_t stream) const;
188 virtual status_t invalidateStream(audio_stream_type_t stream);
539 bool streamMute_l(audio_stream_type_t stream) const
542 float streamVolume_l(audio_stream_type_t stream) const
748 status_t checkStreamType(audio_stream_type_t stream) const;
    [all...]
  /frameworks/av/include/media/stagefright/
Utils.h 64 bool isStreaming, audio_stream_type_t streamType);
  /frameworks/wilhelm/src/android/
android_defs.h 69 audio_stream_type_t streamType;

Completed in 1005 milliseconds

1 2 3