Searched refs:SoundEvent (Results 1 – 2 of 2) sorted by relevance
33 class SoundEvent; variable88 class SoundEvent91 SoundEvent() : mChannelID(0), mLeftVolume(0), mRightVolume(0), in SoundEvent() function115 class SoundChannel : public SoundEvent {151 SoundEvent mNextEvent;
1121 void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume, in set()