HomeSort by relevance Sort by last modified time
    Searched refs:indicator (Results 1 - 25 of 32) sorted by null

1 2

  /external/bluetooth/bluez/audio/
telephony.h 48 /* Indicator event values */
130 struct indicator { struct
182 int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
192 /* Helper function for quick indicator updates */
193 static inline int telephony_update_indicator(struct indicator *indicators,
198 struct indicator *ind = NULL;
210 DBG("Telephony indicator \"%s\" %d->%d", desc, ind->val, new_val);
222 static inline int telephony_get_indicator(const struct indicator *indicators,
telephony-dummy.c 60 static struct indicator dummy_indicators[] =
headset.c 78 const struct indicator *indicators; /* Available HFP indicators */
363 static char *indicator_ranges(const struct indicator *indicators)
386 static char *indicator_values(const struct indicator *indicators)
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
JoystickView.java 69 Drawable indicator = fPressed ? mJoystickPressed : mJoystickNormal; local
74 Utilities.centerAround(x, y, indicator);
75 indicator.draw(canvas);
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 44 * Expandable lists are able to show an indicator beside each item to display
130 /** Left bound for drawing the indicator. */
133 /** Right bound for drawing the indicator. */
137 * Left bound for drawing the indicator of a child. Value of
143 * Right bound for drawing the indicator of a child. Value of
149 * Denotes when a child indicator should inherit this bound from the generic
150 * indicator bounds
154 /** The indicator drawn next to a group. */
157 /** The indicator drawn next to a child. */
190 // Bounds of the indicator to be draw
255 Drawable indicator; local
341 Drawable indicator; local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-31255.js 38 * SUMMARY: JS should treat --> as a single-line comment indicator.
45 * JS already accepted <!-- as a single-line comment indicator.
51 var summary = 'JS should treat --> as a single-line comment indicator';
60 <!-- HTML comment start is already a single-line JS comment indicator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
basic_types.hpp 199 typedef integral_constant<int, is_simple<Key>::value && is_simple<Mapped>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
205 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
  /packages/apps/Camera/src/com/android/camera/ui/
HeadUpDisplay.java 335 BasicIndicator indicator = new BasicIndicator(context, iconPref);
336 mIndicatorBar.addComponent(indicator);
337 return indicator;
356 AbstractIndicator indicator = (AbstractIndicator) view; local
360 mPopupWindow.setContent(indicator.getPopupContent());
363 layoutPopupWindow(indicator);
365 showPopupWindow(indicator);
IndicatorBar.java 67 AbstractIndicator indicator = (AbstractIndicator) getComponent(i); local
68 indicator.overrideSettings(key, value);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 96 View indicator = view.findViewById(R.id.indicator); local
100 (ImageView) indicator.findViewById(R.id.bar_onoff);
106 (CheckBox) indicator.findViewById(R.id.clock_onoff);
110 indicator.setOnClickListener(new OnClickListener() {
  /frameworks/base/media/libstagefright/rtsp/
AAVCAssembler.cpp 182 unsigned indicator = data[0]; local
184 CHECK((indicator & 0x1f) == 28);
236 || data[0] != indicator
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 138 uint8_t indicator; /**< Whether there is a right */ member in struct:_T_DRM_Constraint_Info
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 484 if (pConstraint->indicator == (uint8_t)DRM_NO_RIGHTS) {
492 if (pConstraint->indicator & DRM_COUNT_CONSTRAINT) {
498 if (pConstraint->indicator & DRM_START_TIME_CONSTRAINT) {
508 if (pConstraint->indicator & DRM_END_TIME_CONSTRAINT) {
518 if (pConstraint->indicator & DRM_INTERVAL_CONSTRAINT) {
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 224 licenseInfo->displayRights.indicator = pRights->DisplayConstraint.Indicator;
241 licenseInfo->playRights.indicator = pRights->PlayConstraint.Indicator;
257 licenseInfo->executeRights.indicator = pRights->ExecuteConstraint.Indicator;
274 licenseInfo->printRights.indicator = pRights->PrintConstraint.Indicator;
338 if (0 != (uint8_t)(XXConstraint->Indicator & DRM_NO_CONSTRAINT)) /* Have utter right? */
344 if (0 != (XXConstraint->Indicator & (DRM_START_TIME_CONSTRAINT | DRM_END_TIME_CONSTRAINT | DRM_INTERVAL_CONSTRAINT)))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBproto.h 527 Atom indicator B32;
536 Atom indicator B32;
563 Atom indicator B32;
781 xkbIndicatorDoodadWireDesc indicator; member in union:_xkbDoodadWireDesc
XKBgeom.h 199 XkbIndicatorDoodadRec indicator; member in union:_XkbDoodad
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java 340 * Sets the SIM voice message waiting indicator records
714 int indicator = (int)(data[0] & 0xf); local
717 if (indicator == 0xA) {
720 } else if (indicator == 0x5) {
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 79 indicator when you are writing a large chunk of data to the compression
113 This is useful for updating a progress indicator when you are reading a
  /frameworks/base/core/java/android/pim/vcard/
VCardUtils.java 584 for (int indicator : escapeIndicators) {
585 if (codePoint == indicator) {
  /packages/apps/Tag/src/com/android/vcard/
VCardUtils.java 624 for (int indicator : escapeIndicators) {
625 if (codePoint == indicator) {
  /external/chromium/base/
base_main.scons 300 PROGRESS=type Display a progress indicator:
  /external/chromium/net/
net_main.scons 318 PROGRESS=type Display a progress indicator:
  /external/chromium/sdch/
sdch_main.scons 287 PROGRESS=type Display a progress indicator:
  /external/chromium/third_party/icu/
icu_main.scons 289 PROGRESS=type Display a progress indicator:

Completed in 526 milliseconds

1 2