Home
last modified time | relevance | path

Searched refs:isDead (Results 1 – 11 of 11) sorted by relevance

/developtools/hdc/src/common/
Dchannel.cpp97 if (!hChannel->isDead) { in ClearChannels()
180 if (!hChannel->isDead && !hChannel->ref) { in WriteCallback()
294 if (hChannel->isDead) { in SendWithCmd()
338 if (hChannel->isDead) { in Send()
469 if (!hChannel || hChannel->isDead) { in FreeChannel()
474 hChannel->isDead = true; in FreeChannel()
548 if (!hChannel->isDead && hChannel->targetSessionId == targetSessionId) { in EchoToAllChannelsViaSessionId()
Ddefine_plus.h380 bool isDead; member
439 isDead = false; in HdcSession()
494 bool isDead; member
Dsession.cpp174 if (!hSession->isDead) { in ClearSessions()
415 hSession->isDead = false; in MallocSession()
623 if (!hSession || hSession->isDead) { in FreeSession()
626 hSession->isDead = true; in FreeSession()
759 if (hSession->isDead) { in SendByProtocol()
928 while (!hSession->isDead && hSession->availTailIndex > static_cast<int>(sizeof(PayloadHead))) { in FetchIOBuf()
970 if (!hSession->isDead && !hSession->ref) { in FinishWriteSessionTCP()
/developtools/hdc/src/daemon/
Ddaemon_uart.cpp226 if (!hSession->isDead) { in PrepareNewSession()
316 if (isAlive and !hSession->isDead and uartHandle >= 0 and !hSession->hUART->resetIO) { in IsSendReady()
321 } else if (hSession->isDead) { in IsSendReady()
Ddaemon_usb.cpp297 while (modRunning && isAlive && !hSession->isDead) { in SendUSBIOSync()
320 length, offset, modRunning, isAlive, hSession->isDead); in SendUSBIOSync()
371 if (!hChildSession->isDead) { in PrepareNewSession()
484 if (hChildSession->childCleared || hChildSession->isDead) { in DispatchToWorkThread()
485 …RITE_LOG(LOG_WARN, "session dead clr:%d - %d", hChildSession->childCleared, hChildSession->isDead); in DispatchToWorkThread()
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp533 mySession.isDead = true;
535 mySession.isDead = false;
571 mySession.isDead = false;
576 mySession.isDead = false;
581 mySession.isDead = true;
586 mySession.isDead = true;
591 mySession.isDead = false;
Ddaemon_uart_test.cpp364 mySession.isDead = false;
373 mySession.isDead = true;
375 mySession.isDead = false;
/developtools/hdc/src/host/
Dhost_usb.cpp181 … WRITE_LOG(LOG_WARN, "KickoutZombie devHandle:%p isDead:%d", hUSB->devHandle, hSession->isDead); in KickoutZombie()
570 while (!hSession->isDead) { in BeginUsbRead()
Dhost_uart.cpp46 return (!uartOpened or (hSession->isDead and hSession->ref == 0)); in NeedStop()
605 if (hSession == nullptr or hSession->hUART == nullptr or hSession->isDead) { in EnumSerialPort()
Dserver_for_client.cpp696 if (hdi->hSession->isDead) { in FindAliveSessionFromDaemonMap()
846 if (!hSession || hSession->isDead) { in FindAliveSession()
Dserver.cpp553 if (hChannel->isDead) { in FetchCommand()