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

  /external/bluetooth/bluez/audio/
telephony.h 189 int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
201 static inline int telephony_update_indicator(struct indicator *indicators,
208 for (i = 0; indicators[i].desc != NULL; i++) {
209 if (g_str_equal(indicators[i].desc, desc)) {
210 ind = &indicators[i];
230 static inline int telephony_get_indicator(const struct indicator *indicators,
235 for (i = 0; indicators[i].desc != NULL; i++) {
236 if (g_str_equal(indicators[i].desc, desc))
237 return indicators[i].val;
headset.c 74 const struct indicator *indicators; /* Available HFP indicators */ member in struct:__anon1926
76 int er_ind; /* Event reporting for indicators */
354 static char *indicator_ranges(const struct indicator *indicators)
361 for (i = 0; indicators[i].desc != NULL; i++) {
364 indicators[i].desc,
365 indicators[i].range);
368 indicators[i].desc,
369 indicators[i].range);
377 static char *indicator_values(const struct indicator *indicators)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon22617
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon24207
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon25719
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 350 // FIXME: This won't work for multi-character comment indicators like "//".
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 147 unsigned int changed; /* indicators with new state or map */
148 unsigned int state; /* current state of all indicators */
168 unsigned int changed_indicators;/* indicators with new names */
250 unsigned int leds_defined; /* indicators with names or maps */
251 unsigned int led_state; /* current state of the indicators */
263 XkbIndicatorNotifyEvent indicators; member in union:_XkbEvent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 147 unsigned int changed; /* indicators with new state or map */
148 unsigned int state; /* current state of all indicators */
168 unsigned int changed_indicators;/* indicators with new names */
250 unsigned int leds_defined; /* indicators with names or maps */
251 unsigned int led_state; /* current state of the indicators */
263 XkbIndicatorNotifyEvent indicators; member in union:_XkbEvent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 147 unsigned int changed; /* indicators with new state or map */
148 unsigned int state; /* current state of all indicators */
168 unsigned int changed_indicators;/* indicators with new names */
250 unsigned int leds_defined; /* indicators with names or maps */
251 unsigned int led_state; /* current state of the indicators */
263 XkbIndicatorNotifyEvent indicators; member in union:_XkbEvent
  /packages/apps/Camera/src/com/android/camera/
Camera.java 158 // Small indicators which show the camera settings in the viewfinder.
165 // A view group that contains all the small indicators.
202 // The value for UI components like indicators.
1357 Rotatable[] indicators = {mThumbnailView, mModePicker, local
    [all...]
VideoCamera.java 512 Rotatable[] indicators = {mThumbnailView, mModePicker, local
515 for (Rotatable indicator : indicators) {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 173 // Small indicators which show the camera settings in the viewfinder.
180 // A view group that contains all the small indicators.
1317 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, local
    [all...]
VideoCamera.java 580 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, local
583 for (Rotatable indicator : indicators) {
    [all...]
  /external/blktrace/btt/doc/
btt.tex 244 providing a set of indicators showing how close incoming IO requests
246 providing a set of indicators showing how close the IO requests are
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 497 When specified on the command line, all pre-bunch stall indicators will be

Completed in 348 milliseconds