Lines Matching refs:OboeStream
26 StreamBase::Result OboeStream::OboeErrorToMegaAudioError(oboe::Result oboeError) { in OboeErrorToMegaAudioError()
48 StreamBase::Result OboeStream::teardownStream() { in teardownStream()
53 StreamBase::Result OboeStream::teardownStream_l() { in teardownStream_l()
68 StreamBase::Result OboeStream::startStream() { in startStream()
92 StreamBase::Result OboeStream::stopStream() { in stopStream()
109 StreamBase::Result OboeStream::getTimeStamp(oboe::FrameTimestamp* timeStamp) { in getTimeStamp()
125 oboe::StreamState OboeStream::getState() const { in getState()
129 int OboeStream::getLastErrorCallbackResult() { in getLastErrorCallbackResult()
134 int32_t OboeStream::getRoutedDeviceId() { in getRoutedDeviceId()
140 int32_t OboeStream::getSharingMode() { in getSharingMode()
146 int32_t OboeStream::getChannelCount() { in getChannelCount()
152 bool OboeStream::isMMap() { in isMMap()