Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
DNativeAudio.java177 setChannelSoloUriAudioPlayer(0, soloed); in onCreate()
185 setChannelSoloUriAudioPlayer(1, soloed); in onCreate()
299 public static native void setChannelSoloUriAudioPlayer(int chan, boolean solo); in setChannelSoloUriAudioPlayer() method in NativeAudio