Searched refs:channel_id_ (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_manager_service.h21 : service_(service), channel_id_(channel_id) {}
23 int channel_id() const { return channel_id_; }
36 int channel_id_; member in class:android::dvr::DisplayManager
H A Ddisplay_manager_service.cpp26 auto status = service_->ModifyChannelEvents(channel_id_, pending ? 0 : POLLIN,
/frameworks/native/services/vr/bufferhubd/
H A Dbuffer_hub.h35 channel_id_(channel_id),
108 int channel_id() const { return channel_id_; }
123 int channel_id_; member in class:android::dvr::BufferHubChannel
H A Dbuffer_hub.cpp382 const auto status = service_->ModifyChannelEvents(channel_id_, 0, POLLIN);
386 channel_id_, status.GetErrorMessage().c_str());
395 const auto status = service_->ModifyChannelEvents(channel_id_, POLLIN, 0);
399 channel_id_, status.GetErrorMessage().c_str());
406 const auto status = service_->ModifyChannelEvents(channel_id_, 0, POLLHUP);
410 channel_id_, status.GetErrorMessage().c_str());
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp76 explicit TestChannel(int channel_id) : channel_id_(channel_id) {}
78 int channel_id() const { return channel_id_; }
83 int channel_id_; member in class:__anon1752::TestChannel
185 message.PushChannel(0, channel, &channel->channel_id_);
195 other_service_.get(), 0, channel, &channel->channel_id_);

Completed in 104 milliseconds