OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:solo
(Results
1 - 4
of
4
) sorted by null
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
NativeAudio.java
299
public static native void setChannelSoloUriAudioPlayer(int chan, boolean
solo
);
/development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c
251
#if 0 // mute/
solo
is not supported for sources that are known to be mono, as this is
252
// get the mute/
solo
interface
322
// get the mute/
solo
interface
375
// expose the mute/
solo
APIs to Java for one of the 3 players
400
jclass clazz, jint chan, jboolean
solo
)
405
result = (*muteSoloItf)->SetChannelSolo(muteSoloItf, chan,
solo
);
627
// get the mute/
solo
interface
/development/ndk/platforms/android-14/include/SLES/
OpenSLES.h
[
all
...]
/development/ndk/platforms/android-9/include/SLES/
OpenSLES.h
[
all
...]
Completed in 433 milliseconds