HomeSort by relevance Sort by last modified time
    Searched refs:gstr (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluez/gdbus/
object.c 62 static void print_arguments(GString *gstr, const char *sig,
112 g_string_append_printf(gstr,
116 g_string_append_printf(gstr,
122 static void generate_interface_xml(GString *gstr, struct interface_data *iface)
129 g_string_append_printf(gstr, "\t\t<method name=\"%s\"/>\n",
132 g_string_append_printf(gstr, "\t\t<method name=\"%s\">\n",
134 print_arguments(gstr, method->signature, "in");
135 print_arguments(gstr, method->reply, "out");
136 g_string_append_printf(gstr, "\t\t</method>\n");
142 g_string_append_printf(gstr, "\t\t<signal name=\"%s\"/>\n"
157 GString *gstr; local
    [all...]
  /external/bluetooth/bluez/audio/
headset.c 201 GString *gstr; local
209 gstr = g_string_new("HFP AG features: ");
212 g_string_append(gstr, "\"Three-way calling\" ");
214 g_string_append(gstr, "\"EC and/or NR function\" ");
216 g_string_append(gstr, "\"Voice recognition function\" ");
218 g_string_append(gstr, "\"In-band ring tone capability\" ");
220 g_string_append(gstr, "\"Attach a number to a voice tag\" ");
222 g_string_append(gstr, "\"Ability to reject a call\" ");
224 g_string_append(gstr, "\"Enhanced call status\" ");
226 g_string_append(gstr, "\"Enhanced call control\" ")
239 GString *gstr; local
357 GString *gstr; local
380 GString *gstr; local
    [all...]
  /external/bluetooth/glib/glib/
gstring.h 156 #define g_string_append_c(gstr,c) g_string_append_c_inline (gstr, c)
  /external/openssl/apps/
req.c 147 static EVP_PKEY_CTX *set_keygen_ctx(BIO *err, const char *gstr, int *pkey_type,
    [all...]

Completed in 89 milliseconds