OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wfc_util_log_error
(Results
1 - 2
of
2
) sorted by null
/device/asus/flo/conn_init/
wfc_util_log.h
25
#define
wfc_util_log_error
(...) ALOGE(__VA_ARGS__)
macro
28
#define
wfc_util_log_error
(...) printf(__VA_ARGS__);printf("\n")
macro
/device/lge/mako/conn_init/
wfc_util_log.h
25
#define
wfc_util_log_error
(...) ALOGE(__VA_ARGS__)
macro
28
#define
wfc_util_log_error
(...) printf(__VA_ARGS__);printf("\n")
macro
Completed in 9783 milliseconds