Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DJavaPlayer.java152 stopStream(); in teardownStream()
195 public int stopStream() { in stopStream() method in JavaPlayer
235 stopStream(); in run()
241 stopStream(); in run()
DOboePlayer.java86 public int stopStream() { in stopStream() method in OboePlayer
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DJavaRecorder.java144 stopStream(); in teardownStream()
199 public int stopStream() { in stopStream() method in JavaRecorder
238 stopStream(); in run()
245 stopStream(); in run()
DOboeRecorder.java76 public int stopStream() { in stopStream() method in OboeRecorder
/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio.cpp181 mHelper->stopStream(); in testTimestamp()
248 mHelper->stopStream(); in TEST_P()
276 mHelper->stopStream(); in TEST_P()
296 mHelper->stopStream(); in TEST_P()
309 mHelper->stopStream(); in TEST_P()
321 mHelper->stopStream(); in TEST_P()
539 mHelper->stopStream(); in TEST_P()
568 mHelper->stopStream(); in TEST_P()
Dutils.h58 void stopStream() { in stopStream() function
Dtest_aaudio_callback.cpp256 mHelper->stopStream(); in TEST_P()
409 mHelper->stopStream(); in TEST_P()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioOutputRoutingNotificationsActivity.java83 mAudioPlayer.stopStream(); in onClick()
151 mAudioPlayer.stopStream(); in onBackPressed()
DAudioInputRoutingNotificationsActivity.java86 mAudioRecorder.stopStream(); in onClick()
149 mAudioRecorder.stopStream(); in onBackPressed()
DUSBAudioPeripheralPlayerActivity.java81 mAudioPlayer.stopStream(); in stopPlay()
DAudioInColdStartLatencyActivity.java152 mRecorder.stopStream(); in stopAudioTest()
DAudioOutColdStartLatencyActivity.java200 mPlayer.stopStream(); in stopAudioTest()
DAnalogHeadsetAudioActivity.java307 mAudioPlayer.stopStream(); in stopPlay()
/cts/apps/CtsVerifier/jni/megaaudio/common/
DOboeStream.h32 virtual Result stopStream() override;
DStreamBase.h95 virtual Result stopStream() = 0;
DOboeStream.cpp96 StreamBase::Result OboeStream::stopStream() { in stopStream() function in OboeStream
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/duplex/
DDuplexAudioManager.java139 int result1 = mPlayer.stopStream(); in stop()
146 int result1 = mRecorder.stopStream(); in stop()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/
DStreamBase.java115 public abstract int stopStream(); in stopStream() method in StreamBase
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.cpp151 return ((OboeRecorder*)native_recorder)->stopStream(); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_stopN()
/cts/apps/CtsVerifier/jni/megaaudio/player/
DOboePlayer.cpp184 return ((OboePlayer*)(native_player))->stopStream(); in Java_org_hyphonate_megaaudio_player_OboePlayer_stopN()