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/contexts/
Dsoft_keymaster_device.cpp170 initialize_device_struct(KEYMASTER_SOFTWARE_ONLY | KEYMASTER_BLOBS_ARE_STANDALONE | in SoftKeymasterDevice()
180 initialize_device_struct(KEYMASTER_SOFTWARE_ONLY | KEYMASTER_BLOBS_ARE_STANDALONE | in SoftKeymasterDevice()
196 initialize_device_struct(keymaster0_device->flags); in SetHardwareDevice()
228 initialize_device_struct(keymaster1_device->flags); in SetHardwareDevice()
265 void SoftKeymasterDevice::initialize_device_struct(uint32_t flags) { in initialize_device_struct() function in keymaster::SoftKeymasterDevice