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

/system/keymaster/include/keymaster/
H A Dgoogle_keymaster.h115 struct OpTableEntry { struct in class:keymaster::GoogleKeymaster
116 OpTableEntry() { function in struct:keymaster::GoogleKeymaster::OpTableEntry
125 OpTableEntry* FindOperation(keymaster_operation_handle_t op_handle);
126 void DeleteOperation(OpTableEntry* entry);
130 UniquePtr<OpTableEntry[]> operation_table_;

Completed in 159 milliseconds