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

/frameworks/native/libs/vr/libvrsensor/
H A Dsensor_client.cpp40 int num_events = 0; local
42 {.iov_base = &num_events, .iov_len = sizeof(int)},
49 return !status ? -status.error() : num_events;
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp149 const int num_events = ret; local
154 for (int i = 0; i < num_events; i++) {

Completed in 1826 milliseconds