Home
last modified time | relevance | path

Searched refs:CMD_KERNEL_CHANNEL_CLOSE (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/src/common/
H A Ddefine_enum.h145 CMD_KERNEL_CHANNEL_CLOSE, enumerator
H A Dtask.cpp51 SendToAnother(CMD_KERNEL_CHANNEL_CLOSE, &count, 1); in TaskFinish()
/developtools/hdc/src/host/
H A Dserver.cpp575 if (command == CMD_KERNEL_CHANNEL_CLOSE) { in FetchCommand()
578 WRITE_LOG(LOG_WARN, "Die channelId :%lu recv CMD_KERNEL_CHANNEL_CLOSE", channelId); in FetchCommand()
584 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, &flag, 1); in FetchCommand()
604 case CMD_KERNEL_CHANNEL_CLOSE: { in FetchCommand()
605 WRITE_LOG(LOG_DEBUG, "CMD_KERNEL_CHANNEL_CLOSE channelid:%u", channelId); in FetchCommand()
612 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, payload, 1); in FetchCommand()
928 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, &count, 1); in DeatchChannel()
939 Send(hSession->sessionId, hChannel->channelId, CMD_KERNEL_CHANNEL_CLOSE, &count, 1); in DeatchChannel()
/developtools/hdc/src/daemon/
H A Ddaemon.cpp873 command != CMD_KERNEL_HANDSHAKE && command != CMD_KERNEL_CHANNEL_CLOSE) { in InitMod()
881 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, &count, 1); in InitMod()
897 case CMD_KERNEL_CHANNEL_CLOSE: { // Daemon is only cleaning up the Channel task in InitMod()
901 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, payload, 1); in InitMod()
913 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, &count, 1); in InitMod()
1111 Send(sessionid, channelid, CMD_KERNEL_CHANNEL_CLOSE, &count, 1); in InitMod()

Completed in 5 milliseconds