Home
last modified time | relevance | path

Searched defs:device_host (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
H A Dnetwork_WiFi_UpdateRouter.py86 def freeup_disk_space(self, device_host): argument
95 def stop_recover_duts(self, device_host): argument
149 def update_device(self, device_host): argument
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc54 VkDevice device_host = device_guest; in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers() local
101 VkDevice device_host = device_guest; in DoCustomTrampolineWithThunk_vkFreeCommandBuffers() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dpin_to_host_optimizer.cc284 const string device_host = in TryFindHostDevice() local
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_device.py48 def __init__(self, device_host, remote_facade_proxy=None, floss=False): argument