HomeSort by relevance Sort by last modified time
    Searched refs:VSyncService (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/vr/libvrflinger/
vsync_service.cpp 26 VSyncService::VSyncService()
27 : BASE("VSyncService", Endpoint::Create(VSyncProtocol::kClientPath)),
33 VSyncService::~VSyncService() {}
35 void VSyncService::VSyncEvent(int64_t timestamp_ns,
38 ATRACE_NAME("VSyncService::VSyncEvent");
50 std::shared_ptr<Channel> VSyncService::OnChannelOpen(pdx::Message& message) {
59 void VSyncService::OnChannelClose(pdx::Message& /*message*/,
70 void VSyncService::AddWaiter(pdx::Message& message)
    [all...]
vsync_service.h 54 // VSyncService implements the displayd vsync service over ServiceFS.
55 class VSyncService : public pdx::ServiceBase<VSyncService> {
57 ~VSyncService() override;
75 VSyncService();
100 VSyncService(const VSyncService&) = delete;
101 void operator=(VSyncService&) = delete;
vr_flinger.cpp 88 service = android::dvr::VSyncService::Create();
93 std::bind(&android::dvr::VSyncService::VSyncEvent,
94 std::static_pointer_cast<android::dvr::VSyncService>(service),

Completed in 61 milliseconds