Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 151) sorted by relevance

1234567

/system/core/libunwindstack/
DArmExidx.cpp202 std::string msg = "pop {"; in DecodePrefix_10_00() local
274 std::string msg = "pop {r4"; in DecodePrefix_10_10() local
347 std::string msg = "pop {"; in DecodePrefix_10_11_0001() local
409 std::string msg = android::base::StringPrintf("pop {d%d", start_reg); in DecodePrefix_10_11_0011() local
437 std::string msg = "pop {d8"; in DecodePrefix_10_11_1nnn() local
494 std::string msg = android::base::StringPrintf("pop {wR%d", start_reg); in DecodePrefix_11_000() local
522 std::string msg = "pop {"; in DecodePrefix_11_000() local
547 std::string msg = "pop {wR10"; in DecodePrefix_11_000() local
575 std::string msg = android::base::StringPrintf("pop {d%d", 16 + start_reg); in DecodePrefix_11_001() local
595 std::string msg = android::base::StringPrintf("pop {d%d", start_reg); in DecodePrefix_11_001() local
[all …]
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp68 EmptyKeymasterResponse msg(ver); in TEST() local
77 EmptyKeymasterResponse msg(ver); in TEST() local
185 GetKeyCharacteristicsResponse msg(ver); in TEST() local
198 BeginOperationRequest msg(ver); in TEST() local
213 BeginOperationResponse msg(ver); in TEST() local
252 BeginOperationResponse msg(ver); in TEST() local
263 UpdateOperationRequest msg(ver); in TEST() local
287 UpdateOperationResponse msg(ver); in TEST() local
332 FinishOperationRequest msg(ver); in TEST() local
360 FinishOperationResponse msg(ver); in TEST() local
[all …]
/system/gatekeeper/tests/
Dgatekeeper_messages_test.cpp54 EnrollRequest msg(USER_ID, NULL, provided_password, NULL); in TEST() local
83 EnrollRequest msg(USER_ID, &handle, provided_password, &enrolled); in TEST() local
114 EnrollRequest msg(USER_ID, password_handle, provided_password, enrolled_password); in TEST() local
146 EnrollResponse msg(USER_ID, enrolled_password); in TEST() local
170 VerifyRequest msg(USER_ID, 1, password_handle, provided_password); in TEST() local
199 VerifyResponse msg(USER_ID, auth_token); in TEST() local
218 VerifyResponse msg; in TEST() local
229 VerifyRequest msg; in TEST() local
240 EnrollResponse msg; in TEST() local
251 EnrollRequest msg; in TEST() local
[all …]
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DErrors.java48 void addFatal(String msg) { in addFatal()
53 void addError(String msg) { in addError()
58 void addWarning(String msg) { in addWarning()
84 private void add(String msg) { in add()
/system/netd/server/
DNFLogListener.cpp54 const nfgenmsg& nfmsg, const Slice msg) { in __anon4ae0d29d0202()
69 } __attribute__((packed)) msg = {}; in cfgCmdPfUnbind() local
90 } __attribute__((packed)) msg = {}; in cfgMode() local
111 } __attribute__((packed)) msg = {}; in cfgCmdBind() local
131 } __attribute__((packed)) msg = {}; in cfgCmdUnbind() local
149 const auto rxHandler = [this](const nlmsghdr& nlmsg, const Slice msg) { in NFLogListener()
159 const auto rxDoneHandler = [](const nlmsghdr&, const Slice msg) { in NFLogListener()
171 const auto sendFn = [this](const Slice msg) { return mListener->send(msg); }; in ~NFLogListener()
183 const auto sendFn = [this](const Slice msg) { return mListener->send(msg); }; in subscribe()
197 const auto sendFn = [this](const Slice msg) { return mListener->send(msg); }; in unsubscribe()
[all …]
DSockDiagTest.cpp38 static bool isLoopbackSocket(const inet_diag_msg *msg) { in isLoopbackSocket()
108 auto checkIPv4Dump = [&] (uint8_t /* proto */, const inet_diag_msg *msg) { in TEST_F()
127 auto checkIPv6Dump = [&] (uint8_t /* proto */, const inet_diag_msg *msg) { in TEST_F()
199 inet_diag_msg msg = { in makeDiagMessage() local
219 inet_diag_msg msg = makeDiagMessage(src->ai_addr->sa_family, src->ai_addr, dst->ai_addr); in makeDiagMessage() local
226 inet_diag_msg msg; in TEST_F() local
429 bool checkSocketState(int i, int sock, const char *msg) { in checkSocketState()
/system/core/libnetutils/
Ddhcpmsg.c24 static void *init_dhcp_msg(dhcp_msg *msg, int type, void *hwaddr, uint32_t xid) in init_dhcp_msg()
55 int init_dhcp_discover_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid) in init_dhcp_discover_msg()
73 int init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid, in init_dhcp_request_msg()
/system/bt/profile/avrcp/
Davrcp_message_converter.h72 tAVRC_MSG_VENDOR* msg = (tAVRC_MSG_VENDOR*)m; in Parse() local
84 tAVRC_MSG_PASS* msg = (tAVRC_MSG_PASS*)m; in Parse() local
92 tAVRC_MSG_BROWSE* msg = (tAVRC_MSG_BROWSE*)m; in Parse() local
/system/extras/simpleperf/
Dinplace_sampler_lib.cpp97 auto read_callback = [&](const UnixSocketMessage& msg) { in Run()
109 bool SampleManager::HandleMessage(const UnixSocketMessage& msg) { in HandleMessage()
130 bool SampleManager::ParseStartProfilingMessage(const UnixSocketMessage& msg) { in ParseStartProfilingMessage()
177 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in SendStartProfilingReplyMessage() local
241 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in CheckThreadNameChange() local
279 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in CheckMapChange() local
297 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in SendThreadMapInfo() local
311 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in SendFakeSampleRecord() local
DInplaceSamplerClient.cpp75 auto read_callback = [&](const UnixSocketMessage& msg) { in StartPolling()
118 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in SendStartProfilingMessage() local
127 auto read_callback = [&](const UnixSocketMessage& msg) { in StopProfiling()
134 UnixSocketMessage msg; in StopProfiling() local
140 bool InplaceSamplerClient::HandleMessage(const UnixSocketMessage& msg) { in HandleMessage()
DUnixSocket_test.cpp68 Message* msg = reinterpret_cast<Message*>(read_buf.data()); in TEST() local
86 auto receive_message_callback = [&](const UnixSocketMessage& msg) { in ClientToTestUndelayedMessage()
116 auto receive_message_callback = [&](const UnixSocketMessage& msg) { in TEST()
132 UnixSocketMessage msg; in TEST() local
148 auto receive_message_callback = [&](const UnixSocketMessage& msg) { in ClientToTestBufferedMessage()
158 UnixSocketMessage msg; in ClientToTestBufferedMessage() local
183 auto receive_message_callback = [&](const UnixSocketMessage& msg) { in TEST()
/system/iot/attestation/at-factory-tool/
Dfastboot_exceptions.py25 def SetMsg(self, msg): argument
38 def __init__(self, msg): argument
54 def __init__(self, msg): argument
/system/core/libsysutils/src/
DFrameworkClient.cpp32 int FrameworkClient::sendMsg(const char *msg) { in sendMsg()
48 int FrameworkClient::sendMsg(const char *msg, const char *data) { in sendMsg()
/system/core/trusty/storage/lib/
Dstorage.c57 static ssize_t check_response(struct storage_msg *msg, ssize_t res) in check_response()
146 struct storage_msg msg = { .cmd = STORAGE_FILE_OPEN, .flags = _to_msg_flags(opflags)}; in storage_open_file() local
168 struct storage_msg msg = { .cmd = STORAGE_FILE_CLOSE }; in storage_close_file() local
182 struct storage_msg msg = { .cmd = STORAGE_FILE_DELETE, .flags = _to_msg_flags(opflags)}; in storage_delete_file() local
193 struct storage_msg msg = { .cmd = STORAGE_FILE_READ }; in _read_chunk() local
228 struct storage_msg msg = { .cmd = STORAGE_FILE_WRITE, .flags = msg_flags, }; in _write_req() local
270 struct storage_msg msg = { .cmd = STORAGE_FILE_SET_SIZE, .flags = _to_msg_flags(opflags)}; in storage_set_file_size() local
281 struct storage_msg msg = { .cmd = STORAGE_FILE_GET_SIZE }; in storage_get_file_size() local
303 struct storage_msg msg = { in storage_end_transaction() local
/system/core/adb/
Dfile_sync_service.cpp105 syncmsg msg = {}; in do_lstat_v1() local
117 syncmsg msg = {}; in do_stat_v2() local
150 syncmsg msg; in do_list() local
189 syncmsg msg; in SendSyncFail() local
201 syncmsg msg; in handle_send_file() local
321 syncmsg msg; in handle_send_link() local
424 syncmsg msg; in do_recv() local
/system/core/trusty/storage/proxy/
Dstorage.c162 int storage_file_delete(struct storage_msg *msg, in storage_file_delete()
215 int storage_file_open(struct storage_msg *msg, in storage_file_open()
298 int storage_file_close(struct storage_msg *msg, in storage_file_close()
338 int storage_file_write(struct storage_msg *msg, in storage_file_write()
368 int storage_file_read(struct storage_msg *msg, in storage_file_read()
407 int storage_file_get_size(struct storage_msg *msg, in storage_file_get_size()
440 int storage_file_set_size(struct storage_msg *msg, in storage_file_set_size()
Dipc.c67 ssize_t ipc_get_msg(struct storage_msg *msg, void *req_buf, size_t req_buf_len) in ipc_get_msg()
96 int ipc_respond(struct storage_msg *msg, void *out, size_t out_size) in ipc_respond()
Dproxy.c98 static int handle_req(struct storage_msg *msg, const void *req, size_t req_len) in handle_req()
170 struct storage_msg msg; in proxy_loop() local
/system/netd/libnetdutils/include/netdutils/
DStatus.h37 Status(int code, const std::string& msg) : mCode(code), mMsg(msg) { assert(!ok()); } in Status()
43 const std::string& msg() const { return mMsg; } in msg() function
/system/netd/libnetdutils/
DNetfilter.cpp25 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg) { in operator <<()
/system/core/debuggerd/
Dutil.cpp37 msghdr msg = { in send_fd() local
53 msghdr msg = { in recv_fd() local
/system/bt/embdrv/sbc/decoder/include/
Doi_assert.h56 #define OI_ASSERT_FAIL(msg) \ argument
/system/chre/apps/wifi_offload/
Dflatbuffers_serialization.cc47 wifi_offload::ScanResultMessage msg; in Serialize() local
54 wifi_offload::ScanResultMessage msg; in Deserialize() local
/system/tools/hidl/docs/src/parser/elements/
DEntryParser.kt103 val msg = "Found consecutive doc block after: ${this.docParser.description}" in parseTokens() constant
/system/chre/apps/chqts/src/shared/
Dnano_string.cc22 #define REPORT_INTERNAL_ERROR(msg) \ argument
28 #define REPORT_INTERNAL_ERROR(msg) FAIL() << msg argument

1234567