Home
last modified time | relevance | path

Searched refs:GetSizeOfUnitQueue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.h455 uint8_t GetSizeOfUnitQueue(const RawAddress &rawAddr);
H A Davrcp_ct_profile.cpp478 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()
H A Davrcp_ct_connection.cpp655 uint8_t AvrcCtConnectManager::GetSizeOfUnitQueue(const RawAddress &rawAddr) in GetSizeOfUnitQueue() function in OHOS::bluetooth::AvrcCtConnectManager