Searched refs:streamLegacy (Results 1 – 2 of 2) sorted by relevance
45 AudioStreamLegacy *streamLegacy = (AudioStreamLegacy *) userData; in AudioStreamLegacy_callback() local46 streamLegacy->processCallback(event, info); in AudioStreamLegacy_callback()
861 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in setStreamVolume() local865 return Status::fromStatusT(mDelegate->setStreamVolume(streamLegacy, value, outputLegacy)); in setStreamVolume()869 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in setStreamMute() local871 return Status::fromStatusT(mDelegate->setStreamMute(streamLegacy, muted)); in setStreamMute()876 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in streamVolume() local880 *_aidl_return = mDelegate->streamVolume(streamLegacy, outputLegacy); in streamVolume()885 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in streamMute() local887 *_aidl_return = mDelegate->streamMute(streamLegacy); in streamMute()995 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in invalidateStream() local997 return Status::fromStatusT(mDelegate->invalidateStream(streamLegacy)); in invalidateStream()