Searched refs:_aidlReturn (Results 1 – 1 of 1) sorted by relevance
2737 std::vector<media::AudioMixerAttributesInternal> _aidlReturn; in getSupportedMixerAttributes() local2739 aps->getSupportedMixerAttributes(portIdAidl, &_aidlReturn))); in getSupportedMixerAttributes()2742 _aidlReturn, in getSupportedMixerAttributes()2779 std::optional<media::AudioMixerAttributesInternal> _aidlReturn; in getPreferredMixerAttributes() local2781 aps->getPreferredMixerAttributes(attrAidl, portIdAidl, &_aidlReturn))); in getPreferredMixerAttributes()2783 if (_aidlReturn.has_value()) { in getPreferredMixerAttributes()2786 _aidlReturn.value())); in getPreferredMixerAttributes()