Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DOboePlayer.java35 mNativePlayer = allocNativePlayer(nativeAudioSource.getNativeObject(), mPlayerSubtype); in OboePlayer()
38 mNativePlayer = allocNativePlayer( in OboePlayer()
101 private native long allocNativePlayer(long nativeSource, int playerSubtype); in allocNativePlayer() method in OboePlayer