OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMaxGain
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALChannelSource.java
265
@Selector("
setMaxGain
:")
266
public native void
setMaxGain
(float value);
ALSoundSource.java
189
@Selector("
setMaxGain
:")
190
void
setMaxGain
(float value);
ALSource.java
319
@Selector("
setMaxGain
:")
320
public native void
setMaxGain
(float value);
Completed in 42 milliseconds