Searched defs:ConfigEvent (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h482 class ConfigEvent { class in class:android::AudioFlinger::ThreadBase
484 ConfigEvent(int type) : mType(type) {} function in class:android::AudioFlinger::ThreadBase::ConfigEvent
485 virtual ~ConfigEvent() {}
495 class IoConfigEvent : public ConfigEvent {
498 ConfigEvent(CFG_EVENT_IO), mEvent(event), mParam(event) {}
513 class PrioConfigEvent : public ConfigEvent {
516 ConfigEvent(CFG_EVENT_PRIO), mPid(pid), mTid(tid), mPrio(prio) {}
726 Vector<ConfigEvent *> mConfigEvents;

Completed in 21 milliseconds