Searched refs:icon_name (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-augment-properties.c | 55 char *icon_name; member 70 pa_xfree(r->icon_name); in rule_free() 229 pa_xfree(r->icon_name); in update_rule() 231 r->application_name = r->icon_name = r->role = NULL; in update_rule() 236 table[1].data = &r->icon_name; in update_rule() 254 if (r->icon_name) in apply_rule() 256 pa_proplist_sets(p, PA_PROP_APPLICATION_ICON_NAME, r->icon_name); in apply_rule()
|
H A D | module-zeroconf-publish.c | 142 char *icon_name; member 327 if (s->userdata->icon_name) { in publish_service() 328 txt = avahi_string_list_add_pair(txt, "icon-name", s->userdata->icon_name); in publish_service() 671 char *icon_name = NULL; in get_icon_name() local 715 dbus_message_iter_get_basic(&sub, &icon_name); in get_icon_name() 716 icon_name = pa_xstrdup(icon_name); in get_icon_name() 728 return icon_name; in get_icon_name() 748 u->icon_name = get_icon_name(u->module); in client_callback() 933 pa_xfree(u->icon_name); in pa__done() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 125 static char *icon_name = PROGNAME; variable 572 if (!XStringListToTextProperty(&icon_name, 1, pIconName)) in rpng_x_create_window()
|
H A D | rpng2-x.c | 200 static char *icon_name = PROGNAME; variable 956 if (!XStringListToTextProperty(&icon_name, 1, pIconName)) in rpng2_x_create_window()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | gas_serv.c | 979 const u8 *icon_name, size_t icon_name_len, in gas_serv_build_gas_resp_payload() 1063 anqp_add_icon_binary_file(hapd, buf, icon_name, icon_name_len); in gas_serv_build_gas_resp_payload() 1085 const u8 *icon_name; member 1295 qi->icon_name = pos; in rx_anqp_hs_icon_request() 1461 qi->icon_name, qi->icon_name_len, in gas_serv_req_local_processing() 976 gas_serv_build_gas_resp_payload(struct hostapd_data *hapd, unsigned int request, const u8 *home_realm, size_t home_realm_len, const u8 *icon_name, size_t icon_name_len, const u16 *extra_req, unsigned int num_extra_req) gas_serv_build_gas_resp_payload() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_serv.c | 976 const u8 *icon_name, size_t icon_name_len, in gas_serv_build_gas_resp_payload() 1060 anqp_add_icon_binary_file(hapd, buf, icon_name, icon_name_len); in gas_serv_build_gas_resp_payload() 1082 const u8 *icon_name; member 1292 qi->icon_name = pos; in rx_anqp_hs_icon_request() 1458 qi->icon_name, qi->icon_name_len, in gas_serv_req_local_processing() 973 gas_serv_build_gas_resp_payload(struct hostapd_data *hapd, unsigned int request, const u8 *home_realm, size_t home_realm_len, const u8 *icon_name, size_t icon_name_len, const u16 *extra_req, unsigned int num_extra_req) gas_serv_build_gas_resp_payload() argument
|
Completed in 12 milliseconds