HomeSort by relevance Sort by last modified time
    Searched defs:native_window_set_usage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/hwcplus/include/system/
window.h 252 NATIVE_WINDOW_SET_USAGE = 0,
465 * NATIVE_WINDOW_SET_USAGE
588 * native_window_set_usage(..., usage)
598 static inline int native_window_set_usage( function
601 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
  /system/core/include/system/
window.h 278 NATIVE_WINDOW_SET_USAGE = 0,
493 * NATIVE_WINDOW_SET_USAGE
616 * native_window_set_usage(..., usage)
626 static inline int native_window_set_usage( function
629 return window->perform(window, NATIVE_WINDOW_SET_USAGE, usage);
    [all...]

Completed in 154 milliseconds