Home
last modified time | relevance | path

Searched refs:NUM_PENDING_EVENTS (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/sm8150/media/hypv-intercept/
Dhypv_intercept.cpp55 #define NUM_PENDING_EVENTS(a, b) ((a > b) ? (a - b) : (b - a)) macro
277 NUM_PENDING_EVENTS(handle->event_q_front, handle->event_q_rear), in event_notify()
341 if (!NUM_PENDING_EVENTS(handle->event_q_front, handle->event_q_rear) && in hypv_poll()
364NUM_PENDING_EVENTS(handle->event_q_front, handle->event_q_rear)); in hypv_poll()