Home
last modified time | relevance | path

Searched refs:INDEX (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioServiceEvents.java199 .set(MediaMetrics.Property.INDEX, mVolIndex) in DeviceVolumeEvent()
420 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
430 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
436 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
445 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
451 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
461 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
473 .set(MediaMetrics.Property.INDEX, mVal1) in logMetricEvent()
DAudioDeviceInventory.java971 .set(MediaMetrics.Property.INDEX, volume) in onBluetoothDeviceConfigChange()
DAudioService.java8639 .set(MediaMetrics.Property.INDEX, value)
/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Dpost_proc.h37 #define INDEX(x,thr) (((x)>=(thr))?1:0) macro
/frameworks/wilhelm/tests/sandbox/
Dintbufq.c39 #define INDEX index macro
45 #define INDEX playIndex macro
238 printf("\rplayIndex=%u\r\n", (unsigned) bufqstate.INDEX); in main()
/frameworks/base/services/people/java/com/android/server/people/data/
DEventHistoryImpl.java323 long indexToken = protoOutputStream.start(TypedPeopleEventIndexProto.INDEX);
350 case (int) TypedPeopleEventIndexProto.INDEX:
352 TypedPeopleEventIndexProto.INDEX);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java747 private static final int INDEX = 0; field in WindowDecoration.WindowDecorationInsets
762 wct.addInsetsSource(mToken, mOwner, INDEX, captionBar(), mFrame, mBoundingRects); in addOrUpdate()
763 wct.addInsetsSource(mToken, mOwner, INDEX, mandatorySystemGestures(), mFrame, in addOrUpdate()
768 wct.removeInsetsSource(mToken, mOwner, INDEX, captionBar()); in remove()
769 wct.removeInsetsSource(mToken, mOwner, INDEX, mandatorySystemGestures()); in remove()
/frameworks/base/media/java/android/media/
DMediaMetrics.java150 public static final Key<Integer> INDEX = createKey("index", Integer.class); // volume field in MediaMetrics.Property
/frameworks/base/core/java/android/os/
DBatteryStats.java8431 proto.write(BatteryStatsServiceDumpHistoryProto.Key.INDEX, i); in dumpProtoHistoryLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61681 Landroid/view/textclassifier/logging/SmartSelectionEventTracker;->INDEX:I
61768 Landroid/view/textclassifier/SelectionSessionLogger;->INDEX:I
/frameworks/base/core/api/
Dcurrent.txt11386 field public static final String EXTRA_INDEX = "android.intent.extra.INDEX";