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()
865 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in setStreamVolume() local869 return Status::fromStatusT(mDelegate->setStreamVolume(streamLegacy, value, outputLegacy)); in setStreamVolume()873 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in setStreamMute() local875 return Status::fromStatusT(mDelegate->setStreamMute(streamLegacy, muted)); in setStreamMute()880 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in streamVolume() local884 *_aidl_return = mDelegate->streamVolume(streamLegacy, outputLegacy); in streamVolume()889 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in streamMute() local891 *_aidl_return = mDelegate->streamMute(streamLegacy); in streamMute()999 audio_stream_type_t streamLegacy = VALUE_OR_RETURN_BINDER( in invalidateStream() local1001 return Status::fromStatusT(mDelegate->invalidateStream(streamLegacy)); in invalidateStream()