OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sounds
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java
67
int[]
sounds
= { getSoundA(),
local
72
return
sounds
;
301
// play
sounds
one at a time
337
int[]
sounds
= getSounds();
local
338
int[] soundIds = new int[
sounds
.length];
339
int[] streamIds = new int[
sounds
.length];
340
for (int i = 0; i <
sounds
.length; i++) {
341
soundIds[i] = loadSampleSync(
sounds
[i], PRIORITY);
/external/quake/quake/src/QW/progs/
progdefs.h
133
float
sounds
;
member in struct:__anon10565
/external/quake/quake/src/QW/server/
progdefs.h
152
float
sounds
;
member in struct:__anon10613
Completed in 243 milliseconds