HomeSort by relevance Sort by last modified time
    Searched refs:deviceFound (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py 28 def deviceFound(devicepath):
101 self.bus.add_signal_receiver(deviceFound,
103 signal_name="DeviceFound")
  /external/rmi4utils/rmidevice/
hiddevice.cpp 636 bool deviceFound = false;
674 deviceFound = true;
680 if (deviceFound)
685 return deviceFound;
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.cc 306 bool deviceFound = false;
307 while (S_OK == _dsMonikerDevEnum->Next(1, &pM, &cFetched) && !deviceFound)
340 deviceFound = true;

Completed in 3674 milliseconds