HomeSort by relevance Sort by last modified time
    Searched full:last_mode (Results 1 - 3 of 3) sorted by null

  /gdk/samples/bitmap-plasma-llvm/jni/
plasmaLLVM.cpp 379 static bool last_mode = false; local
383 if (last_mode != use_llvm)
385 last_mode = use_llvm;
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 113 LAST_MODE = 2,
169 if (mode < 0 || mode > LAST_MODE) {
490 LAST_MODE = 3,
625 if (mode < 0 || mode > LAST_MODE) {
  /hardware/ti/omap4xxx/hwc/
hwc.c 87 __u32 last_mode; /* 2-s complement of last HDMI mode set, 0 if none */ member in struct:omap4_hwc_ext
923 if (ext->last_mode != ~best)
925 ext->last_mode = ~best;
    [all...]

Completed in 489 milliseconds