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

/frameworks/av/services/audioflinger/
H A DThreads.h81 class PrioConfigEvent : public ConfigEvent { class in class:ThreadBase
83 PrioConfigEvent(pid_t pid, pid_t tid, int32_t prio) : function in class:ThreadBase::PrioConfigEvent
85 virtual ~PrioConfigEvent() {}
H A DThreads.cpp363 PrioConfigEvent *prioEvent = new PrioConfigEvent(pid, tid, prio);
382 PrioConfigEvent *prioEvent = static_cast<PrioConfigEvent *>(event);

Completed in 68 milliseconds