Home
last modified time | relevance | path

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

123

/system/keymaster/
Dgoogle_keymaster_messages_test.cpp71 EmptyKeymasterResponse msg; in TEST() local
78 EmptyKeymasterResponse msg; in TEST() local
161 GetKeyCharacteristicsResponse msg; in TEST() local
172 BeginOperationRequest msg; in TEST() local
185 BeginOperationResponse msg; in TEST() local
195 BeginOperationResponse msg; in TEST() local
204 UpdateOperationRequest msg; in TEST() local
214 UpdateOperationResponse msg; in TEST() local
225 FinishOperationRequest msg; in TEST() local
236 FinishOperationResponse msg; in TEST() local
[all …]
/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.c166 int decode_dhcp_msg(dhcp_msg *msg, int len, dhcp_info *info) in decode_dhcp_msg()
249 void dump_dhcp_msg(dhcp_msg *msg, int len) in dump_dhcp_msg()
344 static int send_message(int sock, int if_index, dhcp_msg *msg, int size) in send_message()
353 static int is_valid_reply(dhcp_msg *msg, dhcp_msg *reply, int sz) in is_valid_reply()
394 dhcp_msg *msg; in dhcp_init_ifc() local
Dpacket.c89 int send_packet(int s, int if_index, struct dhcp_msg *msg, int size, in send_packet()
156 int receive_packet(int s, struct dhcp_msg *msg) in receive_packet()
/system/core/libsysutils/src/
DFrameworkClient.cpp16 int FrameworkClient::sendMsg(const char *msg) { in sendMsg()
32 int FrameworkClient::sendMsg(const char *msg, const char *data) { in sendMsg()
DSocketClient.cpp53 int SocketClient::sendMsg(int code, const char *msg, bool addErrno) { in sendMsg()
57 int SocketClient::sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum) { in sendMsg()
143 int SocketClient::sendMsg(const char *msg) { in sendMsg()
/system/core/adb/
Dfile_sync_service.c85 syncmsg msg; in do_stat() local
108 syncmsg msg; in do_list() local
159 syncmsg msg; in fail_message() local
182 syncmsg msg; in handle_send_file() local
276 syncmsg msg; in handle_send_link() local
388 syncmsg msg; local
428 syncmsg msg; local
Dfile_sync_client.c84 syncmsg msg; in sync_quit() local
96 syncmsg msg; in sync_ls() local
146 syncmsg msg; in sync_readtime() local
172 syncmsg msg; in sync_start_readtime() local
189 syncmsg msg; in sync_finish_readtime() local
206 syncmsg msg; in sync_readmode() local
340 syncmsg msg; in sync_send() local
426 syncmsg msg; in sync_recv() local
Dtest_track_jdwp.c10 panic( const char* msg ) in panic()
Dtest_track_devices.c10 panic( const char* msg ) in panic()
/system/core/include/log/
Dlogger.h33 char msg[0]; /* the entry's payload */ member
49 char msg[0]; /* the entry's payload */ member
60 char msg[0]; /* the entry's payload */ member
127 char *msg() in msg() function
/system/extras/tests/uevents/
Duevents.c25 char msg[UEVENT_MSG_LEN+2]; in main() local
/system/netd/server/
DMDnsSdListener.cpp100 char *msg; in MDnsSdListenerDiscoverCallback() local
132 char *msg; in stop() local
148 char *msg; in stop() local
193 char *msg; in MDnsSdListenerRegisterCallback() local
248 char *msg; in MDnsSdListenerResolveCallback() local
306 char *msg; in MDnsSdListenerGetAddrInfoCallback() local
313 char *msg; in MDnsSdListenerGetAddrInfoCallback() local
360 char *msg; in MDnsSdListenerSetHostnameCallback() local
396 char* msg = NULL; in runCommand() local
DDnsProxyListener.cpp167 char* msg = NULL; in runCommand() local
246 char* msg = NULL; in runCommand() local
353 char* msg = NULL; in runCommand() local
371 char* msg = NULL; in runCommand() local
DCommandListener.cpp325 char *msg = NULL; in runCommand() local
844 char *msg; in sendGenericSyntaxError() local
904 char *msg; in runCommand() local
923 char *msg; in runCommand() local
949 char *msg; in runCommand() local
971 char *msg; in runCommand() local
/system/core/logwrapper/
Dlogwrapper.c28 void fatal(const char *msg) { in fatal()
/system/core/logd/
DLogBufferElement.cpp31 const char *msg, unsigned short len) in LogBufferElement()
DLogListener.cpp89 char *msg = ((char *)buffer) + sizeof_log_id_t; in onDataAvailable() local
/system/vold/
DDirectVolume.cpp161 char msg[255]; in handleBlockEvent() local
321 char msg[255]; in handleDiskRemoved() local
340 char msg[255]; in handlePartitionRemoved() local
DVolume.cpp156 char msg[256]; in setUuid() local
176 char msg[256]; in setUserLabel() local
196 char msg[255]; in setState() local
DCommandListener.cpp281 char msg[1024]; in runCommand() local
736 char msg[255]; in runCommand() local
781 char msg[255]; in runCommand() local
/system/core/libion/
Dion_test.c128 struct msghdr msg = { in ion_share_test() local
168 struct msghdr msg; in ion_share_test() local
/system/media/camera/docs/
Dmetadata_validate.py179 def validate_error(msg): argument
/system/core/toolbox/
Dnewfs_msdos.c101 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg) argument
102 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) argument
103 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg) argument
104 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg) argument
947 static u_int ckgeom(const char *fname, u_int val, const char *msg) in ckgeom()
959 static u_int argtou(const char *arg, u_int lo, u_int hi, const char *msg) in argtou()
974 static off_t argtooff(const char *arg, const char *msg) in argtooff()
/system/extras/taskstats/
Dtaskstats.c71 int parse_family_id(struct nl_msg* msg, void* arg) { in parse_family_id()
125 int parse_task_stats(struct nl_msg* msg, void* arg) { in parse_task_stats()

123