HomeSort by relevance Sort by last modified time
    Searched full:soundevent (Results 1 - 3 of 3) sorted by null

  /frameworks/av/include/media/
SoundPool.h 33 class SoundEvent;
94 class SoundEvent
97 SoundEvent() : mChannelID(0), mLeftVolume(0), mRightVolume(0),
121 class SoundChannel : public SoundEvent {
155 SoundEvent mNextEvent;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 216 function soundEvent(event, name) {
430 soundEvent(events[name], name);
  /frameworks/av/media/libmedia/
SoundPool.cpp 909 void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume,

Completed in 410 milliseconds