Home
last modified time | relevance | path

Searched defs:ltype (Results 1 – 2 of 2) sorted by relevance

/system/chre/apps/nearby/third_party/nanopb/
Dpb.h428 #define PB_REQUIRED_STATIC(tag, st, m, fd, ltype, ptr) \ argument
438 #define PB_OPTIONAL_STATIC(tag, st, m, fd, ltype, ptr) \ argument
447 #define PB_SINGULAR_STATIC(tag, st, m, fd, ltype, ptr) \ argument
458 #define PB_REPEATED_STATIC(tag, st, m, fd, ltype, ptr) \ argument
468 #define PB_REQUIRED_POINTER(tag, st, m, fd, ltype, ptr) \ argument
479 #define PB_OPTIONAL_POINTER(tag, st, m, fd, ltype, ptr) \ argument
489 #define PB_SINGULAR_POINTER(tag, st, m, fd, ltype, ptr) \ argument
499 #define PB_REPEATED_POINTER(tag, st, m, fd, ltype, ptr) \ argument
509 #define PB_REQUIRED_CALLBACK(tag, st, m, fd, ltype, ptr) \ argument
518 #define PB_OPTIONAL_CALLBACK(tag, st, m, fd, ltype, ptr) \ argument
[all …]
/system/core/debuggerd/libdebuggerd/
Dutility.cpp50 bool is_allowed_in_logcat(enum logtype ltype) { in is_allowed_in_logcat()
68 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG()
76 void _VLOG(log_t* log, enum logtype ltype, const char* fmt, va_list ap) { in _VLOG()