Searched defs:routeDeviceId (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/jni/megaaudio/player/ |
D | OboePlayer.cpp | 69 …::Result OboePlayer::setupStream(int32_t channelCount, int32_t sampleRate, int32_t routeDeviceId) { in setupStream() 162 jint channel_count, jint sample_rate, jint routeDeviceId) { in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN()
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/ |
D | OboePlayer.java | 103 …te native int setupStreamN(long nativePlayer, int channelCount, int sampleRate, int routeDeviceId); in setupStreamN()
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/ |
D | OboeRecorder.java | 89 … native int setupStreamN(long nativeRecorder, int channelCount, int sampleRate, int routeDeviceId); in setupStreamN()
|
/cts/apps/CtsVerifier/jni/megaaudio/recorder/ |
D | OboeRecorder.cpp | 37 int32_t channelCount, int32_t sampleRate, int32_t routeDeviceId) in setupStream()
|