Searched refs:wifiP2pThread (Results 1 – 1 of 1) sorted by relevance
368 HandlerThread wifiP2pThread = new HandlerThread("WifiP2pService"); in WifiP2pServiceImpl() local369 wifiP2pThread.start(); in WifiP2pServiceImpl()370 mClientHandler = new ClientHandler(wifiP2pThread.getLooper()); in WifiP2pServiceImpl()372 mP2pStateMachine = new P2pStateMachine(TAG, wifiP2pThread.getLooper(), mP2pSupported); in WifiP2pServiceImpl()