Home
last modified time | relevance | path

Searched refs:IsDisableAbsoluteVolume (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.h636 bool IsDisableAbsoluteVolume(const RawAddress &rawAddr);
H A Davrcp_ct_profile.h959 bool IsDisableAbsoluteVolume(const RawAddress &rawAddr);
H A Davrcp_ct_connection.cpp977 bool AvrcCtConnectManager::IsDisableAbsoluteVolume(const RawAddress &rawAddr) in IsDisableAbsoluteVolume() function in OHOS::bluetooth::AvrcCtConnectManager
H A Davrcp_ct_profile.cpp1730 bool AvrcCtProfile::IsDisableAbsoluteVolume(const RawAddress &rawAddr) in IsDisableAbsoluteVolume() function in OHOS::bluetooth::AvrcCtProfile
1735 return AvrcCtConnectManager::GetInstance()->IsDisableAbsoluteVolume(rawAddr); in IsDisableAbsoluteVolume()
H A Davrcp_ct_service.cpp1897 if (profile_->IsDisableAbsoluteVolume(rawAddr)) { in SetAbsoluteVolume()