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.java72 private IServiceManager mIServiceManager = null; field in HostapdHal
105 mIServiceManager = null; // Will need to register a new ServiceNotification in serviceDied()
152 if (mIServiceManager == null) { in isV1_1()
157 return (mIServiceManager.getTransport( in isV1_1()
175 if (mIServiceManager == null) return false; in linkToServiceManagerDeath()
177 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) { in linkToServiceManagerDeath()
180 mIServiceManager = null; // Will need to register a new ServiceNotification in linkToServiceManagerDeath()
185 mIServiceManager = null; // Will need to register a new ServiceNotification in linkToServiceManagerDeath()
203 if (mIServiceManager != null) { in initialize()
209 mIServiceManager = getServiceManagerMockable(); in initialize()
[all …]
DSupplicantStaIfaceHal.java127 private IServiceManager mIServiceManager = null; field in SupplicantStaIfaceHal
169 mIServiceManager = null; // Will need to register a new ServiceNotification in serviceDied()
210 if (mIServiceManager == null) return false; in linkToServiceManagerDeath()
212 if (!mIServiceManager.linkToDeath(mServiceManagerDeathRecipient, 0)) { in linkToServiceManagerDeath()
215 mIServiceManager = null; // Will need to register a new ServiceNotification in linkToServiceManagerDeath()
238 if (mIServiceManager != null) { in initialize()
244 mIServiceManager = getServiceManagerMockable(); in initialize()
245 if (mIServiceManager == null) { in initialize()
254 if (!mIServiceManager.registerForNotifications( in initialize()
258 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 …]