Lines Matching refs:VSyncChannel
53 auto client = std::make_shared<VSyncChannel>(*this, info.pid, info.cid);
61 auto client = std::static_pointer_cast<VSyncChannel>(channel);
63 ALOGW("WARNING: VSyncChannel was NULL!!!\n");
76 void VSyncService::AddClient(const std::shared_ptr<VSyncChannel>& client) {
81 void VSyncService::RemoveClient(const std::shared_ptr<VSyncChannel>& client) {
138 auto client = std::static_pointer_cast<VSyncChannel>(message.GetChannel());
148 auto client = std::static_pointer_cast<VSyncChannel>(message.GetChannel());
185 auto client = std::static_pointer_cast<VSyncChannel>(message.GetChannel());
201 void VSyncChannel::Ack() {
202 ALOGD_IF(TRACE > 1, "VSyncChannel::Ack: pid=%d cid=%d\n", pid_, cid_);
206 void VSyncChannel::Signal() {
207 ALOGD_IF(TRACE > 1, "VSyncChannel::Signal: pid=%d cid=%d\n", pid_, cid_);