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(int display, int64_t timestamp_ns, in VSyncEvent()
52 std::shared_ptr<Channel> VSyncService::OnChannelOpen(pdx::Message& message) { in OnChannelOpen()
61 void VSyncService::OnChannelClose(pdx::Message& /*message*/, in OnChannelClose()
72 void VSyncService::AddWaiter(pdx::Message& message) { in AddWaiter()
78 void VSyncService::AddClient(const std::shared_ptr<VSyncChannel>& client) { in AddClient()
83 void VSyncService::RemoveClient(const std::shared_ptr<VSyncChannel>& client) { in RemoveClient()
89 void VSyncService::NotifyWaiters() { in NotifyWaiters()
101 void VSyncService::UpdateClients() { in UpdateClients()
[all …]
Dvsync_service.h55 class VSyncService : public pdx::ServiceBase<VSyncService> {
57 ~VSyncService() override;
74 VSyncService();
99 VSyncService(const VSyncService&) = delete;
100 void operator=(VSyncService&) = delete;
Dvr_flinger.cpp86 service = android::dvr::VSyncService::Create(); in Init()
91 std::bind(&android::dvr::VSyncService::VSyncEvent, in Init()
92 std::static_pointer_cast<android::dvr::VSyncService>(service), in Init()