Searched refs:channel (Results 1 – 12 of 12) sorted by relevance
| /developtools/profiler/host/smartperf/ide/src/hdc/hdcclient/ |
| D | HdcClient.ts | 114 public bindStream(channel: number, hdcStream: HdcStream) { 115 this.cmdStream = channel; 119 public bindStopStream(channel: number, hdcStopStream: HdcStream) { 120 this.stopStream = channel; 124 public unbindStream(channel: number): boolean { 129 public unbindStopStream(channel: number): boolean {
|
| /developtools/smartperf_host/ide/src/hdc/hdcclient/ |
| D | HdcClient.ts | 114 public bindStream(channel: number, hdcStream: HdcStream) { 115 this.cmdStream = channel; 119 public bindStopStream(channel: number, hdcStopStream: HdcStream) { 120 this.stopStream = channel; 124 public unbindStream(channel: number): boolean { 129 public unbindStopStream(channel: number): boolean {
|
| /developtools/hdc/src/host/ |
| D | client.cpp | 31 MallocChannel(&channel); // free by logic in HdcClient() 324 channel->remote = RemoteType::REMOTE_FILE; in ExecuteCommand() 327 channel->remote = RemoteType::REMOTE_APP; in ExecuteCommand() 351 if (uv_is_closing((const uv_handle_t *)&channel->hWorkTCP)) { in ConnectServerForClient() 371 … uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&destv4, Connect); in ConnectServerForClient() 376 … uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&dest, Connect); in ConnectServerForClient() 392 if (!thisClass->channel->handshakeOK) { in CommandWorker() 421 thisClass->Send(thisClass->channel->channelId, in CommandWorker() 505 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in Connect() 638 …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/hdc/scripts/ |
| D | file_path.cfg | 1 /src/common/channel.h
|
| /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/profiler/host/smartperf/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/hdc/src/common/ |
| D | channel.cpp | 414 HChannel channel = reinterpret_cast<HChannel>(handle->data); in FreeChannelContinue() local 415 --channel->uvHandleRef; in FreeChannelContinue()
|
| /developtools/hdc/test/ |
| D | BUILD.gn | 26 "${hdc_path}/src/common/channel.cpp",
|
| /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 …]
|