Searched refs:streamAidl (Results 1 – 3 of 3) sorted by relevance
271 aidl2legacy_AudioStreamType_audio_stream_type_t(streamAidl)); in getOutput()912 Status AudioPolicyService::initStreamVolume(media::AudioStreamType streamAidl, in initStreamVolume() argument916 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() argument1089 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 …]
958 media::AudioStreamType streamAidl = VALUE_OR_RETURN( in getOutput() local1157 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in initStreamVolume() local1171 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamVolumeIndex() local1185 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in getStreamVolumeIndex() local1258 media::AudioStreamType streamAidl = VALUE_OR_RETURN( in getStrategyForStream() local1273 media::AudioStreamType streamAidl = VALUE_OR_RETURN( in getDevicesForStream() local1371 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in isStreamActive() local1385 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in isStreamActiveRemotely() local1398 media::AudioSourceType streamAidl = VALUE_OR_RETURN_STATUS( in isSourceActive() local1401 aps->isSourceActive(streamAidl, state))); in isSourceActive()[all …]
312 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamVolume() local315 return statusTFromBinderStatus(mDelegate->setStreamVolume(streamAidl, value, outputAidl)); in setStreamVolume()319 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in setStreamMute() local321 return statusTFromBinderStatus(mDelegate->setStreamMute(streamAidl, muted)); in setStreamMute()327 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in streamVolume() local332 mDelegate->streamVolume(streamAidl, outputAidl, &aidlRet))); in streamVolume()341 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in streamMute() local345 mDelegate->streamMute(streamAidl, &aidlRet))); in streamMute()472 media::AudioStreamType streamAidl = VALUE_OR_RETURN_STATUS( in invalidateStream() local474 return statusTFromBinderStatus(mDelegate->invalidateStream(streamAidl)); in invalidateStream()