Searched refs:outputLegacy (Results 1 – 2 of 2) sorted by relevance
979 audio_io_handle_t outputLegacy = VALUE_OR_RETURN_BINDER( in format() local982 legacy2aidl_audio_format_t_AudioFormatDescription(mDelegate->format(outputLegacy))); in format()995 audio_io_handle_t outputLegacy = VALUE_OR_RETURN_BINDER( in latency() local998 convertIntegral<int32_t>(mDelegate->latency(outputLegacy))); in latency()1032 audio_io_handle_t outputLegacy = VALUE_OR_RETURN_BINDER( in setStreamVolume() local1034 return Status::fromStatusT(mDelegate->setStreamVolume(streamLegacy, value, outputLegacy)); in setStreamVolume()1047 audio_io_handle_t outputLegacy = VALUE_OR_RETURN_BINDER( in streamVolume() local1049 *_aidl_return = mDelegate->streamVolume(streamLegacy, outputLegacy); in streamVolume()1136 audio_io_handle_t outputLegacy = VALUE_OR_RETURN_BINDER( in closeOutput() local1138 return Status::fromStatusT(mDelegate->closeOutput(outputLegacy)); in closeOutput()[all …]
767 audio_io_handle_t outputLegacy = VALUE_OR_RETURN_BINDER_STATUS( in onSupportedLatencyModesChanged() local783 callback->onSupportedLatencyModesChanged(outputLegacy, modesLegacy); in onSupportedLatencyModesChanged()