Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp389 VkDeviceObj *temp_device = new VkDeviceObj(0, objs[0], m_device_extension_names); in GetPhysicalDeviceFeatures() local
390 *features = temp_device->phy().features(); in GetPhysicalDeviceFeatures()
391 delete (temp_device); in GetPhysicalDeviceFeatures()
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py925 for temp_device in SUPPORTED_DEVICE_TYPES:
926 if btpeer in self.btpeer_group[temp_device]:
927 self.btpeer_group[temp_device].remove(btpeer)