Home
last modified time | relevance | path

Searched refs:device_object (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py459 device_object = self._wifi_proxy.find_object(
461 if device_object is None:
464 shill_proxy.ShillProxy.set_dbus_property(device_object,
484 device_object = self._wifi_proxy.find_object(
486 if device_object is None:
488 device_object.RequestRoam(bssid)
524 device_object = self._wifi_proxy.find_object(
526 if device_object is None:
528 device_object.PerformTDLSOperation('Discover', peer_mac_address)
541 device_object = self._wifi_proxy.find_object(
[all …]
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2388 …ValidationObject *device_object = ::GetLayerDataPtr(::get_dispatch_key(*pDevice), ::layer_data_map… in PostCallRecordCreateDevice() local
2389 …ValidationObject *validation_data = GetValidationObject(device_object->object_dispatch, LayerObjec… in PostCallRecordCreateDevice()