Searched refs:channel (Results 1 - 6 of 6) sorted by relevance
/developtools/hdc/src/host/ |
H A D | client.cpp | 31 MallocChannel(&channel); // free by logic in HdcClient() 355 channel->remote = RemoteType::REMOTE_FILE; in ExecuteCommand() 358 channel->remote = RemoteType::REMOTE_APP; in ExecuteCommand() 382 if (uv_is_closing((const uv_handle_t *)&channel->hWorkTCP)) { in ConnectServerForClient() 406 uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&destv4, Connect); in ConnectServerForClient() 411 uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&dest, Connect); in ConnectServerForClient() 427 if (!thisClass->channel->handshakeOK) { in CommandWorker() 456 thisClass->Send(thisClass->channel->channelId, in CommandWorker() 542 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in Connect() 572 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in RetryTcpConnectWorker() [all...] |
H A D | client.h | 76 HChannel channel; member in Hdc::HdcClient
|
/developtools/hdc/src/common/ |
H A D | channel.cpp | 15 #include "channel.h" 105 WRITE_LOG(LOG_DEBUG, "Begin host channel pendding"); in WorkerPendding() 382 WRITE_LOG(LOG_FATAL, "malloc channel failed"); in MallocChannel() 449 HChannel channel = reinterpret_cast<HChannel>(handle->data); in FreeChannelContinue() 450 --channel->uvHandleRef; in FreeChannelContinue() 517 WRITE_LOG(LOG_DEBUG, "Begin to free channel, channelid:%u", channelId); in FreeChannel() 606 WRITE_LOG(LOG_DEBUG, "channel info: id:%u isDead:%d ref:%u, writeFailedTimes:%u", in DispMntnInfo()
|
/developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
H A D | memory_data_plugin_unittest.cpp | 307 std::string channel; member 1274 EXPECT_STREQ(profileMemInfo.channel().c_str(), g_profileInfo[i].channel.c_str()); in HWTEST_F()
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/mem_parser/ |
H A D | pbreader_mem_parser.cpp | 668 auto channelIndex = traceDataCache_->GetDataIndex(profileMemInfo.channel().ToStdString()); in ParseProfileMemInfo()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 67919 int channel; global() member 102307 unsigned int channel; global() member 105906 struct mbox_chan___2 *channel; global() member 105976 int channel; global() member 106614 struct idmac_channel channel[32]; global() member 107629 u16 channel; global() member 116196 u8 channel; global() member 116239 unsigned int channel; global() member 116249 u32 channel; global() member 123129 unsigned int channel; global() member 123322 unsigned int channel; global() member 123491 unsigned int channel; global() member 123506 unsigned int channel; global() member 123522 unsigned int channel; global() member 124111 int channel; global() member 130769 struct channel { global() struct 132729 struct dwc2_host_chan *channel; global() member 141922 struct tegra_ivc_header *channel; global() member 141927 struct tegra_ivc_header *channel; global() member 141966 struct mbox_chan___2 *channel; global() member 143308 struct tegra_hsp_channel channel; global() member 143316 struct tegra_hsp_channel channel; global() member 144128 void *channel[2]; global() member 157710 struct ieee80211_channel *channel; global() member 159361 unsigned char channel; global() member 159379 unsigned char channel; global() member [all...] |
Completed in 430 milliseconds