HomeSort by relevance Sort by last modified time
    Searched defs:channel_id (Results 1 - 19 of 19) sorted by null

  /external/libese/apps/weaver/include/ese/app/
weaver.h 50 uint8_t channel_id; member in struct:EseWeaverSession
  /external/u-boot/arch/arm/mach-socfpga/
freeze_controller.c 30 u32 channel_id; local
36 for (channel_id = 0; channel_id <= 2; channel_id++) {
38 &freeze_controller_base->vioctrl + channel_id);
61 frzctrl_channel_freeze[channel_id] = FREEZE_CTRL_FROZEN;
102 frzctrl_channel_freeze[channel_id] = FREEZE_CTRL_FROZEN;
111 u32 channel_id; local
118 for (channel_id = 0; channel_id <= 2; channel_id++)
    [all...]
  /external/libese/apps/boot/include/ese/app/
boot.h 52 uint8_t channel_id; member in struct:EseBootSession
  /external/webrtc/webrtc/audio/
audio_state.cc 58 void AudioState::CallbackOnError(int channel_id, int err_code) {
61 // All call sites in VoE, as of this writing, specify -1 as channel_id.
62 RTC_DCHECK(channel_id == -1);
64 << channel_id << "."; local
  /external/boringssl/src/ssl/test/
test_state.h 40 bssl::UniquePtr<EVP_PKEY> channel_id; member in struct:TestState
  /external/boringssl/src/ssl/
handoff.cc 296 !CBB_add_asn1_octet_string(&seq, s3->channel_id,
297 sizeof(s3->channel_id)) ||
326 next_proto, alpn, hostname, channel_id, transcript, key_share; local
372 !CBS_get_asn1(&seq, &channel_id, CBS_ASN1_OCTETSTRING) ||
373 CBS_len(&channel_id) != sizeof(s3->channel_id) ||
374 !CBS_copy_bytes(&channel_id, s3->channel_id,
375 sizeof(s3->channel_id)) ||
t1_lib.cc 3716 CBS channel_id = msg.body, extension; local
    [all...]
internal.h 2324 uint8_t channel_id[64] = {0}; member in struct:SSL3_STATE
    [all...]
  /external/grpc-grpc/test/core/end2end/tests/
load_reporting_hook.cc 42 intptr_t channel_id; member in struct:__anon23343
  /external/mesa3d/src/gallium/drivers/svga/
svga_msg.c 278 uint16_t channel_id; member in struct:rpc_channel
307 channel->channel_id = HIGH_WORD(dx);
334 (VMW_HYPERVISOR_PORT | (channel->channel_id << 16)),
371 VMW_HYPERVISOR_PORT | (channel->channel_id << 16),
389 VMW_HYPERVISOR_HB_PORT | (channel->channel_id << 16),
  /external/webrtc/webrtc/test/
call_test.h 116 channel_id(-1),
123 int channel_id; member in struct:webrtc::test::CallTest::VoiceEngineState
  /external/openssh/
serverloop.c 170 int channel_id; local
182 if ((channel_id = channel_find_open()) == -1) {
187 channel_request_start(channel_id, "keepalive@openssh.com", 1);
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
Ala.h 26 UINT8 channel_id; member in struct:Ala_ChannelInfo
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.cc 345 return inst->channel_id();
356 auto channel_id = get_channel_id(inst);
357 if (channel_id && channel_dependency_group.count(*channel_id)) {
358 auto it = channel_dependency_group.find(*channel_id);
383 auto channel_id = get_channel_id(current); local
384 if (channel_id && channel_dependency_group.count(*channel_id)) {
385 auto it = channel_dependency_group.find(*channel_id);
402 channel_dependency_group[instruction->channel_id()].push_back
    [all...]
hlo_instructions.h 214 int64 channel_id() const { return channel_id_; } function in class:xla::HloSendRecvInstruction
224 int64 channel_id, bool is_host_transfer);
243 int64 channel_id, bool is_host_transfer);
267 int64 channel_id, bool is_host_transfer);
    [all...]
hlo_parser.cc 958 optional<int64> channel_id; local
974 optional<int64> channel_id; local
992 optional<int64> channel_id; local
1007 optional<int64> channel_id; local
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 2847 int channel_id = voe_.GetLastChannel(); local
2863 int channel_id = voe_.GetLastChannel(); local
2878 int channel_id = voe_.GetLastChannel(); local
2889 int channel_id = voe_.GetLastChannel(); local
    [all...]
  /external/webrtc/webrtc/p2p/base/
turnport.cc 114 TurnChannelBindRequest(TurnPort* port, TurnEntry* entry, int channel_id,
136 TurnEntry(TurnPort* port, int channel_id,
141 int channel_id() const { return channel_id_; } function in class:cricket::TurnEntry
143 void set_channel_id(int channel_id) { channel_id_ = channel_id; }
819 void TurnPort::HandleChannelData(int channel_id, const char* data,
845 TurnEntry* entry = FindEntry(channel_id);
848 << "channel, channel_id=" << channel_id;
    [all...]
turnserver.cc 731 int channel_id = channel_attr->value() >> 16; local
732 if (channel_id < kMinChannelNumber || channel_id > kMaxChannelNumber) {
739 Channel* channel1 = FindChannel(channel_id);
748 channel1 = new Channel(thread_, channel_id, peer_attr->GetAddress());
759 LOG_J(LS_INFO, this) << "Bound channel, id=" << channel_id
770 uint16_t channel_id = rtc::GetBE16(data); local
771 Channel* channel = FindChannel(channel_id);
778 << channel_id;
850 int channel_id) const
    [all...]

Completed in 873 milliseconds