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.h80 void initialize_device_struct(uint32_t flags);
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp167 initialize_device_struct(KEYMASTER_SOFTWARE_ONLY | KEYMASTER_BLOBS_ARE_STANDALONE | in SoftKeymasterDevice()
178 initialize_device_struct(KEYMASTER_SOFTWARE_ONLY | KEYMASTER_BLOBS_ARE_STANDALONE | in SoftKeymasterDevice()
195 initialize_device_struct(keymaster1_device->flags); in SetHardwareDevice()
232 void SoftKeymasterDevice::initialize_device_struct(uint32_t flags) { in initialize_device_struct() function in keymaster::SoftKeymasterDevice