Searched refs:hiSyncId (Results 1 – 3 of 3) sorted by relevance
95 final long hiSyncId = newDevice.getHiSyncId(); in setSubDeviceIfNeeded() local96 if (isValidHiSyncId(hiSyncId)) { in setSubDeviceIfNeeded()97 final CachedBluetoothDevice hearingAidDevice = getCachedDevice(hiSyncId); in setSubDeviceIfNeeded()110 private boolean isValidHiSyncId(long hiSyncId) { in isValidHiSyncId() argument111 return hiSyncId != BluetoothHearingAid.HI_SYNC_ID_INVALID; in isValidHiSyncId()118 private CachedBluetoothDevice getCachedDevice(long hiSyncId) { in getCachedDevice() argument121 if (cachedDevice.getHiSyncId() == hiSyncId) { in getCachedDevice()151 void onHiSyncIdChanged(long hiSyncId) { in onHiSyncIdChanged() argument156 if (cachedDevice.getHiSyncId() != hiSyncId) { in onHiSyncIdChanged()195 + ", with hiSyncId=" + hiSyncId); in onHiSyncIdChanged()[all …]
67 private HearingAidInfo(int side, int mode, long hiSyncId) { in HearingAidInfo() argument70 mHiSyncId = hiSyncId; in HearingAidInfo()194 public Builder setHiSyncId(long hiSyncId) { in setHiSyncId() argument195 mHiSyncId = hiSyncId; in setHiSyncId()
830 private HearingAidInfo getLeftAshaHearingAidInfo(long hiSyncId) { in getLeftAshaHearingAidInfo() argument833 .setHiSyncId(hiSyncId) in getLeftAshaHearingAidInfo()837 private HearingAidInfo getRightAshaHearingAidInfo(long hiSyncId) { in getRightAshaHearingAidInfo() argument840 .setHiSyncId(hiSyncId) in getRightAshaHearingAidInfo()