Home
last modified time | relevance | path

Searched refs:mAppIf (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java486 int mAppIf; field in GattService.ServerDeathRecipient
489 mAppIf = appIf; in ServerDeathRecipient()
495 Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); in binderDied()
497 unregisterServer(mAppIf, getAttributionSource()); in binderDied()
502 int mAppIf; field in GattService.ClientDeathRecipient
505 mAppIf = appIf; in ClientDeathRecipient()
511 Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); in binderDied()
513 unregisterClient(mAppIf, getAttributionSource()); in binderDied()