Lines Matching refs:VSyncChannel
55 auto client = std::make_shared<VSyncChannel>(*this, info.pid, info.cid);
63 auto client = std::static_pointer_cast<VSyncChannel>(channel);
65 ALOGW("WARNING: VSyncChannel was NULL!!!\n");
78 void VSyncService::AddClient(const std::shared_ptr<VSyncChannel>& client) {
83 void VSyncService::RemoveClient(const std::shared_ptr<VSyncChannel>& client) {
139 auto client = std::static_pointer_cast<VSyncChannel>(message.GetChannel());
149 auto client = std::static_pointer_cast<VSyncChannel>(message.GetChannel());
186 auto client = std::static_pointer_cast<VSyncChannel>(message.GetChannel());
202 void VSyncChannel::Ack() {
203 ALOGD_IF(TRACE, "VSyncChannel::Ack: pid=%d cid=%d\n", pid_, cid_);
207 void VSyncChannel::Signal() {
208 ALOGD_IF(TRACE, "VSyncChannel::Signal: pid=%d cid=%d\n", pid_, cid_);