Home
last modified time | relevance | path

Searched refs:messages (Results 1 – 25 of 111) sorted by relevance

12345

/system/core/libutils/
DLooper_test.cpp114 Vector<Message> messages; member in android::StubMessageHandler
117 messages.push(message); in handleMessage()
472 EXPECT_EQ(size_t(1), handler->messages.size()) in TEST_F()
474 EXPECT_EQ(MSG_TEST1, handler->messages[0].what) in TEST_F()
494 EXPECT_EQ(size_t(3), handler1->messages.size()) in TEST_F()
496 EXPECT_EQ(MSG_TEST1, handler1->messages[0].what) in TEST_F()
498 EXPECT_EQ(MSG_TEST3, handler1->messages[1].what) in TEST_F()
500 EXPECT_EQ(MSG_TEST4, handler1->messages[2].what) in TEST_F()
502 EXPECT_EQ(size_t(1), handler2->messages.size()) in TEST_F()
504 EXPECT_EQ(MSG_TEST2, handler2->messages[0].what) in TEST_F()
[all …]
/system/logging/logd/
DREADME.replay.md1 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
DREADME.compression.md7 * “Spam” is often in the eye of the beholder: which messages are important depends on what you’re t…
21 * Delete messages classified as spam to extend the range of logs from other sources
24 * Back-to-back exact duplicate messages
47 * **3.5x more log messages on average**
55 * The number of log messages still available in logcat after ‘Message Count’ messages have been log…
77 * The memory used by ‘Message Count’ messages, on both Walleye and Cuttlefish
DLogBufferTest.h48 void FixupMessages(std::vector<LogMessage>* messages);
86 void LogMessages(const std::vector<LogMessage>& messages) { in LogMessages() argument
87 for (auto& [entry, message, _] : messages) { in LogMessages()
96 std::vector<LogMessage> messages; member
DSerializedFlushToStateTest.cpp151 const std::vector<std::string>& messages) REQUIRES(logd_lock) { in AddChunkWithMessages() argument
153 for (const auto& message : messages) { in AddChunkWithMessages()
196 auto messages = std::vector<std::string>{num_messages, "same message"}; in TEST_F()
201 AddChunkWithMessages(compress, buf, messages); in TEST_F()
DChattyLogBufferTest.cpp86 CompareLogMessages(expected_log_messages, flush_result.messages); in TEST_P()
127 CompareLogMessages(expected_log_messages, flush_result.messages); in TEST_P()
190 CompareLogMessages(expected_log_messages, flush_result.messages); in TEST_P()
DREADME.auditd6 includes Linux Security Modules (LSM) messages as well.
DREADME.property5 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/
DErrors.java40 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/
DAndroid.bp22 name: "libnvram-messages-tests",
32 shared_libs: ["libnvram-messages"],
/system/nvram/hal/
DAndroid.bp36 shared_libs: ["libnvram-messages"],
56 "libnvram-messages",
77 "libnvram-messages",
/system/nvram/
DAndroid.bp9 "messages",
DREADME.md39 the [messages](/messages) directory. Thus, to create a working NVRAM HAL module,
44 ## [messages](/messages)
/system/chre/apps/test/common/proto/
Dchre_stress_test.proto10 // Reserved for corrupted messages
30 // unicast messages.
Dpermission_test.proto10 // Reserved for corrupted messages
Dchre_cross_validation_wifi.proto9 // Reserved for corrupted messages
23 // There may be multiple messages with this type sent.
/system/chre/apps/wifi_offload/
DREADME.md2 sending messages between wifi_offload nanoapp and offload HAL. This library is
/system/nvram/core/
Drules.mk35 system/nvram/messages
/system/sepolicy/prebuilts/api/30.0/private/
Duntrusted_app_29.te18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
/system/sepolicy/prebuilts/api/31.0/private/
Duntrusted_app_29.te18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
/system/sepolicy/private/
Duntrusted_app_29.te18 # allow binding to netlink route sockets and sending RTM_GETLINK messages.
/system/chre/platform/shared/idl/
Dhost_messages.fbs37 /// For messages from a nanoaapp to the host, this must be a superset of
198 /// Represents log messages from CHRE.
210 /// messages. The last byte will always be a null-terminator. There are no
224 /// DebugDumpData messages are generated, followed by a DebugDumpResponse
238 /// The number of DebugDumpData messages sent in this session
279 /// Represents V2 log messages from CHRE.
292 /// messages. The last byte will always be a null-terminator. There are no
310 /// A union that joins together all possible messages. Note that in FlatBuffers,
352 /// The top-level container that encapsulates all possible messages. Note that
/system/sepolicy/prebuilts/api/27.0/private/
Dephemeral_app.te44 # Receive or send uevent messages.
47 # Receive or send generic netlink messages
/system/sepolicy/prebuilts/api/26.0/private/
Dephemeral_app.te42 # Receive or send uevent messages.
45 # Receive or send generic netlink messages
/system/nvram/core/tests/
DAndroid.bp35 "libnvram-messages",

12345