Searched defs:aLevel (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/ot-br-posix/src/common/ |
H A D | logging.cpp | 79 void otbrLogSetLevel(otbrLogLevel aLevel) in otbrLogSetLevel() 92 void otbrLogInit(const char *aProgramName, otbrLogLevel aLevel, bool aPrintStderr, bool aSyslogDisa… in otbrLogInit() 143 static android_LogPriority ConvertToAndroidLogPriority(otbrLogLevel aLevel) in ConvertToAndroidLogPriority() 175 void otbrLog(otbrLogLevel aLevel, const char *aLogTag, const char *aFormat, ...) in otbrLog() 206 void otbrLogv(otbrLogLevel aLevel, const char *aFormat, va_list aArgList) in otbrLogv() 217 void otbrLogvNoFilter(otbrLogLevel aLevel, const char *aFormat, va_list aArgList) in otbrLogvNoFilter() 235 void otbrDump(otbrLogLevel aLevel, const char *aLogTag, const char *aPrefix, const void *aMemory, s… in otbrDump() 351 otLogLevel ConvertToOtLogLevel(otbrLogLevel aLevel) in ConvertToOtLogLevel()
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | secure_transport.cpp | 1153 void SecureTransport::HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, … in HandleMbedtlsDebug() 1158 void SecureTransport::HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr) in HandleMbedtlsDebug()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | mdns_socket.hpp | 163 …static otError SetSocketOption(int aFd, int aLevel, int aOption, const ValueType &aValue, const ch… in SetSocketOption()
|
H A D | mdns_socket.cpp | 690 int aLevel, in SetSocketOptionValue()
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | log.hpp | 63 #define OT_SHOULD_LOG_AT(aLevel) (OT_SHOULD_LOG && (OPENTHREAD_CONFIG_LOG_LEVEL >= (aLevel))) argument
|
/aosp_15_r20/external/ot-br-posix/src/ncp/ |
H A D | rcp_host.cpp | 219 otError RcpHost::SetOtbrAndOtLogLevel(otbrLogLevel aLevel) in SetOtbrAndOtLogLevel()
|
/aosp_15_r20/frameworks/av/drm/libmediadrm/ |
H A D | DrmHalAidl.cpp | 1110 auto aLevel = toAidlSecurityLevel(securityLevel); in requiresSecureDecoder() local
|