Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java254 long hiSyncId = in connect() local
311 long hiSyncId = in disconnect() local
357 long hiSyncId = getHiSyncId(device); in isConnectedPeerDevices() local
655 long hiSyncId = stackEvent.valueLong2; in messageFromNative() local
878 public List<BluetoothDevice> getConnectedPeerDevices(long hiSyncId) { in getConnectedPeerDevices()
DHearingAidNativeInterface.java160 void onDeviceAvailable(byte capabilities, long hiSyncId, byte[] address) { in onDeviceAvailable()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterfaceTest.java99 long hiSyncId = 100; in onDeviceAvailable() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hearing_aid.cc68 void OnDeviceAvailable(uint8_t capabilities, uint64_t hiSyncId, in OnDeviceAvailable()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java409 long hiSyncId = mHearingAidDeviceSyncIds.getOrDefault(d, -1L); in getUniqueConnectedDevices() local
503 long hiSyncId = mBluetoothHearingAid.getHiSyncId(device); in onDeviceConnected() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DActiveDeviceManager.java740 long hiSyncId = hearingAidService.getHiSyncId(device); in handleHearingAidActiveDeviceChanged() local
964 long hiSyncId = hearingAidService.getHiSyncId(device); in setHearingAidActiveDevice() local
DAudioRoutingManager.java655 long hiSyncId = hearingAidService.getHiSyncId(device); in canActivateTogether() local
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java285 final long hiSyncId = hapProfile.getHiSyncId(device); in getConnectedHearingAidDevices() local