Searched refs:GetSizeOfUnitQueue (Results 1 – 3 of 3) sorted by relevance
455 uint8_t GetSizeOfUnitQueue(const RawAddress &rawAddr);
478 if (cnManager->GetSizeOfUnitQueue(rawAddr) > AVRC_CT_DEFAULT_SIZE_OF_QUEUE) { in SendUnitCmd()512 if (cnManager->GetSizeOfUnitQueue(rawAddr) > AVRC_CT_DEFAULT_SIZE_OF_QUEUE) { in SendSubUnitCmd()526 …return (AvrcCtConnectManager::GetInstance()->GetSizeOfUnitQueue(rawAddr) == AVRC_CT_DEFAULT_SIZE_O… in IsUnitQueueFull()541 if (cnManager->GetSizeOfUnitQueue(rawAddr) != 0x00) { in SendNextUnitCmd()668 } else if (cnManager->GetSizeOfUnitQueue(rawAddr) != 0x00) { in SendNextVendorCmd()
655 uint8_t AvrcCtConnectManager::GetSizeOfUnitQueue(const RawAddress &rawAddr) in GetSizeOfUnitQueue() function in OHOS::bluetooth::AvrcCtConnectManager