Searched refs:channel_id_ (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/vr/libvrflinger/ |
D | display_manager_service.h | 21 : service_(service), channel_id_(channel_id) {} in DisplayManager() 23 int channel_id() const { return channel_id_; } in channel_id() 36 int channel_id_; variable
|
D | display_manager_service.cpp | 26 auto status = service_->ModifyChannelEvents(channel_id_, pending ? 0 : POLLIN, in SetNotificationsPending()
|
/frameworks/native/services/vr/bufferhubd/include/private/dvr/ |
D | buffer_hub.h | 35 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/ |
D | buffer_hub.cpp | 317 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/ |
D | service_framework_tests.cpp | 76 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()
|