/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/ |
D | JavaPlayer.java | 152 stopStream(); in teardownStream() 195 public int stopStream() { in stopStream() method in JavaPlayer 235 stopStream(); in run() 241 stopStream(); in run()
|
D | OboePlayer.java | 86 public int stopStream() { in stopStream() method in OboePlayer
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/ |
D | JavaRecorder.java | 144 stopStream(); in teardownStream() 199 public int stopStream() { in stopStream() method in JavaRecorder 238 stopStream(); in run() 245 stopStream(); in run()
|
D | OboeRecorder.java | 76 public int stopStream() { in stopStream() method in OboeRecorder
|
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | test_aaudio.cpp | 181 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()
|
D | utils.h | 58 void stopStream() { in stopStream() function
|
D | test_aaudio_callback.cpp | 256 mHelper->stopStream(); in TEST_P() 409 mHelper->stopStream(); in TEST_P()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioOutputRoutingNotificationsActivity.java | 83 mAudioPlayer.stopStream(); in onClick() 151 mAudioPlayer.stopStream(); in onBackPressed()
|
D | AudioInputRoutingNotificationsActivity.java | 86 mAudioRecorder.stopStream(); in onClick() 149 mAudioRecorder.stopStream(); in onBackPressed()
|
D | USBAudioPeripheralPlayerActivity.java | 81 mAudioPlayer.stopStream(); in stopPlay()
|
D | AudioInColdStartLatencyActivity.java | 152 mRecorder.stopStream(); in stopAudioTest()
|
D | AudioOutColdStartLatencyActivity.java | 200 mPlayer.stopStream(); in stopAudioTest()
|
D | AnalogHeadsetAudioActivity.java | 307 mAudioPlayer.stopStream(); in stopPlay()
|
/cts/apps/CtsVerifier/jni/megaaudio/common/ |
D | OboeStream.h | 32 virtual Result stopStream() override;
|
D | StreamBase.h | 95 virtual Result stopStream() = 0;
|
D | OboeStream.cpp | 96 StreamBase::Result OboeStream::stopStream() { in stopStream() function in OboeStream
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/duplex/ |
D | DuplexAudioManager.java | 139 int result1 = mPlayer.stopStream(); in stop() 146 int result1 = mRecorder.stopStream(); in stop()
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/ |
D | StreamBase.java | 115 public abstract int stopStream(); in stopStream() method in StreamBase
|
/cts/apps/CtsVerifier/jni/megaaudio/recorder/ |
D | OboeRecorder.cpp | 151 return ((OboeRecorder*)native_recorder)->stopStream(); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_stopN()
|
/cts/apps/CtsVerifier/jni/megaaudio/player/ |
D | OboePlayer.cpp | 184 return ((OboePlayer*)(native_player))->stopStream(); in Java_org_hyphonate_megaaudio_player_OboePlayer_stopN()
|