Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Ddisplay_manager_service.h21 : service_(service), channel_id_(channel_id) {} in DisplayManager()
23 int channel_id() const { return channel_id_; } in channel_id()
36 int channel_id_; variable
Ddisplay_manager_service.cpp26 auto status = service_->ModifyChannelEvents(channel_id_, pending ? 0 : POLLIN, in SetNotificationsPending()
/frameworks/native/services/vr/bufferhubd/include/private/dvr/
Dbuffer_hub.h35 channel_id_(channel_id), in BufferHubChannel()
105 int channel_id() const { return channel_id_; } in channel_id()
120 int channel_id_; variable
/frameworks/native/services/vr/bufferhubd/
Dbuffer_hub.cpp317 const auto status = service_->ModifyChannelEvents(channel_id_, 0, POLLIN); in SignalAvailable()
321 channel_id_, status.GetErrorMessage().c_str()); in SignalAvailable()
330 const auto status = service_->ModifyChannelEvents(channel_id_, POLLIN, 0); in ClearAvailable()
334 channel_id_, status.GetErrorMessage().c_str()); in ClearAvailable()
341 const auto status = service_->ModifyChannelEvents(channel_id_, 0, POLLHUP); in Hangup()
345 channel_id_, status.GetErrorMessage().c_str()); in Hangup()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_framework_tests.cpp76 explicit TestChannel(int channel_id) : channel_id_(channel_id) {} in TestChannel()
78 int channel_id() const { return channel_id_; } in channel_id()
83 int channel_id_; member in __anon3442cbd30111::TestChannel
185 message.PushChannel(0, channel, &channel->channel_id_); in HandleMessage()
195 other_service_.get(), 0, channel, &channel->channel_id_); in HandleMessage()