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

  /frameworks/base/media/jni/soundpool/
SoundPool.h 32 class SoundEvent;
90 class SoundEvent
93 SoundEvent() : mChannelID(0), mLeftVolume(0), mRightVolume(0),
117 class SoundChannel : public SoundEvent {
150 SoundEvent mNextEvent;
SoundPool.cpp 817 void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume,

Completed in 124 milliseconds