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

/frameworks/av/include/media/
H A DSoundPool.h31 class SoundEvent;
89 class SoundEvent class in namespace:android
92 SoundEvent() : mChannelID(0), mLeftVolume(0), mRightVolume(0), function in class:android::SoundEvent
116 class SoundChannel : public SoundEvent {
150 SoundEvent mNextEvent;
/frameworks/av/media/libmedia/
H A DSoundPool.cpp896 void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume,

Completed in 138 milliseconds