Home
last modified time | relevance | path

Searched refs:sharedStream (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointShared.cpp134 aaudio_result_t AAudioServiceEndpointShared::startStream(sp<AAudioServiceStreamBase> sharedStream, in startStream() argument
155 const audio_attributes_t attr = getAudioAttributesFrom(sharedStream.get()); in startStream()
157 sharedStream->getAudioClient(), &attr, clientHandle); in startStream()
169 aaudio_result_t AAudioServiceEndpointShared::stopStream(sp<AAudioServiceStreamBase> sharedStream, in stopStream() argument