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