Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dvsync_service.cpp26 VSyncService::VSyncService() in VSyncService() function in android::dvr::VSyncService
33 VSyncService::~VSyncService() {} in ~VSyncService()
35 void VSyncService::VSyncEvent(int64_t timestamp_ns, in VSyncEvent()
50 std::shared_ptr<Channel> VSyncService::OnChannelOpen(pdx::Message& message) { in OnChannelOpen()
59 void VSyncService::OnChannelClose(pdx::Message& /*message*/, in OnChannelClose()
70 void VSyncService::AddWaiter(pdx::Message& message) { in AddWaiter()
76 void VSyncService::AddClient(const std::shared_ptr<VSyncChannel>& client) { in AddClient()
81 void VSyncService::RemoveClient(const std::shared_ptr<VSyncChannel>& client) { in RemoveClient()
87 void VSyncService::NotifyWaiters() { in NotifyWaiters()
99 void VSyncService::UpdateClients() { in UpdateClients()
[all …]
Dvsync_service.h55 class VSyncService : public pdx::ServiceBase<VSyncService> {
57 ~VSyncService() override;
75 VSyncService();
100 VSyncService(const VSyncService&) = delete;
101 void operator=(VSyncService&) = delete;
Dvr_flinger.cpp88 service = android::dvr::VSyncService::Create(); in Init()
93 std::bind(&android::dvr::VSyncService::VSyncEvent, in Init()
94 std::static_pointer_cast<android::dvr::VSyncService>(service), in Init()