Searched refs:KeymasterChannel (Results 1 – 8 of 8) sorted by relevance
43 KeymasterChannel::KeymasterChannel(SharedFD channel) : channel_(channel) { in KeymasterChannel() function in cuttlefish::KeymasterChannel46 bool KeymasterChannel::SendRequest( in SendRequest()51 bool KeymasterChannel::SendResponse( in SendResponse()56 bool KeymasterChannel::SendMessage( in SendMessage()73 ManagedKeymasterMessage KeymasterChannel::ReceiveMessage() { in ReceiveMessage()
71 class KeymasterChannel {77 KeymasterChannel(SharedFD channel);
24 cuttlefish::KeymasterChannel* channel_;27 KeymasterResponder(cuttlefish::KeymasterChannel* channel,
119 cuttlefish::KeymasterChannel keymaster_channel(keymaster_conn); in main()
22 cuttlefish::KeymasterChannel* channel, keymaster::AndroidKeymaster* keymaster) in KeymasterResponder()
28 cuttlefish::KeymasterChannel* channel_;33 RemoteKeymaster(cuttlefish::KeymasterChannel*);
44 cuttlefish::KeymasterChannel keymasterChannel(vsockFd); in main()
25 RemoteKeymaster::RemoteKeymaster(cuttlefish::KeymasterChannel* channel) in RemoteKeymaster()