Searched refs:channel (Results 1 – 14 of 14) sorted by relevance
| /developtools/smartperf_host/ide/src/hdc/hdcclient/ |
| D | HdcClient.ts | 117 public bindStream(channel: number, hdcStream: HdcStream): void { 118 this.cmdStreams.set(channel, hdcStream); 121 public unbindStream(channel: number): boolean { 122 this.cmdStreams['delete'](channel); 126 public unbindStopStream(channel: number): boolean { 127 this.cmdStreams['delete'](channel);
|
| /developtools/hdc/scripts/ |
| D | file_path.cfg | 1 /src/common/channel.h
|
| /developtools/hdc/src/host/ |
| D | client.cpp | 31 MallocChannel(&channel); // free by logic in HdcClient() 326 channel->remote = RemoteType::REMOTE_FILE; in ExecuteCommand() 329 channel->remote = RemoteType::REMOTE_APP; in ExecuteCommand() 353 if (uv_is_closing((const uv_handle_t *)&channel->hWorkTCP)) { in ConnectServerForClient() 374 … uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&destv4, Connect); in ConnectServerForClient() 379 … uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&dest, Connect); in ConnectServerForClient() 395 if (!thisClass->channel->handshakeOK) { in CommandWorker() 424 thisClass->Send(thisClass->channel->channelId, in CommandWorker() 509 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in Connect() 655 …Send(this->channel->channelId, reinterpret_cast<uint8_t *>(const_cast<char *>(this->command.c_str(… in WaitFor()
|
| D | client.h | 74 HChannel channel; variable
|
| /developtools/profiler/protos/services/ |
| D | plugin_service.proto | 27 // service will use this interface to push commands with streamed return channel.
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | plugin_service.proto | 27 // service will use this interface to push commands with streamed return channel.
|
| /developtools/hdc/ |
| D | BUILD.gn | 30 "src/common/channel.cpp", 46 "src/common/channel.h",
|
| /developtools/profiler/protos/types/plugins/memory_data/ |
| D | memory_plugin_result.proto | 167 string channel = 1; field
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/ |
| D | memory_plugin_result.proto | 163 string channel = 1; field
|
| /developtools/hdc/src/common/ |
| D | channel.cpp | 433 HChannel channel = reinterpret_cast<HChannel>(handle->data); in FreeChannelContinue() local 434 --channel->uvHandleRef; in FreeChannelContinue()
|
| /developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
| D | memory_data_plugin_unittest.cpp | 313 std::string channel; member 1280 EXPECT_STREQ(profileMemInfo.channel().c_str(), g_profileInfo[i].channel.c_str());
|
| /developtools/hdc/test/ |
| D | BUILD.gn | 26 "${hdc_path}/src/common/channel.cpp",
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_mem_parser.cpp | 649 auto channelIndex = traceDataCache_->GetDataIndex(profileMemInfo.channel().ToStdString()); in ParseProfileMemInfo()
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 67919 int channel; member 102307 unsigned int channel; member 105906 struct mbox_chan___2 *channel; member 105976 int channel; member 106614 struct idmac_channel channel[32]; member 107629 u16 channel; member 116196 u8 channel; member 116239 unsigned int channel; member 116249 u32 channel; member 123129 unsigned int channel; member [all …]
|