| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_perfcounter.c | 144 enum radv_perfcounter_uuid uuid; member 876 const uint32_t uuid = descs[i].uuid; in radv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_device.c | 999 lvp_device_get_cache_uuid(void *uuid) in lvp_device_get_cache_uuid() argument
|
| /third_party/node/src/ |
| H A D | js_native_api_v8_inspector.cc | 465 char uuid[256]; in GenerateID() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_device.c | 86 panvk_device_get_cache_uuid(uint16_t family, void *uuid) in panvk_device_get_cache_uuid() argument 103 panvk_get_driver_uuid(void *uuid) in panvk_get_driver_uuid() argument 110 panvk_get_device_uuid(void *uuid) in panvk_get_device_uuid() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_pipe.c | 662 static void noop_get_driver_uuid(struct pipe_screen *screen, char *uuid) in noop_get_driver_uuid() argument 670 static void noop_get_device_uuid(struct pipe_screen *screen, char *uuid) in noop_get_device_uuid() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_screen.c | 129 zink_get_driver_uuid(struct pipe_screen *pscreen, char *uuid) in zink_get_driver_uuid() argument 140 zink_get_device_uuid(struct pipe_screen *pscreen, char *uuid) in zink_get_device_uuid() argument
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | module-bluez5-device.c | 2173 static int uuid_to_profile(const char *uuid, pa_bluetooth_profile_t *_r) { in uuid_to_profile() argument 2200 const char *uuid; in add_card() local [all...] |
| H A D | bluez5-util.c | 1617 char *uuid; in parse_device_property() local 1706 char *uuid; in parse_adapter_properties() local 1761 static void register_legacy_sbc_endpoint(pa_bluetooth_discovery *y, const pa_a2dp_endpoint_conf *endpoint_conf, const char *path, const char *endpoint, const char *uuid) { in register_legacy_sbc_endpoint() argument 1885 const char *uuid = NULL; parse_remote_endpoint_properties() local 2438 const char *sender, *path, *endpoint_path, *dev_path = NULL, *uuid = NULL; endpoint_set_configuration() local 2736 append_a2dp_object(DBusMessageIter *iter, const char *endpoint, const char *uuid, uint8_t codec_id, uint8_t *capabilities, uint8_t capabilities_size) append_a2dp_object() argument [all...] |
| /third_party/toybox/lib/ |
| H A D | lib.c | 1198 void create_uuid(char *uuid) in create_uuid() argument 1211 char *show_uuid(char *uuid) in show_uuid() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
| H A D | p2p.h | 536 u8 uuid[16]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
| H A D | wps.h | 565 const u8 *uuid; member 581 const u8 *uuid; member 595 const u8 *uuid; member 600 const u8 *uuid; member 656 u8 uuid[16]; member [all...] |
| H A D | wps_registrar.c | 80 u8 uuid[WPS_UUID_LEN]; member 137 u8 uuid[WPS_UUID_LEN]; member 324 wps_device_store(struct wps_registrar *reg, struct wps_device_data *dev, const u8 *uuid) wps_device_store() argument 785 wps_registrar_add_pin(struct wps_registrar *reg, const u8 *addr, const u8 *uuid, const u8 *pin, size_t pin_len, int timeout) wps_registrar_add_pin() argument 910 wps_registrar_invalidate_pin(struct wps_registrar *reg, const u8 *uuid) wps_registrar_invalidate_pin() argument 928 wps_registrar_get_pin(struct wps_registrar *reg, const u8 *uuid, size_t *pin_len) wps_registrar_get_pin() argument 990 wps_registrar_unlock_pin(struct wps_registrar *reg, const u8 *uuid) wps_registrar_unlock_pin() argument 3599 char uuid[40]; wps_registrar_get_info() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | config.h | 666 u8 uuid[16]; member
|
| H A D | wps_supplicant.c | 1436 char uuid[40], txt[400]; wpas_wps_pin_needed_cb() local 1953 wpas_wps_er_add_pin(struct wpa_supplicant *wpa_s, const u8 *addr, const char *uuid, const char *pin) wpas_wps_er_add_pin() argument 1975 wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid) wpas_wps_er_pbc() argument 1990 wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin) wpas_wps_er_learn() argument 2042 wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid, int id) wpas_wps_er_set_config() argument 2069 wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin, struct wps_new_ap_settings *settings) wpas_wps_er_config() argument 2128 wpas_wps_er_nfc_config_token(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) wpas_wps_er_nfc_config_token() argument 2524 wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) wpas_wps_er_nfc_handover_sel() argument 2579 wpas_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, int cr, const char *uuid) wpas_wps_nfc_handover_sel() argument 2878 const u8 *uuid; wpas_wps_update_ap_info_bss() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | wps_hostapd.c | 177 char uuid[40], txt[400]; in hostapd_wps_pin_needed_cb() local 234 char uuid[40]; in hostapd_wps_reg_success_cb() local 259 char uuid[40]; hostapd_wps_enrollee_seen_cb() local 974 const u8 **uuid = ctx; get_uuid_cb() local 994 const u8 *uuid; get_own_uuid() local 1105 const u8 *uuid; hostapd_init_wps() local 1516 const u8 *uuid; global() member 1540 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) hostapd_wps_add_pin() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
| H A D | p2p.h | 556 u8 uuid[16]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| H A D | wps.h | 569 const u8 *uuid; member 585 const u8 *uuid; member 599 const u8 *uuid; member 604 const u8 *uuid; member 660 u8 uuid[16]; member [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | wps_supplicant.c | 1474 char uuid[40], txt[400]; wpas_wps_pin_needed_cb() local 2012 wpas_wps_er_add_pin(struct wpa_supplicant *wpa_s, const u8 *addr, const char *uuid, const char *pin) wpas_wps_er_add_pin() argument 2034 wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid) wpas_wps_er_pbc() argument 2049 wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin) wpas_wps_er_learn() argument 2101 wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid, int id) wpas_wps_er_set_config() argument 2128 wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin, struct wps_new_ap_settings *settings) wpas_wps_er_config() argument 2187 wpas_wps_er_nfc_config_token(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) wpas_wps_er_nfc_config_token() argument 2593 wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) wpas_wps_er_nfc_handover_sel() argument 2648 wpas_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, int cr, const char *uuid) wpas_wps_nfc_handover_sel() argument 2948 const u8 *uuid; wpas_wps_update_ap_info_bss() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | wps_hostapd.c | 175 char uuid[40], txt[400]; in hostapd_wps_pin_needed_cb() local 232 char uuid[40]; in hostapd_wps_reg_success_cb() local 257 char uuid[40]; hostapd_wps_enrollee_seen_cb() local 920 const u8 **uuid = ctx; get_uuid_cb() local 940 const u8 *uuid; get_own_uuid() local 1036 const u8 *uuid; hostapd_init_wps() local 1332 const u8 *uuid; global() member 1356 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) hostapd_wps_add_pin() argument [all...] |
| /base/location/services/location_locator/locator/source/ |
| H A D | locator_ability.cpp | 1540 void LocatorAbility::ReportLocationError(std::string uuid, int32_t errCode, int32_t netErrCode) in ReportLocationError() argument 1719 void LocatorErrorMessage::SetUuid(std::string uuid) in SetUuid() argument 2039 auto uuid = locatorErrorMessage->GetUuid(); in ReportNetworkLocatingErrorEvent() local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| H A D | medialibrary_data_manager.cpp | 1278 uuid_t uuid; in GenerateUuid() local
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| H A D | auth_session_json.c | 836 char uuid[UUID_BUF_LEN] = {0}; in PackDeviceIdJson() local [all...] |
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
| H A D | lnn_lane_link_p2p.c | 301 char uuid[UDID_BUF_LEN] = {0}; in GetPreferAuthConnInfo() local 571 char uuid[UDID_BUF_LEN] = {0}; in GetPreferAuth() local 1615 char uuid[UDID_BUF_LEN] = {0}; OpenAuthToDisconnP2p() local 1972 char uuid[UDID_BUF_LEN] = {0}; GetPreferAuthByType() local 2230 char uuid[UUID_BUF_LEN] = {0}; IsHasAuthConnInfo() local 2357 char uuid[UUID_BUF_LEN] = {0}; BrAuthIsMostPriority() local [all...] |
| /test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
| H A D | hello.cpp | 413 char *uuid = nullptr;
in Test_KeySystemSupported() local 433 char *uuid = nullptr;
in Test_KeySystemSupported2() local 463 char *uuid = nullptr; Test_KeySystemSupported3() local 496 char *uuid = nullptr; Test_MediaKeySystem_Create() local [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_gpu_info.c | 1369 void ac_compute_driver_uuid(char *uuid, size_t size) in ac_compute_driver_uuid() argument 1379 void ac_compute_device_uuid(struct radeon_info *info, char *uuid, size_t size) in ac_compute_device_uuid() argument
|