Searched refs:mAppIf (Results 1 – 1 of 1) sorted by relevance
267 int mAppIf; field in GattService.ClientDeathRecipient270 mAppIf = appIf; in ClientDeathRecipient()275 if (DBG) Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); in binderDied()277 if (isScanClient(mAppIf)) { in binderDied()278 ScanClient client = new ScanClient(mAppIf, false); in binderDied()282 AdvertiseClient client = new AdvertiseClient(mAppIf); in binderDied()304 int mAppIf; field in GattService.ServerDeathRecipient307 mAppIf = appIf; in ServerDeathRecipient()311 if (DBG) Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); in binderDied()312 unregisterServer(mAppIf); in binderDied()