Searched refs:channel_id_ (Results 1 – 3 of 3) sorted by relevance
/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()
|