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

/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.cpp26 VSyncService::VSyncService() function in class:android::dvr::VSyncService
27 : BASE("VSyncService", Endpoint::Create(VSyncProtocol::kClientPath)),
33 VSyncService::~VSyncService() {}
35 void VSyncService::VSyncEvent(int display, int64_t timestamp_ns,
38 ATRACE_NAME("VSyncService::VSyncEvent");
52 std::shared_ptr<Channel> VSyncService::OnChannelOpen(pdx::Message& message) {
61 void VSyncService::OnChannelClose(pdx::Message& /*message*/,
72 void VSyncService
[all...]
H A Dvsync_service.h54 // VSyncService implements the displayd vsync service over ServiceFS.
55 class VSyncService : public pdx::ServiceBase<VSyncService> { class in namespace:android::dvr
57 ~VSyncService() override;
74 VSyncService();
99 VSyncService(const VSyncService&) = delete;
100 void operator=(VSyncService&) = delete;

Completed in 698 milliseconds