Home
last modified time | relevance | path

Searched refs:initialize_device_struct (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h88 void initialize_device_struct(uint32_t flags);
/system/keymaster/
Dsoft_keymaster_device.cpp134 initialize_device_struct(KEYMASTER_SOFTWARE_ONLY | KEYMASTER_BLOBS_ARE_STANDALONE | in SoftKeymasterDevice()
144 initialize_device_struct(KEYMASTER_SOFTWARE_ONLY | KEYMASTER_BLOBS_ARE_STANDALONE | in SoftKeymasterDevice()
159 initialize_device_struct(keymaster0_device->flags); in SetHardwareDevice()
191 initialize_device_struct(keymaster1_device->flags); in SetHardwareDevice()
229 void SoftKeymasterDevice::initialize_device_struct(uint32_t flags) { in initialize_device_struct() function in keymaster::SoftKeymasterDevice