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

  /external/ltp/testcases/kernel/syscalls/clone/
clone02.c 67 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
107 FLAG_ALL, parent_test1}, {
  /frameworks/base/media/java/android/media/
AudioAttributes.java 334 private final static int FLAG_ALL = FLAG_AUDIBILITY_ENFORCED | FLAG_SECURE | FLAG_SCO |
395 return (mFlags & FLAG_ALL);
573 flags &= AudioAttributes.FLAG_ALL;
581 * @param flags any combination of {@link AudioAttributes#FLAG_ALL}.
585 mFlags = flags & AudioAttributes.FLAG_ALL;
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 167 #define FLAG_ALL (FLAG_0 | \
  /frameworks/support/media-compat/java/android/support/v4/media/
AudioAttributesCompat.java 216 private static final int FLAG_ALL =
556 flags &= AudioAttributesCompat.FLAG_ALL;
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-opc.c 287 { "mvfsys", BRA, 0x1e, { SHORT_C1 }, MU, FLAG_ALL, FLAG_ALL, 0 },
289 { "mvtsys", BRA, 0xe, { SHORT_C2 }, MU, FLAG_ALL, FLAG_ALL, 0 },
  /frameworks/av/include/media/
VolumeShaper.h 350 FLAG_ALL = (FLAG_REVERSE | FLAG_TERMINATE | FLAG_JOIN | FLAG_DELAY
413 if ((flags & ~FLAG_ALL) != 0) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java 124 private static final int FLAG_ALL = FLAG_AWAKE | FLAG_SCREEN_ON | FLAG_KEYGUARD_UNLOCKED;
206 boolean allowed = mSystemSleepFlags == FLAG_ALL && mUserUnlocked;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 750 mod_reg[j][2] = (op->flags_set & FLAG_ALL);
751 used_reg[j][2] = (op->flags_used & FLAG_ALL);
    [all...]
  /prebuilts/sdk/current/support/media-compat/libs/
android-support-media-compat.jar 

Completed in 1011 milliseconds