Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hearing_aid_api.h223 static int GetDeviceCount();
/system/bt/bta/hearing_aid/
Dhearing_aid.cc344 int GetDeviceCount() { return (hearingDevices.size()); } in GetDeviceCount() function in __anonbabfa7770111::HearingAidImpl
1058 LOG(INFO) << __func__ << ": No device (0/" << GetDeviceCount() in OnAudioResume()
1160 LOG(WARNING) << __func__ << ": No more (0/" << GetDeviceCount() in OnAudioDataReady()
1483 LOG(INFO) << __func__ << ": No more (0/" << GetDeviceCount() in Disconnect()
1517 LOG(INFO) << __func__ << ": No more (0/" << GetDeviceCount() in OnGattDisconnected()
1809 int HearingAid::GetDeviceCount() { in GetDeviceCount() function in HearingAid
1815 return (instance->GetDeviceCount()); in GetDeviceCount()
/system/bt/stack/l2cap/
Dl2c_ble.cc1271 if (HearingAid::GetDeviceCount() > 0) { in L2CA_AdjustConnectionIntervals()