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

/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dworkqueue.cpp22 WorkQueue::WorkQueue() function in class:WorkQueue
37 WorkQueue::~WorkQueue()
49 int WorkQueue::StartWork(bool executing)
59 void WorkQueue::StopWork(void)
87 void WorkQueue::PauseWork(void)
97 void WorkQueue::ResumeWork(void)
105 void WorkQueue::Run(void)
125 * wokeup by ScheduleWork() or FlushWork() or ~WorkQueue()
[all...]
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dworkqueue.h34 class WorkQueue : public Thread, public WorkableInterface class in inherits:Thread,WorkableInterface
37 WorkQueue();
39 * if WorkQueue has the pending works not proccessed yet,
40 * WorkQueue::Run() calls its own Work() instead of the derived class's.
43 ~WorkQueue();
51 /* the class inheriting WorkQueue uses this method */
58 * inheriting WorkQueue is destructed,
90 /* overriden by the class inheriting WorkQueue class */
96 * than WorkQueue then wi is not valid anymore and causes fault.

Completed in 41 milliseconds