Home
last modified time | relevance | path

Searched refs:FLAG_REVERSE (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/
DVolumeShaper.h433 FLAG_REVERSE = (1 << 0), // the absence of this indicates "play" enumerator
439 FLAG_ALL = (FLAG_REVERSE | FLAG_TERMINATE | FLAG_JOIN | FLAG_DELAY
446 {FLAG_REVERSE, "FLAG_REVERSE"}, in toString()
516 setXOffset((mFlags & FLAG_REVERSE) != 0 in setNormalizedTime()
567 flags |= FLAG_REVERSE; in setFlagsFromAidl()
587 if (flags & FLAG_REVERSE) { in getFlagsAsAidl()
863 S normalizedTime = (getFlags() & VolumeShaper::Operation::FLAG_REVERSE) != 0 ? in updatePosition()
882 if (getFlags() & VolumeShaper::Operation::FLAG_REVERSE) { in computeStateFromNormalizedTime()
1024 if ((it->getFlags() & VolumeShaper::Operation::FLAG_REVERSE) != in applyVolumeShaper()
1025 (operation->getFlags() & VolumeShaper::Operation::FLAG_REVERSE)) { in applyVolumeShaper()
[all …]
/frameworks/base/media/java/android/media/
DVolumeShaper.java1183 FLAG_REVERSE,
1203 private static final int FLAG_REVERSE = 1 << 0; field in VolumeShaper.Operation
1232 private static final int FLAG_PUBLIC_ALL = FLAG_REVERSE | FLAG_TERMINATE;
1309 result |= FLAG_REVERSE; in flagsFromAidl()
1328 if ((flags & FLAG_REVERSE) != 0) { in flagsToAidl()
1430 mFlags ^= FLAG_REVERSE; in reverse()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt31849 Landroid/media/VolumeShaper$Operation;->FLAG_REVERSE:I