Searched defs:phy (Results 1 – 12 of 12) sorted by relevance
/external/vulkan-validation-layers/demos/smoke/ |
D | Helpers.h | 55 inline VkResult enumerate(VkPhysicalDevice phy, const char *layer, std::vector<VkExtensionPropertie… in enumerate() 82 inline VkResult enumerate(VkPhysicalDevice phy, std::vector<VkLayerProperties> &layer_props) in enumerate() 91 inline VkResult get(VkPhysicalDevice phy, std::vector<VkQueueFamilyProperties> &queues) in get() 102 inline VkResult get(VkPhysicalDevice phy, VkSurfaceKHR surface, std::vector<VkSurfaceFormatKHR> &fo… in get() 111 inline VkResult get(VkPhysicalDevice phy, VkSurfaceKHR surface, std::vector<VkPresentModeKHR> &mode… in get()
|
D | ShellAndroid.h | 41 bool can_present(VkPhysicalDevice phy, uint32_t queue_family) { return true; } in can_present()
|
D | ShellWin32.cpp | 141 bool ShellWin32::can_present(VkPhysicalDevice phy, uint32_t queue_family) in can_present()
|
D | ShellXcb.cpp | 191 bool ShellXcb::can_present(VkPhysicalDevice phy, uint32_t queue_family) in can_present()
|
D | Shell.cpp | 231 for (auto phy : phys) { in init_physical_dev() local
|
/external/autotest/client/site_tests/network_WiFiCaps/ |
D | network_WiFiCaps.py | 35 def __run_iwcap(self, phy, caps): argument
|
/external/autotest/server/cros/network/ |
D | packet_capturer.py | 84 def create_raw_monitor(self, phy, frequency, ht_type=None, argument 191 def create_raw_monitor(self, phy, frequency, ht_type=None, argument
|
/external/autotest/client/common_lib/cros/network/ |
D | iw_runner.py | 180 def add_interface(self, phy, interface, interface_type): argument 748 def set_antenna_bitmap(self, phy, tx_bitmap, rx_bitmap): argument
|
/external/wpa_supplicant_8/src/drivers/ |
D | rfkill.c | 108 char *phy = NULL, *rfk_phy; in rfkill_init() local
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 119 explicit PhysicalDevice(VkPhysicalDevice phy) : Handle(phy) { in PhysicalDevice() 152 explicit Device(VkPhysicalDevice phy) : phy_(phy) {} in Device() 166 const PhysicalDevice &phy() const { return phy_; } in phy() function
|
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.c | 1302 const char *phy = hostapd_drv_get_radio_name(hapd); in setup_interface() local 2024 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss()
|
D | hostapd.h | 306 char phy[16]; /* Name of the PHY (radio) */ member
|