Home
last modified time | relevance | path

Searched refs:TLOGI (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcTestServiceTrusty.cpp58 TLOGI("Starting service\n"); in main()
75 TLOGI("Adding service port '%s'\n", serverInfo.port->c_str()); in main()
/frameworks/native/libs/binder/trusty/include_mock/
Dtrusty_log.h23 #define TLOGI(fmt, ...) printf(fmt, ##__VA_ARGS__) macro