Searched refs:mixerAttrs (Results 1 – 8 of 8) sorted by relevance
434 audio_port_handle_t portId, std::vector<audio_mixer_attributes_t>& mixerAttrs) = 0;
683 std::vector<audio_mixer_attributes_t> *mixerAttrs);
2542 std::vector<audio_mixer_attributes_t> mixerAttrs; in getSupportedMixerAttributes() local2546 portId, mixerAttrs))); in getSupportedMixerAttributes()2549 mixerAttrs, in getSupportedMixerAttributes()
421 std::vector<audio_mixer_attributes_t>& mixerAttrs) override;
4751 audio_port_handle_t portId, std::vector<audio_mixer_attributes_t> &mixerAttrs) { in getSupportedMixerAttributes() argument4766 curProfile->toSupportedMixerAttributes(&mixerAttrs); in getSupportedMixerAttributes()
2597 int deviceId, @NonNull List<AudioMixerAttributes> mixerAttrs); in getSupportedMixerAttributes() argument
9792 List<AudioMixerAttributes> mixerAttrs = new ArrayList<>(); in getSupportedMixerAttributes() local9793 return (AudioSystem.getSupportedMixerAttributes(device.getId(), mixerAttrs) in getSupportedMixerAttributes()9794 == AudioSystem.SUCCESS) ? mixerAttrs : new ArrayList<>(); in getSupportedMixerAttributes()
2730 audio_port_handle_t portId, std::vector<audio_mixer_attributes_t> *mixerAttrs) { in getSupportedMixerAttributes() argument2740 *mixerAttrs = VALUE_OR_RETURN_STATUS( in getSupportedMixerAttributes()