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

/frameworks/av/services/audioflinger/
H A DThreads.h50 class ConfigEvent { class in class:ThreadBase
52 ConfigEvent(int type) : mType(type) {} function in class:ThreadBase::ConfigEvent
53 virtual ~ConfigEvent() {}
63 class IoConfigEvent : public ConfigEvent {
66 ConfigEvent(CFG_EVENT_IO), mEvent(event), mParam(event) {}
81 class PrioConfigEvent : public ConfigEvent {
84 ConfigEvent(CFG_EVENT_PRIO), mPid(pid), mTid(tid), mPrio(prio) {}
302 // vector owns each ConfigEvent *, so must delete after removing
303 Vector<ConfigEvent *> mConfigEvents;

Completed in 81 milliseconds