Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHostapdHal.java64 private IServiceManager mIServiceManager = null; field in HostapdHal
97 mIServiceManager = null; // Will need to register a new ServiceNotification in serviceDied()
144 if (mIServiceManager == null) { in isV1_1()
149 return (mIServiceManager.getTransport( in isV1_1()
167 if (mIServiceManager == null) return false; in linkToServiceManagerDeath()
169 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) { in linkToServiceManagerDeath()
172 mIServiceManager = null; // Will need to register a new ServiceNotification in linkToServiceManagerDeath()
177 mIServiceManager = null; // Will need to register a new ServiceNotification in linkToServiceManagerDeath()
195 if (mIServiceManager != null) { in initialize()
201 mIServiceManager = getServiceManagerMockable(); in initialize()
[all …]
DSupplicantStaIfaceHal.java122 private IServiceManager mIServiceManager = null; field in SupplicantStaIfaceHal
164 mIServiceManager = null; // Will need to register a new ServiceNotification in serviceDied()
205 if (mIServiceManager == null) return false; in linkToServiceManagerDeath()
207 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) { in linkToServiceManagerDeath()
210 mIServiceManager = null; // Will need to register a new ServiceNotification in linkToServiceManagerDeath()
233 if (mIServiceManager != null) { in initialize()
239 mIServiceManager = getServiceManagerMockable(); in initialize()
240 if (mIServiceManager == null) { in initialize()
249 if (!mIServiceManager.registerForNotifications( in initialize()
253 mIServiceManager = null; // Will need to register a new ServiceNotification in initialize()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java78 private IServiceManager mIServiceManager = null; field in SupplicantP2pIfaceHal
104 mIServiceManager = null; // Will need to register a new ServiceNotification
123 if (mIServiceManager == null) return false; in linkToServiceManagerDeath()
125 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) { in linkToServiceManagerDeath()
128 mIServiceManager = null; // Will need to register a new ServiceNotification in linkToServiceManagerDeath()
154 if (mIServiceManager != null) { in initialize()
163 mIServiceManager = getServiceManagerMockable(); in initialize()
164 if (mIServiceManager == null) { in initialize()
173 if (!mIServiceManager.registerForNotifications( in initialize()
177 mIServiceManager = null; // Will need to register a new ServiceNotification in initialize()
[all …]