Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hearing_aid.cc31 int HearingAid::GetDeviceCount() { in GetDeviceCount() function in HearingAid
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc491 int GetDeviceCount() { return (hearingDevices.size()); } in GetDeviceCount() function in __anon39b8338d0111::HearingAidImpl
1269 log::info("No device (0/{}) ready to start", GetDeviceCount()); in OnAudioResume()
1447 log::warn("No more (0/{}) devices ready", GetDeviceCount()); in OnAudioDataReady()
1854 log::info("No more (0/{}) devices ready", GetDeviceCount()); in Disconnect()
1908 log::info("No more (0/{}) devices ready", GetDeviceCount()); in OnGattDisconnected()
2239 int HearingAid::GetDeviceCount() { in GetDeviceCount() function in HearingAid
2245 return (instance->GetDeviceCount()); in GetDeviceCount()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hearing_aid_api.h249 static int GetDeviceCount();
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc375 .GetHearingAidDeviceCount = HearingAid::GetDeviceCount, in CreateInterfaceToProfiles()