OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gatekeeper_message
(Results
1 - 3
of
3
) sorted by null
/system/core/trusty/gatekeeper/
gatekeeper_ipc.h
31
*
gatekeeper_message
- Serial header for communicating with GK server
36
struct
gatekeeper_message
{
struct
trusty_gatekeeper_ipc.c
52
size_t msg_size = in_size + sizeof(struct
gatekeeper_message
);
53
struct
gatekeeper_message
*msg = malloc(msg_size);
73
if ((size_t) rc < sizeof(struct
gatekeeper_message
)) {
78
msg = (struct
gatekeeper_message
*) out;
85
*out_size = ((size_t) rc) - sizeof(struct
gatekeeper_message
);
trusty_gatekeeper.cpp
179
const
gatekeeper_message
*msg = reinterpret_cast<
gatekeeper_message
*>(recv_buf);
Completed in 375 milliseconds