Home
last modified time | relevance | path

Searched defs:phy (Results 1 – 12 of 12) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DHelpers.h55 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()
DShellAndroid.h41 bool can_present(VkPhysicalDevice phy, uint32_t queue_family) { return true; } in can_present()
DShellWin32.cpp141 bool ShellWin32::can_present(VkPhysicalDevice phy, uint32_t queue_family) in can_present()
DShellXcb.cpp191 bool ShellXcb::can_present(VkPhysicalDevice phy, uint32_t queue_family) in can_present()
DShell.cpp231 for (auto phy : phys) { in init_physical_dev() local
/external/autotest/client/site_tests/network_WiFiCaps/
Dnetwork_WiFiCaps.py35 def __run_iwcap(self, phy, caps): argument
/external/autotest/server/cros/network/
Dpacket_capturer.py84 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/
Diw_runner.py180 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/
Drfkill.c108 char *phy = NULL, *rfk_phy; in rfkill_init() local
/external/vulkan-validation-layers/tests/
Dvktestbinding.h119 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/
Dhostapd.c1302 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()
Dhostapd.h306 char phy[16]; /* Name of the PHY (radio) */ member