Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp2737 std::vector<media::AudioMixerAttributesInternal> _aidlReturn; in getSupportedMixerAttributes() local
2739 aps->getSupportedMixerAttributes(portIdAidl, &_aidlReturn))); in getSupportedMixerAttributes()
2742 _aidlReturn, in getSupportedMixerAttributes()
2779 std::optional<media::AudioMixerAttributesInternal> _aidlReturn; in getPreferredMixerAttributes() local
2781 aps->getPreferredMixerAttributes(attrAidl, portIdAidl, &_aidlReturn))); in getPreferredMixerAttributes()
2783 if (_aidlReturn.has_value()) { in getPreferredMixerAttributes()
2786 _aidlReturn.value())); in getPreferredMixerAttributes()