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

  /system/connectivity/shill/wimax/
wimax_service.cc 101 SetDevice(nullptr);
179 SetDevice(carrier);
192 SetDevice(nullptr);
249 void WiMaxService::SetDevice(WiMaxRefPtr new_device) {
287 SetDevice(nullptr);
wimax_service.h 114 void SetDevice(WiMaxRefPtr new_device);
116 WiMaxRefPtr device_; // Update via SetDevice().
wimax_service_unittest.cc 97 void SetDevice(WiMaxRefPtr device) {
98 service_->SetDevice(device);
356 SetDevice(device_);
361 SetDevice(nullptr);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dpaddr.h 247 STDMETHOD(SetDevice)(THIS_ CONST GUID* CONST devGuid) PURE;
275 #define IDirectPlay8Address_SetDevice(p,a) (p)->lpVtbl->SetDevice(p,a)
300 #define IDirectPlay8Address_SetDevice(p,a) (p)->SetDevice(a)
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver_unittest.cc 108 void SetDevice(const PPPDeviceRefPtr& device) {
692 SetDevice(device_);
openvpn_driver_unittest.cc 195 void SetDevice(const VirtualDeviceRefPtr& device) {
    [all...]

Completed in 608 milliseconds