Searched refs:nativeAudioSource (Results 1 – 1 of 1) sorted by relevance
32 NativeAudioSource nativeAudioSource = mSourceProvider.getNativeSource(); in OboePlayer() local33 if (nativeAudioSource != null) { in OboePlayer()34 mAudioSource = nativeAudioSource; in OboePlayer()35 mNativePlayer = allocNativePlayer(nativeAudioSource.getNativeObject(), mPlayerSubtype); in OboePlayer()