Searched refs:isDead (Results 1 – 11 of 11) sorted by relevance
| /developtools/hdc/src/common/ |
| D | channel.cpp | 97 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()
|
| D | define_plus.h | 380 bool isDead; member 439 isDead = false; in HdcSession() 494 bool isDead; member
|
| D | session.cpp | 174 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/ |
| D | daemon_uart.cpp | 226 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()
|
| D | daemon_usb.cpp | 297 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/ |
| D | host_uart_test.cpp | 533 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;
|
| D | daemon_uart_test.cpp | 364 mySession.isDead = false; 373 mySession.isDead = true; 375 mySession.isDead = false;
|
| /developtools/hdc/src/host/ |
| D | host_usb.cpp | 181 … WRITE_LOG(LOG_WARN, "KickoutZombie devHandle:%p isDead:%d", hUSB->devHandle, hSession->isDead); in KickoutZombie() 570 while (!hSession->isDead) { in BeginUsbRead()
|
| D | host_uart.cpp | 46 return (!uartOpened or (hSession->isDead and hSession->ref == 0)); in NeedStop() 605 if (hSession == nullptr or hSession->hUART == nullptr or hSession->isDead) { in EnumSerialPort()
|
| D | server_for_client.cpp | 696 if (hdi->hSession->isDead) { in FindAliveSessionFromDaemonMap() 846 if (!hSession || hSession->isDead) { in FindAliveSession()
|
| D | server.cpp | 553 if (hChannel->isDead) { in FetchCommand()
|