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

  /frameworks/av/services/audioflinger/
Threads.h 62 class IoConfigEvent : public ConfigEvent {
64 IoConfigEvent(int event, int param) :
66 virtual ~IoConfigEvent() {}
    [all...]
Threads.cpp 346 IoConfigEvent *ioEvent = new IoConfigEvent(event, param);
386 IoConfigEvent *ioEvent = static_cast<IoConfigEvent *>(event);
    [all...]

Completed in 77 milliseconds