Searched refs:GetDeviceCount (Results 1 – 4 of 4) sorted by relevance
52 int HearingAid::GetDeviceCount() { in GetDeviceCount() function in HearingAid
351 int GetDeviceCount() { return (hearingDevices.size()); } in GetDeviceCount() function in __anon5e1925630110::HearingAidImpl1054 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 HearingAid1824 return (instance->GetDeviceCount()); in GetDeviceCount()
225 static int GetDeviceCount();
1534 if (HearingAid::GetDeviceCount() > 0) { in L2CA_AdjustConnectionIntervals()