Searched refs:SAMPLE_LOADED (Results 1 – 3 of 3) sorted by relevance
111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status)); in doLoadSample()
457 private static final int SAMPLE_LOADED = 1; field in SoundPool.SoundPoolImpl584 case SAMPLE_LOADED: in handleMessage()
45 enum MessageType { INVALID, SAMPLE_LOADED }; enumerator