Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/megaaudio/common/
DOboeStream.cpp26 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()
[all …]
DOboeStream.h25 class OboeStream: public StreamBase {
49 OboeStream(int32_t subtype) : mSubtype(subtype), mStreamStarted(false) {} in OboeStream() function
/cts/apps/CtsVerifier/jni/megaaudio/player/
DPlayer.h24 class Player: public OboeStream {
26 Player(AudioSource* source, int32_t subtype) : OboeStream(subtype), mAudioSource(source) {} in Player()
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DRecorder.h24 class Recorder: public OboeStream {
26 Recorder(AudioSink* sink, int subtype) : OboeStream(subtype), mAudioSink(sink) {} in Recorder()
/cts/apps/CtsVerifier/jni/megaaudio/
DAndroid.bp25 "common/OboeStream.cpp",