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

  /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
  /external/bluetooth/bluez/audio/
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/
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon22621
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon24211
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon25723
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
  /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...]

Completed in 470 milliseconds