Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuWaiverUtil.cpp191 bool deviceFound = false; in readWaivedTestsFromXML() local
214 if (!deviceFound) in readWaivedTestsFromXML()
250 deviceFound = matchDevice(waivedDevice); in readWaivedTestsFromXML()
269 if (vendorFound && deviceFound) in readWaivedTestsFromXML()
284 deviceFound = false; in readWaivedTestsFromXML()
/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/modules/video_capture/windows/
Ddevice_info_ds.cc235 bool deviceFound = false; in GetDeviceFilter() local
236 while (S_OK == _dsMonikerDevEnum->Next(1, &pM, &cFetched) && !deviceFound) { in GetDeviceFilter()
260 deviceFound = true; in GetDeviceFilter()