Searched refs:OboePlayer (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CtsVerifier/jni/megaaudio/player/ |
D | OboePlayer.cpp | 30 ChannelMask OboePlayer::javaChannelMaskToOboeChannelMask(int32_t javaMask) { in javaChannelMaskToOboeChannelMask() 34 int32_t OboePlayer::javaChannelMaskToChannelCount(int32_t javaMask) { in javaChannelMaskToChannelCount() 39 OboePlayer::OboePlayer(JNIEnv *env, AudioSource* source, int subtype) in OboePlayer() function in OboePlayer 50 DataCallbackResult OboePlayer::onAudioReady(AudioStream *oboeStream, void *audioData, in onAudioReady() 68 void OboePlayer::onErrorAfterClose(AudioStream *oboeStream, oboe::Result error) { in onErrorAfterClose() 71 void OboePlayer::onErrorBeforeClose(AudioStream *, oboe::Result error) { in onErrorBeforeClose() 74 StreamBase::Result OboePlayer::setupStream(int32_t channelCount, int32_t channelMask, in setupStream() 142 StreamBase::Result OboePlayer::startStream() { in startStream() 148 bool OboePlayer::getJavaTimestamp(jobject timestampObj) { in getJavaTimestamp() 162 int OboePlayer::getLastErrorCallbackResult() { in getLastErrorCallbackResult() [all …]
|
D | OboePlayer.h | 26 class OboePlayer : public Player, oboe::AudioStreamCallback { 28 OboePlayer(JNIEnv *env, AudioSource* source, int playerSubtype); 29 virtual ~OboePlayer() {} in ~OboePlayer()
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/ |
D | OboePlayer.java | 21 public class OboePlayer extends Player { class 23 private static final String TAG = OboePlayer.class.getSimpleName(); 31 public OboePlayer(PlayerBuilder builder, AudioSourceProvider sourceProvider, in OboePlayer() method in OboePlayer
|
D | PlayerBuilder.java | 91 player = new OboePlayer(this, mSourceProvider, playerSubType); in build()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioDisconnectActivity.java | 39 import org.hyphonate.megaaudio.player.OboePlayer; 63 private OboePlayer mPlayer; 345 if (error != OboePlayer.ERROR_DISCONNECTED) { in runTest() 393 if (error != OboePlayer.ERROR_DISCONNECTED) { in runTest() 560 mPlayer = (OboePlayer) playerBuilder.build(); in startAudio()
|
/cts/apps/CtsVerifier/jni/megaaudio/ |
D | Android.bp | 31 "player/OboePlayer.cpp",
|