/system/core/libutils/ |
D | Looper_test.cpp | 148 Vector<Message> messages; member in android::StubMessageHandler 151 messages.push(message); in handleMessage() 506 EXPECT_EQ(size_t(1), handler->messages.size()) in TEST_F() 508 EXPECT_EQ(MSG_TEST1, handler->messages[0].what) in TEST_F() 528 EXPECT_EQ(size_t(3), handler1->messages.size()) in TEST_F() 530 EXPECT_EQ(MSG_TEST1, handler1->messages[0].what) in TEST_F() 532 EXPECT_EQ(MSG_TEST3, handler1->messages[1].what) in TEST_F() 534 EXPECT_EQ(MSG_TEST4, handler1->messages[2].what) in TEST_F() 536 EXPECT_EQ(size_t(1), handler2->messages.size()) in TEST_F() 538 EXPECT_EQ(MSG_TEST2, handler2->messages[0].what) in TEST_F() [all …]
|
/system/core/logd/ |
D | README.replay.md | 1 logd can record and replay log messages for offline analysis. 6 logd has a `RecordingLogBuffer` buffer that records messages to /data/misc/logd/recorded-messages. 7 It stores messages in memory until that file is accessible, in order to capture all messages since 12 Recording messages may delay the Log() function from completing and it is highly recommended to make 19 Recorded messages can be replayed offline with the `replay_messages` tool. It runs on host and 25 2. Size (the uncompressed size of the log messages in bytes) 26 3. Overhead (the total cost of the log messages in memory in bytes) 31 their contributions are measured. The tool outputs the memory usage every 100,000 messages. 39 pruning messages at that point. It additionally prints the statistics from `logcat -S` after the
|
D | LogBufferTest.h | 44 void FixupMessages(std::vector<LogMessage>* messages); 80 void LogMessages(const std::vector<LogMessage>& messages) { in LogMessages() argument 81 for (auto& [entry, message, _] : messages) { in LogMessages()
|
D | SerializedFlushToStateTest.cpp | 151 const std::vector<std::string>& messages) { in AddChunkWithMessages() argument 153 for (const auto& message : messages) { in AddChunkWithMessages() 194 auto messages = std::vector<std::string>{num_messages, "same message"}; in TEST_F() 199 AddChunkWithMessages(compress, buf, messages); in TEST_F()
|
D | README.auditd | 6 includes Linux Security Modules (LSM) messages as well.
|
D | README.property | 5 ro.logd.auditd.dmesg bool true selinux audit messages sent to dmesg. 6 ro.logd.auditd.main bool true selinux audit messages sent to main. 7 ro.logd.auditd.events bool true selinux audit messages sent to events.
|
/system/timezone/input_tools/android/common/src/main/java/com/android/libcore/timezone/util/ |
D | Errors.java | 40 private final List<String> messages = new ArrayList<>(); field in Errors 80 for (String message : messages) { in asString() 88 return messages.isEmpty(); in isEmpty() 117 messages.add(scopes.toString() + ": " + msg); in addMessage()
|
/system/nvram/messages/tests/ |
D | Android.bp | 18 name: "libnvram-messages-tests", 28 shared_libs: ["libnvram-messages"],
|
/system/nvram/hal/ |
D | Android.bp | 32 shared_libs: ["libnvram-messages"], 52 "libnvram-messages", 73 "libnvram-messages",
|
/system/nvram/ |
D | Android.bp | 5 "messages",
|
D | README.md | 39 the [messages](/messages) directory. Thus, to create a working NVRAM HAL module, 44 ## [messages](/messages)
|
/system/chre/apps/wifi_offload/ |
D | README.md | 2 sending messages between wifi_offload nanoapp and offload HAL. This library is
|
/system/nvram/core/ |
D | rules.mk | 35 system/nvram/messages
|
D | Android.bp | 43 "libnvram-messages",
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | untrusted_app_29.te | 18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
|
D | ephemeral_app.te | 73 # Receive or send uevent messages. 76 # Receive or send generic netlink messages
|
/system/sepolicy/private/ |
D | untrusted_app_29.te | 18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
|
/system/core/adb/ |
D | protocol.txt | 27 The transport layer deals in "messages", which consist of a 24 byte 71 established. Until a CONNECT message is received no other messages may 72 be sent. Any messages received before a CONNECT message MUST be ignored. 140 identified by local-id is ready for write messages and that it is 151 not change on later READY messages sent to the same stream. 197 outbound messages are discarded when the connection to the remote side 202 sends a SYNC(0, 0) and starts discarding all messages 204 sends a SYNC(1, token) and continues to discard messages 206 starts accepting messages to forward to the remote side 255 which may be opened to get debug messages from the bootloader and a
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | ephemeral_app.te | 44 # Receive or send uevent messages. 47 # Receive or send generic netlink messages
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | ephemeral_app.te | 42 # Receive or send uevent messages. 45 # Receive or send generic netlink messages
|
/system/nvram/core/tests/ |
D | Android.bp | 31 "libnvram-messages",
|
/system/nvram/messages/ |
D | Android.bp | 22 name: "libnvram-messages",
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | ephemeral_app.te | 55 # Receive or send uevent messages. 58 # Receive or send generic netlink messages
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 173 /// Represents log messages from CHRE. 185 /// messages. The last byte will always be a null-terminator. There are no 199 /// DebugDumpData messages are generated, followed by a DebugDumpResponse 213 /// The number of DebugDumpData messages sent in this session 231 /// A union that joins together all possible messages. Note that in FlatBuffers, 266 /// The top-level container that encapsulates all possible messages. Note that
|
/system/core/init/ |
D | firmware_handler.cpp | 136 auto messages = Split(stderr_content, "\n"); in RunExternalHandler() local 137 for (const auto& message : messages) { in RunExternalHandler()
|