HomeSort by relevance Sort by last modified time
    Searched defs:Sound (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_action.h 26 Sound,
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 36 private FixedSizeArray<Sound> mSounds;
37 private Sound mSearchDummy;
44 mSounds = new FixedSizeArray<Sound>(MAX_SOUNDS, sSoundComparator);
45 mSearchDummy = new Sound();
62 public Sound load(int resource) {
64 Sound result = null;
66 // new sound.
69 result = new Sound();
82 synchronized public final int play(Sound sound, boolean loop, int priority)
    [all...]

Completed in 77 milliseconds