Searched refs:LogSeverity (Results 1 – 8 of 8) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | LogTagTest.cpp | 45 android::base::LogSeverity /* logSeverity */, const char* tag, in TEST_F() 53 android::base::LogSeverity /* logSeverity */, const char* tag, in TEST_F() argument 63 [](android::base::LogId /* logId */, android::base::LogSeverity logSeverity, in TEST_F() argument 72 android::base::LogSeverity /* logSeverity */, const char* /* tag */, in TEST_F() 82 android::base::SetLogger([](android::base::LogId, android::base::LogSeverity, in TEST_F() argument
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | Fuzzer.cpp | 40 ::android::base::LogSeverity::FATAL_WITHOUT_ABORT); in limitLoggingToCrashes()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | FuzzHarness.cpp | 55 ::android::base::LogSeverity::FATAL_WITHOUT_ABORT); in limitLoggingToCrashes()
|
/packages/modules/adb/ |
D | adb_trace.cpp | 42 void AdbLogger(android::base::LogId id, android::base::LogSeverity severity, in AdbLogger()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/ |
D | AppSearchImpl.java | 95 import com.google.android.icing.proto.LogSeverity; 2831 LogSeverity.Code.VERBOSE, /* verbosity= */ (short) 1); in syncLoggingLevelToIcing() 2834 boolean unused = IcingSearchEngine.setLoggingLevel(LogSeverity.Code.DBG); in syncLoggingLevelToIcing() 2840 boolean unused = IcingSearchEngine.setLoggingLevel(LogSeverity.Code.INFO); in syncLoggingLevelToIcing() 2845 boolean unused = IcingSearchEngine.setLoggingLevel(LogSeverity.Code.WARNING); in syncLoggingLevelToIcing() 2847 boolean unused = IcingSearchEngine.setLoggingLevel(LogSeverity.Code.ERROR); in syncLoggingLevelToIcing() 2849 boolean unused = IcingSearchEngine.setLoggingLevel(LogSeverity.Code.FATAL); in syncLoggingLevelToIcing()
|
/packages/modules/DnsResolver/ |
D | resolv_private.h | 196 android::base::LogSeverity logSeverityStrToEnum(const std::string& logSeverityStr);
|
D | res_debug.cpp | 526 android::base::SetMinimumLogSeverity(static_cast<android::base::LogSeverity>(logSeverity)); in resolv_set_log_severity()
|
/packages/modules/DnsResolver/tests/ |
D | resolv_cache_unit_test.cpp | 152 static_cast<android::base::LogSeverity>(android::base::WARNING)); in ResolvCacheTest() 269 android::base::LogSeverity defaultLogSeverity;
|