Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DHostapdHal.java77 private IServiceManager mIServiceManager = null; field in HostapdHal
111 mIServiceManager = null; // Will need to register a new ServiceNotification in serviceDied()
182 if (mIServiceManager == null) { in checkHalVersionByInterfaceName()
187 return (mIServiceManager.getTransport( in checkHalVersionByInterfaceName()
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()
215 mIServiceManager = null; // Will need to register a new ServiceNotification in linkToServiceManagerDeath()
240 if (mIServiceManager != null) { in initialize()
246 mIServiceManager = getServiceManagerMockable(); in initialize()
[all …]
DSupplicantStaIfaceHal.java112 private IServiceManager mIServiceManager = null; field in SupplicantStaIfaceHal
161 mIServiceManager = null; // Will need to register a new ServiceNotification in serviceDied()
224 if (mIServiceManager == null) return false; in linkToServiceManagerDeath()
226 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) { in linkToServiceManagerDeath()
229 mIServiceManager = null; // Will need to register a new ServiceNotification in linkToServiceManagerDeath()
252 if (mIServiceManager != null) { in initialize()
258 mIServiceManager = getServiceManagerMockable(); in initialize()
259 if (mIServiceManager == null) { in initialize()
268 if (!mIServiceManager.registerForNotifications( in initialize()
272 mIServiceManager = null; // Will need to register a new ServiceNotification in initialize()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java80 private IServiceManager mIServiceManager = null; field in SupplicantP2pIfaceHal
106 mIServiceManager = null; // Will need to register a new ServiceNotification
125 if (mIServiceManager == null) return false; in linkToServiceManagerDeath()
127 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) { in linkToServiceManagerDeath()
130 mIServiceManager = null; // Will need to register a new ServiceNotification in linkToServiceManagerDeath()
157 if (mIServiceManager != null) { in initialize()
166 mIServiceManager = getServiceManagerMockable(); in initialize()
167 if (mIServiceManager == null) { in initialize()
176 if (!mIServiceManager.registerForNotifications( in initialize()
180 mIServiceManager = null; // Will need to register a new ServiceNotification in initialize()
[all …]