Home
last modified time | relevance | path

Searched refs:deviceFound (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_find.py28 def deviceFound(devicepath): function
101 self.bus.add_signal_receiver(deviceFound,
/external/rmi4utils/rmidevice/
Dhiddevice.cpp636 bool deviceFound = false; in FindTransportDevice() local
674 deviceFound = true; in FindTransportDevice()
680 if (deviceFound) in FindTransportDevice()
685 return deviceFound; in FindTransportDevice()
/external/webrtc/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc306 bool deviceFound = false; in GetDeviceFilter() local
307 while (S_OK == _dsMonikerDevEnum->Next(1, &pM, &cFetched) && !deviceFound) in GetDeviceFilter()
340 deviceFound = true; in GetDeviceFilter()