Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Fence.cpp634 bool waitEvent(c2_nsecs_t timeoutNs, bool *hangUp, bool *event) const { in waitEvent() argument
636 *hangUp = true; in waitEvent()
659 *hangUp = true; in waitEvent()
675 *hangUp = true; in waitEvent()
685 bool hangUp = false; in wait() local
687 if (waitEvent(timeoutNs, &hangUp, &event)) { in wait()
688 if (hangUp) { in wait()
704 bool hangUp = false; in valid() local
706 if (waitEvent(0, &hangUp, &event)) { in valid()
707 if (hangUp) { in valid()
[all …]