Searched refs:wi (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dworkqueue.h54 void ScheduleWork(WorkableInterface *wi);
63 /* remove all scheduled works matched with wi from workqueue list */
64 void CancelScheduledWork(WorkableInterface *wi);
96 * than WorkQueue then wi is not valid anymore and causes fault.
98 void DoWork(WorkableInterface *wi);
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dworkqueue.cpp72 * if DoWork()::wi->Work() called ScheduleWork() (self-rescheduling),
136 WorkableInterface *wi = local
157 DoWork(wi);
166 void WorkQueue::DoWork(WorkableInterface *wi) argument
168 if (wi)
169 wi->Work();
185 void WorkQueue::ScheduleWork(WorkableInterface *wi) argument
188 if (wi)
189 works = list_add_tail(works, wi);
196 void WorkQueue::CancelScheduledWork(WorkableInterface *wi) argument
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h198 Whf(uint32_t wi, uint32_t he, uint32_t f) : argument
199 w(wi), h(he), format(f), size(0) {}
200 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : argument
201 w(wi), h(he), format(f), size(s) {}
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h167 Whf(uint32_t wi, uint32_t he, uint32_t f) : argument
168 w(wi), h(he), format(f), size(0) {}
169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : argument
170 w(wi), h(he), format(f), size(s) {}
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h194 Whf(uint32_t wi, uint32_t he, uint32_t f) : argument
195 w(wi), h(he), format(f), size(0) {}
196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : argument
197 w(wi), h(he), format(f), size(s) {}
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.h194 Whf(uint32_t wi, uint32_t he, uint32_t f) : argument
195 w(wi), h(he), format(f), size(0) {}
196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : argument
197 w(wi), h(he), format(f), size(s) {}

Completed in 96 milliseconds