Home
last modified time | relevance | path

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

1234567

/system/chre/host/hal_generic/common/
Dhost_protocol_host_v4.cc44 auto msg = ::chre::fbs::CreateGetMessageHubsAndEndpointsRequest(builder); in encodeGetMessageHubsAndEndpointsRequest() local
61 auto msg = ::chre::fbs::CreateGetMessageHubsAndEndpointsResponse( in encodeGetMessageHubsAndEndpointsResponse() local
69 auto msg = ::chre::fbs::CreateRegisterMessageHub( in encodeRegisterMessageHub() local
76 auto msg = ::chre::fbs::CreateUnregisterMessageHub(builder, id); in encodeUnregisterMessageHub() local
82 auto msg = ::chre::fbs::CreateRegisterEndpoint( in encodeRegisterEndpoint() local
89 auto msg = ::chre::fbs::CreateUnregisterEndpoint( in encodeUnregisterEndpoint() local
102 auto msg = ::chre::fbs::CreateOpenEndpointSessionRequest( in encodeOpenEndpointSessionRequest() local
111 auto msg = in encodeEndpointSessionOpened() local
120 auto msg = ::chre::fbs::CreateEndpointSessionClosed( in encodeEndpointSessionClosed() local
128 auto msg = ::chre::fbs::CreateEndpointSessionMessage( in encodeEndpointSessionMessage() local
[all …]
Dcontext_hub_v4_impl.cc223 const Message &msg) { in sendMessageToEndpoint()
371 void ContextHubV4Impl::onRegisterMessageHub( in onRegisterMessageHub()
379 void ContextHubV4Impl::onUnregisterMessageHub( in onUnregisterMessageHub()
387 void ContextHubV4Impl::onRegisterEndpoint( in onRegisterEndpoint()
396 void ContextHubV4Impl::onAddServiceToEndpoint( in onAddServiceToEndpoint()
404 void ContextHubV4Impl::onEndpointReady(const ::chre::fbs::EndpointReadyT &msg) { in onEndpointReady()
412 void ContextHubV4Impl::onUnregisterEndpoint( in onUnregisterEndpoint()
421 void ContextHubV4Impl::onOpenEndpointSessionRequest( in onOpenEndpointSessionRequest()
454 void ContextHubV4Impl::onEndpointSessionOpened( in onEndpointSessionOpened()
473 void ContextHubV4Impl::onEndpointSessionClosed( in onEndpointSessionClosed()
[all …]
/system/timezone/input_tools/android/common/src/main/java/com/android/libcore/timezone/util/
DErrors.java54 public HaltExecutionException addFatalAndHalt(String msg) throws HaltExecutionException { in addFatalAndHalt()
60 public HaltExecutionException addFatalAndHalt(String msg, Throwable t) in addFatalAndHalt()
66 public void addError(String msg) { in addError()
70 public void addError(String msg, Throwable t) { in addError()
74 public void addWarning(String msg) { in addWarning()
101 private void addInternal(String msg, Throwable t, int level) { in addInternal()
116 private void addMessage(String msg) { in addMessage()
/system/chre/apps/power_test/common/
Drequest_manager.cc361 bool RequestManager::requestWifiNanSub(const WifiNanSubMessage *msg) { in requestWifiNanSub()
395 const TimerMessage *msg; in handleMessageFromHost() local
403 const WifiScanMessage *msg; in handleMessageFromHost() local
414 const GnssLocationMessage *msg; in handleMessageFromHost() local
423 const CellQueryMessage *msg; in handleMessageFromHost() local
431 const AudioRequestMessage *msg; in handleMessageFromHost() local
438 const SensorRequestMessage *msg; in handleMessageFromHost() local
447 const BreakItMessage *msg; in handleMessageFromHost() local
454 const GnssMeasurementMessage *msg; in handleMessageFromHost() local
462 const WifiNanSubMessage *msg; in handleMessageFromHost() local
[all …]
/system/gatekeeper/tests/
Dgatekeeper_messages_test.cpp52 EnrollRequest msg(USER_ID, {}, make_buffer(password_size), {}); in TEST() local
76 EnrollRequest msg(USER_ID, {}, make_buffer(password_size), {}); in TEST() local
104 …EnrollRequest msg(USER_ID, move(password_handle), move(provided_password), move(enrolled_password)… in TEST() local
132 EnrollResponse msg(USER_ID, make_buffer(password_size)); in TEST() local
154 VerifyRequest msg(USER_ID, 1, make_buffer(password_size), make_buffer(password_size)); in TEST() local
182 VerifyResponse msg(USER_ID, make_buffer(password_size)); in TEST() local
201 VerifyResponse msg; in TEST() local
213 VerifyRequest msg; in TEST() local
225 EnrollResponse msg; in TEST() local
237 EnrollRequest msg; in TEST() local
[all …]
/system/core/fs_mgr/libsnapshot/snapuserd/
Dsnapuserd_client.cpp169 bool SnapuserdClient::Sendmsg(const std::string& msg) { in Sendmsg()
186 std::string msg = "delete," + control_device; in WaitForDeviceDelete() local
200 std::string msg = "supports,second_stage_socket_handoff"; in SupportsSecondStageSocketHandoff() local
210 char msg[PACKET_SIZE]; in Receivemsg() local
234 std::string msg = "start," + misc_name; in AttachDmUser() local
261 std::string msg = android::base::Join(parts, ","); in InitDmUserCow() local
298 std::string msg = "initiate_merge," + misc_name; in InitiateMerge() local
308 std::string msg = "merge_percent"; in GetMergePercent() local
324 std::string msg = "getstatus," + misc_name; in QuerySnapshotStatus() local
333 std::string msg = "update-verify"; in QueryUpdateVerification() local
/system/unwinding/libunwindstack/
DArmExidx.cpp210 std::string msg = "pop {"; in DecodePrefix_10_00() local
299 std::string msg = "pop {r4"; in DecodePrefix_10_10() local
393 std::string msg = "pop {"; in DecodePrefix_10_11_0001() local
486 std::string msg = android::base::StringPrintf("pop {d%d", start_reg); in DecodePrefix_10_11_0011() local
519 std::string msg = "pop {d8"; in DecodePrefix_10_11_1nnn() local
580 std::string msg = android::base::StringPrintf("pop {wR%d", start_reg); in DecodePrefix_11_000() local
613 std::string msg = "pop {"; in DecodePrefix_11_000() local
646 std::string msg = "pop {wR10"; in DecodePrefix_11_000() local
679 std::string msg = android::base::StringPrintf("pop {d%d", 16 + start_reg); in DecodePrefix_11_001() local
704 std::string msg = android::base::StringPrintf("pop {d%d", start_reg); in DecodePrefix_11_001() local
[all …]
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp52 EmptyKeymasterResponse msg(ver); in TEST() local
61 EmptyKeymasterResponse msg(ver); in TEST() local
308 GetKeyCharacteristicsResponse msg(ver); in TEST() local
321 BeginOperationRequest msg(ver); in TEST() local
336 BeginOperationResponse msg(ver); in TEST() local
377 BeginOperationResponse msg(ver); in TEST() local
388 UpdateOperationRequest msg(ver); in TEST() local
413 UpdateOperationResponse msg(ver); in TEST() local
460 FinishOperationRequest msg(ver); in TEST() local
489 FinishOperationResponse msg(ver); in TEST() local
[all …]
/system/netd/server/
DNFLogListener.cpp54 const nfgenmsg& nfmsg, const Slice msg) { in __anonf7485d160202()
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.cpp39 static bool isLoopbackSocket(const inet_diag_msg *msg) { in isLoopbackSocket()
111 auto checkIPv4Dump = [&] (uint8_t /* proto */, const inet_diag_msg *msg) { in TEST_F()
130 auto checkIPv6Dump = [&] (uint8_t /* proto */, const inet_diag_msg *msg) { in TEST_F()
202 inet_diag_msg msg = { in makeDiagMessage() local
223 inet_diag_msg msg = makeDiagMessage(src->ai_addr->sa_family, src->ai_addr, dst->ai_addr); in makeDiagMessage() local
230 inet_diag_msg msg; in TEST_F() local
402 bool checkSocketState(int i, int sock, const char *msg) { in checkSocketState()
DSockDiag.cpp217 const inet_diag_msg *msg = reinterpret_cast<inet_diag_msg *>(NLMSG_DATA(nlh)); in readDiagMsg() local
235 inet_diag_msg *msg = reinterpret_cast<inet_diag_msg *>(NLMSG_DATA(nlh)); in readDiagMsgWithTcpInfo() local
256 bool SockDiag::isLoopbackSocket(const inet_diag_msg *msg) { in isLoopbackSocket()
277 int SockDiag::sockDestroy(uint8_t proto, const inet_diag_msg *msg) { in sockDestroy()
315 auto shouldDestroy = [ifindex](uint8_t, const inet_diag_msg* msg) { in destroySockets()
398 auto shouldDestroy = [uid, excludeLoopback] (uint8_t, const inet_diag_msg *msg) { in destroySockets()
500 auto shouldDestroy = [&] (uint8_t, const inet_diag_msg *msg) { in destroySocketsLackingPermission()
/system/core/init/
Dproperty_service.proto22 optional string msg = 1; field
33 oneof msg { oneof
40 oneof msg { oneof
/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()
Ddhcpclient.c164 int decode_dhcp_msg(dhcp_msg *msg, int len, dhcp_info *info) in decode_dhcp_msg()
247 void dump_dhcp_msg(dhcp_msg *msg, int len) in dump_dhcp_msg()
342 static int send_message(int sock, int if_index, dhcp_msg *msg, int size) in send_message()
351 static int is_valid_reply(dhcp_msg *msg, dhcp_msg *reply, int sz) in is_valid_reply()
392 dhcp_msg *msg; in dhcp_init_ifc() local
/system/chre/platform/shared/
Dhost_protocol_chre.cc294 const auto *msg = in decodeMessageFromHost() local
310 const auto *msg = static_cast<const fbs::UnregisterMessageHub *>( in decodeMessageFromHost() local
354 const auto *msg = in decodeMessageFromHost() local
362 const auto *msg = static_cast<const fbs::OpenEndpointSessionRequest *>( in decodeMessageFromHost() local
373 const auto *msg = static_cast<const fbs::EndpointSessionOpened *>( in decodeMessageFromHost() local
380 const auto *msg = static_cast<const fbs::EndpointSessionClosed *>( in decodeMessageFromHost() local
388 const auto *msg = static_cast<const fbs::EndpointSessionMessage *>( in decodeMessageFromHost() local
666 auto msg = fbs::CreateGetMessageHubsAndEndpointsResponse(builder); in encodeGetMessageHubsAndEndpointsResponse() local
678 auto msg = fbs::CreateRegisterMessageHub(builder, fbsHub); in encodeRegisterMessageHub() local
684 auto msg = fbs::CreateUnregisterMessageHub(builder, id); in encodeUnregisterMessageHub() local
[all …]
/system/testing/gtest_extras/gtest_isolated/
DLog.h27 #define FATAL_PLOG(msg) \ argument
32 #define FATAL_LOG(msg) \ argument
/system/logging/logd/
DRecordingLogBuffer.cpp21 static void WriteLogMessage(int fd, const RecordedLogMessage& meta, const std::string& msg) { in WriteLogMessage()
27 pid_t tid, const char* msg, uint16_t len) { in RecordLogMessage()
59 const char* msg, uint16_t len) { in Log()
/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/apex/apexd/
Dapexservice.cpp59 std::string msg = "Only root is allowed to call " + name; in CheckCallerIsRoot() local
69 std::string msg = "Only root and system_server are allowed to call " + name; in CheckCallerSystemOrRoot() local
79 std::string msg = in CheckCallerSystemKsOrRoot() local
397 std::string msg = in ToString() local
779 std::string msg = StringLog() << "Failed to retrieve packages: " in dump() local
785 std::string msg = ToString(item); in dump() local
812 std::string msg = in dump() local
859 std::string msg = ToString(item); in shellCommand() local
864 std::string msg = StringLog() << "Failed to retrieve packages: " in shellCommand() local
879 std::string msg = ToString(item); in shellCommand() local
[all …]
/system/core/trusty/storage/proxy/
Dstorage.c294 int storage_file_delete(struct storage_msg* msg, const void* r, size_t req_len, in storage_file_delete()
421 int storage_file_open(struct storage_msg* msg, const void* r, size_t req_len, in storage_file_open()
570 int storage_file_close(struct storage_msg* msg, const void* r, size_t req_len, in storage_file_close()
610 int storage_file_write(struct storage_msg* msg, const void* r, size_t req_len, in storage_file_write()
657 int storage_file_read(struct storage_msg* msg, const void* r, size_t req_len, in storage_file_read()
704 int storage_file_get_size(struct storage_msg* msg, const void* r, size_t req_len, in storage_file_get_size()
737 int storage_file_set_size(struct storage_msg* msg, const void* r, size_t req_len, in storage_file_set_size()
766 int storage_file_get_max_size(struct storage_msg* msg, const void* r, size_t req_len, in storage_file_get_max_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()
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dapp_manager.cc231 [](void *msg, size_t /*size*/) { chreHeapFree(msg); })) { in RespondHostSetFilterRequest()
320 [](void *msg, size_t size) { in SendFilterResultsToHost()
357 [](void *msg, size_t size) { in SendFilterResultToHost()
566 [](void *msg, size_t /*size*/) { chreHeapFree(msg); })) { in SendExtConfigResponseToHost()
601 [](void *msg, size_t /*size*/) { chreHeapFree(msg); })) { in SendFilterExtensionResultToHost()
719 [](void *msg, size_t /*size*/) { chreHeapFree(msg); })) { in SendTrackerStorageFullEventToHost()
747 [](void *msg, size_t /*size*/) { chreHeapFree(msg); })) { in SendTrackerReportsToHost()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_server.cpp63 std::string msg = ""; in GetDaemonStatus() local
73 void UserSnapshotServer::Parsemsg(std::string const& msg, const char delim, in Parsemsg()
88 bool UserSnapshotServer::Sendmsg(android::base::borrowed_fd fd, const std::string& msg) { in Sendmsg()
103 char msg[kMaxPacketSize]; in Recv() local
/system/logging/liblog/
Dlog_event_list.cpp61 static void init_parser_context(android_log_context_internal* context, const char* msg, in init_parser_context()
82 android_log_context create_android_log_parser(const char* msg, size_t len) { in create_android_log_parser()
122 int android_log_parser_reset(android_log_context context, const char* msg, size_t len) { in android_log_parser_reset()
287 const char* msg; in android_log_write_list() local
319 const char* msg; in android_log_write_list_buffer() local
/system/chre/apps/wifi_offload/
Dflatbuffers_serialization.cc47 wifi_offload::ScanResultMessage msg; in Serialize() local
54 wifi_offload::ScanResultMessage msg; in Deserialize() local

1234567