Searched refs:GetDeviceCount (Results 1 – 3 of 3) sorted by relevance
223 static int GetDeviceCount();
344 int GetDeviceCount() { return (hearingDevices.size()); } in GetDeviceCount() function in __anonbabfa7770111::HearingAidImpl1058 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 HearingAid1815 return (instance->GetDeviceCount()); in GetDeviceCount()
1271 if (HearingAid::GetDeviceCount() > 0) { in L2CA_AdjustConnectionIntervals()