Home
last modified time | relevance | path

Searched refs:indicators (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/bluez/audio/
Dtelephony.h182 int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
193 static inline int telephony_update_indicator(struct indicator *indicators, in telephony_update_indicator() argument
200 for (i = 0; indicators[i].desc != NULL; i++) { in telephony_update_indicator()
201 if (g_str_equal(indicators[i].desc, desc)) { in telephony_update_indicator()
202 ind = &indicators[i]; in telephony_update_indicator()
222 static inline int telephony_get_indicator(const struct indicator *indicators, in telephony_get_indicator() argument
227 for (i = 0; indicators[i].desc != NULL; i++) { in telephony_get_indicator()
228 if (g_str_equal(indicators[i].desc, desc)) in telephony_get_indicator()
229 return indicators[i].val; in telephony_get_indicator()
Dheadset.c78 const struct indicator *indicators; /* Available HFP indicators */ member
363 static char *indicator_ranges(const struct indicator *indicators) in indicator_ranges() argument
370 for (i = 0; indicators[i].desc != NULL; i++) { in indicator_ranges()
373 indicators[i].desc, in indicator_ranges()
374 indicators[i].range); in indicator_ranges()
377 indicators[i].desc, in indicator_ranges()
378 indicators[i].range); in indicator_ranges()
386 static char *indicator_values(const struct indicator *indicators) in indicator_values() argument
393 for (i = 0; indicators[i].desc != NULL; i++) { in indicator_values()
395 g_string_append_printf(gstr, "%d", indicators[i].val); in indicator_values()
[all …]
/external/blktrace/btt/doc/
Dbtt.tex244 providing a set of indicators showing how close incoming IO requests
246 providing a set of indicators showing how close the IO requests are
/external/blktrace/btreplay/doc/
Dbtreplay.tex497 When specified on the command line, all pre-bunch stall indicators will be
/external/bluetooth/glib/
DChangeLog.pre-2-8193 stdout. improved progress indicators.
/external/bluetooth/bluez/
DChangeLog290 Fix error handling if HFP indicators aren't initialized.
/external/webkit/WebKitTools/
DChangeLog-2009-06-168001 <rdar://5631450> Drosera: breakpoint indicators disappear after the
/external/webkit/WebCore/
DChangeLog-2006-05-1010688 …direct notification logic did not need to change to fix 7058. The never-ending spinning indicators
DChangeLog-2010-01-2943170 Make accelerated compositing debug indicators work in release builds
43173 Allow some debug indicators, that show which page elements go into compositing layers,