Searched defs:KeymasterContext (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/include/keymaster/
H A Dkeymaster_context.h35 * KeymasterContext provides a singleton abstract interface that encapsulates various
63 class KeymasterContext { class in namespace:keymaster
65 KeymasterContext() {} function in class:keymaster::KeymasterContext
66 virtual ~KeymasterContext(){};
213 KeymasterContext(const KeymasterContext&);
214 void operator=(const KeymasterContext&);

Completed in 69 milliseconds