Searched refs:mIHostapd (Results 1 – 4 of 4) sorted by relevance
49 private IHostapdHal mIHostapd; field in HostapdHal63 if (mIHostapd != null) { in enableVerboseLogging()64 mIHostapd.enableVerboseLogging(verboseEnabled, halVerboseEnabled); in enableVerboseLogging()80 if (mIHostapd != null) { in initialize()84 mIHostapd = createIHostapdHalMockable(); in initialize()85 if (mIHostapd == null) { in initialize()89 mIHostapd.enableVerboseLogging(mVerboseLoggingEnabled, mVerboseHalLoggingEnabled); in initialize()90 if (!mIHostapd.initialize()) { in initialize()92 mIHostapd = null; in initialize()125 if (mIHostapd == null) { in isApInfoCallbackSupported()[all …]
91 private IHostapd mIHostapd; field in HostapdHalAidlImp185 mIHostapd.registerCallback(callback); in registerCallback()246 mIHostapd.addAccessPoint(ifaceParams, nwParams); in addAccessPoint()276 mIHostapd.removeAccessPoint(ifaceName); in removeAccessPoint()320 mIHostapd.forceClientDisconnect(ifaceName, clientMacByteArray, disconnectReason); in forceClientDisconnect()371 mIHostapd = null; in hostapdServiceDiedHandler()459 return mIHostapd != null; in isInitializationComplete()488 if (mIHostapd == null) return null; in getServiceBinderMockable()489 return mIHostapd.asBinder(); in getServiceBinderMockable()513 mIHostapd = getHostapdMockable(); in startDaemon()[all …]
82 private IHostapd mIHostapd; field in HostapdHalHidlImp257 mIHostapd = null; in initialize()298 if (mIHostapd == null) return false; in linkToHostapdDeath()300 if (!mIHostapd.linkToDeath(deathRecipient, cookie)) { in linkToHostapdDeath()359 mIHostapd = getHostapdMockable(); in initHostapdService()367 if (mIHostapd == null) { in initHostapdService()373 mIHostapd = null; in initHostapdService()380 mIHostapd = null; in initHostapdService()385 mIHostapd = null; in initHostapdService()449 status = mIHostapd.addAccessPoint(ifaceParamsV1_0, nwParamsV1_2.V1_0); in addAccessPoint()[all …]
53 private IHostapdHal mIHostapd; field in HostapdHalTest68 return mIHostapd; in createIHostapdHalMockable()79 mIHostapd = imp; in setIHostapdImp()