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

  /external/chromium_org/third_party/hwcplus/include/hardware/
hardware.h 231 typedef int (*hwcplus_log_fn_t)(int prio, const char* tag, const char* msg); typedef
232 void hwcplus_set_log_fn(hwcplus_log_fn_t fn);
  /external/chromium_org/third_party/hwcplus/src/
hwcplus_util.c 17 static hwcplus_log_fn_t hwcplus_log_fn = default_log_fn;
19 void hwcplus_set_log_fn(hwcplus_log_fn_t fn) {

Completed in 74 milliseconds