Home
last modified time | relevance | path

Searched defs:hiSyncId (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHearingAidDeviceManager.java45 long hiSyncId = getHiSyncId(newDevice.getDevice()); in initHearingAidDeviceIfNeeded() local
62 final long hiSyncId = newDevice.getHiSyncId(); in setSubDeviceIfNeeded() local
76 private boolean isValidHiSyncId(long hiSyncId) { in isValidHiSyncId()
80 private CachedBluetoothDevice getCachedDevice(long hiSyncId) { in getCachedDevice()
111 void onHiSyncIdChanged(long hiSyncId) { in onHiSyncIdChanged()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
H A DBluetoothDeviceManager.java174 long hiSyncId = mHearingAidDeviceSyncIds.getOrDefault(d, -1L); in getUniqueConnectedDevices() local
211 long hiSyncId = mBluetoothHearingAidService.getHiSyncId(device); in onDeviceConnected() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidService.java257 long hiSyncId = mDeviceHiSyncIdMap.getOrDefault(device, in connect() local
315 long hiSyncId = mDeviceHiSyncIdMap.getOrDefault(device, in disconnect() local
360 long hiSyncId = getHiSyncId(device); in isConnectedPeerDevices() local
621 long hiSyncId = stackEvent.valueLong2; in messageFromNative() local
787 private List<BluetoothDevice> getConnectedPeerDevices(long hiSyncId) { in getConnectedPeerDevices()
H A DHearingAidNativeInterface.java163 private void onDeviceAvailable(byte capabilities, long hiSyncId, byte[] address) { in onDeviceAvailable()
/aosp12/system/bt/btif/src/
H A Dbtif_hearing_aid.cc75 void OnDeviceAvailable(uint8_t capabilities, uint64_t hiSyncId, in OnDeviceAvailable()
/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DAudioSwitchPreferenceController.java229 final long hiSyncId = hapProfile.getHiSyncId(device); in getConnectedHearingAidDevices() local