Lines Matching refs:mDeviceHost

213     private DeviceHost mDeviceHost;  field in NfcService
326 mDeviceHost = new NativeNfcManager(mContext, this); in NfcService()
347 mDeviceHost.getDefaultLlcpMiu(), mDeviceHost.getDefaultLlcpRwSize()); in NfcService()
499 mDeviceHost.checkFirmware(); in doInBackground()
530 if (!mDeviceHost.initialize()) { in enableInternal()
594 boolean result = mDeviceHost.deinitialize(); in disableInternal()
726 mDeviceHost.disableDiscovery(); in pausePolling()
957 mDeviceHost.setP2pInitiatorModes(initiatorModes); in setP2pModes()
958 mDeviceHost.setP2pTargetModes(targetModes); in setP2pModes()
1351 boolean success = mDeviceHost.setTimeout(tech, timeout); in setTimeout()
1363 return mDeviceHost.getTimeout(tech); in getTimeout()
1370 mDeviceHost.resetTimeouts(); in resetTimeouts()
1375 return mDeviceHost.canMakeReadOnly(ndefType); in canMakeReadOnly()
1380 return mDeviceHost.getMaxTransceiveLength(tech); in getMaxTransceiveLength()
1385 return mDeviceHost.getExtendedLengthApdusSupported(); in getExtendedLengthApdusSupported()
1426 mDeviceHost.doAbort(); in run()
1486 mDeviceHost.enableDiscovery(newParams, shouldRestart); in applyRouting()
1488 mDeviceHost.disableDiscovery(); in applyRouting()
1627 return mDeviceHost.createLlcpSocket(sap, miu, rw, linearBufferLength); in createLlcpSocket()
1635 return mDeviceHost.createLlcpConnectionlessSocket(sap, sn); in createLlcpConnectionLessSocket()
1643 return mDeviceHost.createLlcpServerSocket(sap, sn, miu, rw, linearBufferLength); in createLlcpServerSocket()
1690 mDeviceHost.clearT3tIdentifiersCache(); in clearT3tIdentifiersCache()
1694 return mDeviceHost.getLfT3tMax(); in getLfT3tMax()
1702 return mDeviceHost.sendRawFrame(data); in sendData()
1719 mDeviceHost.routeAid(hexStringToBytes(aid), route); in handleMessage()
1725 mDeviceHost.unrouteAid(hexStringToBytes(aid)); in handleMessage()
1730 mDeviceHost.disableDiscovery(); in handleMessage()
1733 mDeviceHost.registerT3tIdentifier(t3tIdentifier); in handleMessage()
1737 mDeviceHost.enableDiscovery(params, shouldRestart); in handleMessage()
1742 mDeviceHost.disableDiscovery(); in handleMessage()
1745 mDeviceHost.deregisterT3tIdentifier(t3tIdentifier); in handleMessage()
1749 mDeviceHost.enableDiscovery(params, shouldRestart); in handleMessage()
1766 mDeviceHost.commitRouting(); in handleMessage()
1986 if (mDeviceHost.doCheckLlcp()) { in llcpActivated()
1988 if (mDeviceHost.doActivateLlcp()) { in llcpActivated()
2015 if (mDeviceHost.doCheckLlcp()) { in llcpActivated()
2017 if (mDeviceHost.doActivateLlcp()) { in llcpActivated()
2193 pw.println(mDeviceHost.dump()); in dump()