HomeSort by relevance Sort by last modified time
    Searched refs:channel_id_ (Results 1 - 8 of 8) sorted by null

  /frameworks/native/libs/vr/libvrflinger/
display_manager_service.h 21 : service_(service), channel_id_(channel_id) {}
23 int channel_id() const { return channel_id_; }
36 int channel_id_; member in class:android::dvr::DisplayManager
display_manager_service.cpp 26 auto status = service_->ModifyChannelEvents(channel_id_, pending ? 0 : POLLIN,
  /frameworks/native/services/vr/bufferhubd/
buffer_hub.h 35 channel_id_(channel_id),
108 int channel_id() const { return channel_id_; }
123 int channel_id_; member in class:android::dvr::BufferHubChannel
buffer_hub.cpp 382 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/
service_framework_tests.cpp 76 explicit TestChannel(int channel_id) : channel_id_(channel_id) {}
78 int channel_id() const { return channel_id_; }
83 int channel_id_; member in class:__anon46454::TestChannel
185 message.PushChannel(0, channel, &channel->channel_id_);
195 other_service_.get(), 0, channel, &channel->channel_id_);
  /external/webrtc/webrtc/p2p/base/
turnport.cc 127 int channel_id_; member in class:cricket::TurnChannelBindRequest
141 int channel_id() const { return channel_id_; }
143 void set_channel_id(int channel_id) { channel_id_ = channel_id; }
172 int channel_id_; member in class:cricket::TurnEntry
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction.h 1480 int64 channel_id_ = -1; member in class:xla::HloInstruction
    [all...]
hlo_instruction.cc 144 instruction->channel_id_ = proto.channel_id();
424 instruction->channel_id_ = channel_id;
435 instruction->channel_id_ = operand->channel_id();
446 instruction->channel_id_ = channel_id;
458 instruction->channel_id_ = operand->channel_id();
    [all...]

Completed in 648 milliseconds