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

/frameworks/av/services/audioflinger/
H A DThreads.h63 class IoConfigEvent : public ConfigEvent { class in class:ThreadBase
65 IoConfigEvent(int event, int param) : function in class:ThreadBase::IoConfigEvent
67 virtual ~IoConfigEvent() {}
H A DThreads.cpp353 IoConfigEvent *ioEvent = new IoConfigEvent(event, param);
393 IoConfigEvent *ioEvent = static_cast<IoConfigEvent *>(event);

Completed in 53 milliseconds