Home
last modified time | relevance | path

Searched refs:streamLegacy (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp45 AudioStreamLegacy *streamLegacy = (AudioStreamLegacy *) userData; in AudioStreamLegacy_callback() local
46 streamLegacy->processCallback(event, info); in AudioStreamLegacy_callback()
/aosp12/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp865 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in setStreamVolume() local
869 return Status::fromStatusT(mDelegate->setStreamVolume(streamLegacy, value, outputLegacy)); in setStreamVolume()
873 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in setStreamMute() local
875 return Status::fromStatusT(mDelegate->setStreamMute(streamLegacy, muted)); in setStreamMute()
880 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in streamVolume() local
884 *_aidl_return = mDelegate->streamVolume(streamLegacy, outputLegacy); in streamVolume()
889 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in streamMute() local
891 *_aidl_return = mDelegate->streamMute(streamLegacy); in streamMute()
999 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in invalidateStream() local
1001 return Status::fromStatusT(mDelegate->invalidateStream(streamLegacy)); in invalidateStream()