Searched refs:KeymasterDevice (Results 1 – 1 of 1) sorted by relevance
54 template <typename T> class KeymasterDevice : public IKeymasterDevice { class56 KeymasterDevice(T* d) : mDevice{d} {} in KeymasterDevice() function in android::vold::KeymasterDevice87 class Keymaster1Device : public KeymasterDevice<keymaster1_device_t> {89 Keymaster1Device(keymaster1_device_t* d) : KeymasterDevice<keymaster1_device_t>{d} {} in Keymaster1Device()100 class Keymaster2Device : public KeymasterDevice<keymaster2_device_t> {102 Keymaster2Device(keymaster2_device_t* d) : KeymasterDevice<keymaster2_device_t>{d} {} in Keymaster2Device()