Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp306 Status AudioPolicyService::getOutput(AudioStreamType streamAidl, int32_t* _aidl_return) in getOutput() argument
309 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in getOutput()
1051 Status AudioPolicyService::initStreamVolume(AudioStreamType streamAidl, in initStreamVolume() argument
1055 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in initStreamVolume()
1074 Status AudioPolicyService::setStreamVolumeIndex(AudioStreamType streamAidl, in setStreamVolumeIndex() argument
1078 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in setStreamVolumeIndex()
1099 Status AudioPolicyService::getStreamVolumeIndex(AudioStreamType streamAidl, in getStreamVolumeIndex() argument
1103 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in getStreamVolumeIndex()
1205 Status AudioPolicyService::getStrategyForStream(AudioStreamType streamAidl, in getStrategyForStream() argument
1208 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in getStrategyForStream()
[all …]
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1079 AudioStreamType streamAidl = VALUE_OR_RETURN( in getOutput() local
1083 statusTFromBinderStatus(aps->getOutput(streamAidl, &outputAidl))); in getOutput()
1313 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in initStreamVolume() local
1318 aps->initStreamVolume(streamAidl, indexMinAidl, indexMaxAidl)); in initStreamVolume()
1334 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamVolumeIndex() local
1340 aps->setStreamVolumeIndex(streamAidl, deviceAidl, indexAidl)); in setStreamVolumeIndex()
1349 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in getStreamVolumeIndex() local
1355 aps->getStreamVolumeIndex(streamAidl, deviceAidl, &indexAidl))); in getStreamVolumeIndex()
1425 AudioStreamType streamAidl = VALUE_OR_RETURN( in getStrategyForStream() local
1429 aps->getStrategyForStream(streamAidl, &resultAidl))); in getStrategyForStream()
[all …]
DIAudioFlinger.cpp341 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamVolume() local
344 return statusTFromBinderStatus(mDelegate->setStreamVolume(streamAidl, value, outputAidl)); in setStreamVolume()
348 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamMute() local
350 return statusTFromBinderStatus(mDelegate->setStreamMute(streamAidl, muted)); in setStreamMute()
356 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in streamVolume() local
361 mDelegate->streamVolume(streamAidl, outputAidl, &aidlRet))); in streamVolume()
370 AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in streamMute() local
374 mDelegate->streamMute(streamAidl, &aidlRet))); in streamMute()