Home
last modified time | relevance | path

Searched refs:GetSizeOfBrowseQueue (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.h628 uint8_t GetSizeOfBrowseQueue(const RawAddress &rawAddr);
H A Davrcp_ct_profile.cpp1695 if (cnManager->GetSizeOfBrowseQueue(rawAddr) > AVRC_CT_DEFAULT_SIZE_OF_QUEUE) { in SendBrowseCmd()
1696 HILOGI("The queue is oversize: %{public}d", cnManager->GetSizeOfBrowseQueue(rawAddr)); in SendBrowseCmd()
1714 if (cnManager->GetSizeOfBrowseQueue(rawAddr) != 0x00) { in SendNextBrowseCmd()
1727 …return (AvrcCtConnectManager::GetInstance()->GetSizeOfBrowseQueue(rawAddr) == AVRC_CT_DEFAULT_SIZE… in IsBrowseQueueFull()
H A Davrcp_ct_connection.cpp961 uint8_t AvrcCtConnectManager::GetSizeOfBrowseQueue(const RawAddress &rawAddr) in GetSizeOfBrowseQueue() function in OHOS::bluetooth::AvrcCtConnectManager