HomeSort by relevance Sort by last modified time
    Searched refs:mSupplicantDeathRecipient (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaIfaceHal.java 121 private final HwRemoteBinder.DeathRecipient mSupplicantDeathRecipient =
211 if (!mISupplicant.linkToDeath(mSupplicantDeathRecipient, 0)) {
245 if (!mISupplicantStaIface.linkToDeath(mSupplicantDeathRecipient, 0)) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java 105 private final HwRemoteBinder.DeathRecipient mSupplicantDeathRecipient =
186 if (!mISupplicant.linkToDeath(mSupplicantDeathRecipient, 0)) {
220 if (!mISupplicantP2pIface.linkToDeath(mSupplicantDeathRecipient, 0)) {
    [all...]

Completed in 41 milliseconds