Home
last modified time | relevance | path

Searched refs:GetDeviceCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_bta_hearing_aid.cc52 int HearingAid::GetDeviceCount() { in GetDeviceCount() function in HearingAid
/aosp12/system/bt/bta/hearing_aid/
H A Dhearing_aid.cc351 int GetDeviceCount() { return (hearingDevices.size()); } in GetDeviceCount() function in __anon5e1925630110::HearingAidImpl
1054 LOG(INFO) << __func__ << ": No device (0/" << GetDeviceCount() in OnAudioResume()
1180 LOG(WARNING) << __func__ << ": No more (0/" << GetDeviceCount() in OnAudioDataReady()
1495 LOG(INFO) << __func__ << ": No more (0/" << GetDeviceCount() in Disconnect()
1527 LOG(INFO) << __func__ << ": No more (0/" << GetDeviceCount() in OnGattDisconnected()
1818 int HearingAid::GetDeviceCount() { in GetDeviceCount() function in HearingAid
1824 return (instance->GetDeviceCount()); in GetDeviceCount()
/aosp12/system/bt/bta/include/
H A Dbta_hearing_aid_api.h225 static int GetDeviceCount();
/aosp12/system/bt/stack/l2cap/
H A Dl2c_ble.cc1534 if (HearingAid::GetDeviceCount() > 0) { in L2CA_AdjustConnectionIntervals()