Home
last modified time | relevance | path

Searched refs:SoundEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundPool.h33 class SoundEvent; variable
88 class SoundEvent
91 SoundEvent() : mChannelID(0), mLeftVolume(0), mRightVolume(0), in SoundEvent() function
115 class SoundChannel : public SoundEvent {
151 SoundEvent mNextEvent;
DSoundPool.cpp1121 void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume, in set()