Searched refs:RTCLogInfo (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCLogging.h75 #define RTCLogInfo(format, ...) \ macro
85 #define RTCLogDebug(format, ...) RTCLogInfo(format, ##__VA_ARGS__)
92 #define RTCLog(format, ...) RTCLogInfo(format, ##__VA_ARGS__)
/external/webrtc/webrtc/base/objc/
H A DRTCLogging.h58 #define RTCLogInfo(format, ...) \ macro
68 #define RTCLogDebug(format, ...) RTCLogInfo(format, ##__VA_ARGS__)
75 #define RTCLog(format, ...) RTCLogInfo(format, ##__VA_ARGS__)

Completed in 261 milliseconds