Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHostapdHal.java85 private long mDeathRecipientCookie = 0; field in HostapdHal
97 hostapdServiceDiedHandler(mDeathRecipientCookie);
110 hostapdServiceDiedHandler(mDeathRecipientCookie); in serviceDied()
199 hostapdServiceDiedHandler(mDeathRecipientCookie); in linkToServiceManagerDeath()
249 hostapdServiceDiedHandler(mDeathRecipientCookie); in initialize()
267 hostapdServiceDiedHandler(mDeathRecipientCookie); in linkToHostapdDeath()
313 if (!linkToHostapdDeath(mHostapdDeathRecipient, ++mDeathRecipientCookie)) { in initHostapdService()
649 if (mDeathRecipientCookie != cookie) { in hostapdServiceDiedHandler()
691 hostapdServiceDiedHandler(mDeathRecipientCookie); in startDaemon()
1022 hostapdServiceDiedHandler(mDeathRecipientCookie); in handleRemoteException()
DSupplicantStaIfaceHal.java120 private long mDeathRecipientCookie = 0; field in SupplicantStaIfaceHal
139 supplicantServiceDiedHandler(mDeathRecipientCookie);
152 supplicantServiceDiedHandler(mDeathRecipientCookie); in serviceDied()
218 supplicantServiceDiedHandler(mDeathRecipientCookie); in linkToServiceManagerDeath()
268 supplicantServiceDiedHandler(mDeathRecipientCookie); in initialize()
281 supplicantServiceDiedHandler(mDeathRecipientCookie); in linkToSupplicantDeath()
307 if (!linkToSupplicantDeath(mSupplicantDeathRecipient, ++mDeathRecipientCookie)) { in initSupplicantService()
626 if (mDeathRecipientCookie != cookie) { in supplicantServiceDiedHandler()
672 supplicantServiceDiedHandler(mDeathRecipientCookie); in startDaemon_V1_1()