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

  /external/bluetooth/bluez/gdbus/
object.c 55 static void print_arguments(GString *gstr, const char *sig,
105 g_string_append_printf(gstr,
109 g_string_append_printf(gstr,
115 static void generate_interface_xml(GString *gstr, struct interface_data *iface)
122 g_string_append_printf(gstr, "\t\t<method name=\"%s\"/>\n",
125 g_string_append_printf(gstr, "\t\t<method name=\"%s\">\n",
127 print_arguments(gstr, method->signature, "in");
128 print_arguments(gstr, method->reply, "out");
129 g_string_append_printf(gstr, "\t\t</method>\n");
135 g_string_append_printf(gstr, "\t\t<signal name=\"%s\"/>\n"
150 GString *gstr; local
    [all...]
  /external/bluetooth/bluez/audio/
headset.c 206 GString *gstr; local
214 gstr = g_string_new("HFP AG features: ");
217 g_string_append(gstr, "\"Three-way calling\" ");
219 g_string_append(gstr, "\"EC and/or NR function\" ");
221 g_string_append(gstr, "\"Voice recognition function\" ");
223 g_string_append(gstr, "\"In-band ring tone capability\" ");
225 g_string_append(gstr, "\"Attach a number to a voice tag\" ");
227 g_string_append(gstr, "\"Ability to reject a call\" ");
229 g_string_append(gstr, "\"Enhanced call status\" ");
231 g_string_append(gstr, "\"Enhanced call control\" ")
244 GString *gstr; local
360 GString *gstr; local
383 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/icu4c/i18n/
astro.cpp 826 // double gstr = (24.07*gst1r-t00*(gst2r-gst1r))/(24.07+gst1r-gst2r);
836 // // 10. Add correction to GSTs, subtract from GSTr
837 // gstr -= delta_t;
841 // double ut = gstToUt(rise ? gstr : gsts);
    [all...]

Completed in 111 milliseconds