HomeSort by relevance Sort by last modified time
    Searched refs:ConfigEvent (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
Threads.h 50 class ConfigEvent {
52 ConfigEvent(int type) : mType(type) {}
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;
    [all...]
Threads.cpp 354 mConfigEvents.add(static_cast<ConfigEvent *>(ioEvent));
364 mConfigEvents.add(static_cast<ConfigEvent *>(prioEvent));
375 ConfigEvent *event = mConfigEvents[0];
    [all...]

Completed in 42 milliseconds