Home
last modified time | relevance | path

Searched refs:streamAidl (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp271 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in getOutput()
912 Status AudioPolicyService::initStreamVolume(media::AudioStreamType streamAidl, in initStreamVolume() argument
916 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in initStreamVolume()
938 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in setStreamVolumeIndex()
962 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in getStreamVolumeIndex()
1065 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in getStrategyForStream()
1086 Status AudioPolicyService::getDevicesForStream(media::AudioStreamType streamAidl, in getDevicesForStream() argument
1089 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in getDevicesForStream()
1211 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in isStreamActive()
1231 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in isStreamActiveRemotely()
[all …]
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp958 media::AudioStreamType streamAidl = VALUE_OR_RETURN( in getOutput() local
1157 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in initStreamVolume() local
1171 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamVolumeIndex() local
1185 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in getStreamVolumeIndex() local
1258 media::AudioStreamType streamAidl = VALUE_OR_RETURN( in getStrategyForStream() local
1273 media::AudioStreamType streamAidl = VALUE_OR_RETURN( in getDevicesForStream() local
1371 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in isStreamActive() local
1385 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in isStreamActiveRemotely() local
1398 media::AudioSourceType streamAidl = VALUE_OR_RETURN_STATUS( in isSourceActive() local
1401 aps->isSourceActive(streamAidl, state))); in isSourceActive()
[all …]
H A DIAudioFlinger.cpp312 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamVolume() local
315 return statusTFromBinderStatus(mDelegate->setStreamVolume(streamAidl, value, outputAidl)); in setStreamVolume()
319 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamMute() local
321 return statusTFromBinderStatus(mDelegate->setStreamMute(streamAidl, muted)); in setStreamMute()
327 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in streamVolume() local
332 mDelegate->streamVolume(streamAidl, outputAidl, &aidlRet))); in streamVolume()
341 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in streamMute() local
345 mDelegate->streamMute(streamAidl, &aidlRet))); in streamMute()
472 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in invalidateStream() local
474 return statusTFromBinderStatus(mDelegate->invalidateStream(streamAidl)); in invalidateStream()