Searched refs:MAIN (Results 1 – 10 of 10) sorted by relevance
/system/tools/aidl/tests/java_app/ |
D | README | 14 $ adb shell am start -S -a android.intent.action.MAIN \
|
/system/iorap/src/iorapd/ |
D | main.cc | 33 explicit StderrAndLogdLogger(android::base::LogId default_log_id = android::base::MAIN) in StderrAndLogdLogger()
|
/system/core/init/ |
D | util.cpp | 758 android::base::MAIN, android::base::ERROR, "init", nullptr, 0, in DumpShutdownDebugInformation() 761 android::base::KernelLogger(android::base::MAIN, android::base::ERROR, "init", nullptr, 0, in DumpShutdownDebugInformation() 765 android::base::KernelLogger(android::base::MAIN, android::base::ERROR, "init", nullptr, 0, in DumpShutdownDebugInformation() 768 android::base::KernelLogger(android::base::MAIN, android::base::ERROR, "init", nullptr, 0, in DumpShutdownDebugInformation()
|
D | selinux.cpp | 568 android::base::KernelLogger(android::base::MAIN, severity, "selinux", nullptr, 0, buf); in SelinuxKlogCallback()
|
/system/extras/tests/workloads/ |
D | defs.sh | 362 …_NOWAIT -p "$(getPackageName $1)" -c android.intent.category.LAUNCHER -a android.intent.action.MAIN 363 …IT -p "$(getPackageName $1)" -c android.intent.category.LAUNCHER -a android.intent.action.MAIN 2>&1
|
/system/libbase/ |
D | logging_splitters_test.cpp | 80 SplitByLogdChunks(MAIN, FATAL, tag.c_str(), file.empty() ? nullptr : file.c_str(), 1000, in TestLogdChunkSplitter() 241 SplitByLogdChunks(MAIN, ERROR, long_tag.c_str(), nullptr, 0, "message", logger_function), ""); in TEST()
|
D | logging.cpp | 125 return MAIN; in log_id_tToLogId() 140 case MAIN: in LogIdTolog_id_t()
|
/system/libbase/include/android-base/ |
D | logging.h | 95 MAIN, enumerator 127 explicit LogdLogger(LogId default_log_id = android::base::MAIN);
|
/system/core/liblog/tests/ |
D | liblog_global_state.cpp | 88 EXPECT_EQ(MAIN, log_id); in TEST()
|
/system/apex/apexd/ |
D | apexservice_test.cpp | 2842 l(LogId::MAIN, LogSeverity::INFO, "ApexTestCases", __FILE__, __LINE__, in OnTestStart()
|