Searched refs:Wait (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Dvsync_client.h22 * Wait for the next vsync signal.
25 int Wait(int64_t* timestamp_ns);
H A Ddisplay_protocol.h288 PDX_REMOTE_METHOD(Wait, kOpWait, Timestamp(Void));
/frameworks/native/libs/vr/libdisplay/
H A Dvsync_client.cpp23 int VSyncClient::Wait(int64_t* timestamp_ns) { function in class:android::dvr::VSyncClient
24 auto status = InvokeRemoteMethod<VSyncProtocol::Wait>();
26 ALOGE("VSyncClient::Wait: Failed to wait for vsync: %s",
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Depoll_file_descriptor.h46 int Wait(epoll_event* events, int maxevents, int timeout) { function in class:android::dvr::EpollFileDescriptor
/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.cpp113 case VSyncProtocol::Wait::Opcode:
193 DispatchRemoteMethod<VSyncProtocol::Wait>(*this, &VSyncWaiter::OnWait,
/frameworks/ml/nn/runtime/test/
H A DTestExecution.cpp224 TEST_P(ExecutionTest, Wait) {
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
H A Dbuffer_transport_benchmark.cpp269 const int ret = epoll_fd_.Wait(events.data(), events.size(),
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp160 const int ret = epoll_fd_.Wait(events.data(), events.size(),

Completed in 95 milliseconds