Home
last modified time | relevance | path

Searched refs:ConfigureDevice (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/android_keymaster/
Dkeymaster_configuration.cpp115 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev, uint32_t os_version, in ConfigureDevice() function
123 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev) { in ConfigureDevice() function
124 return ConfigureDevice(dev, GetOsVersion(), GetOsPatchlevel()); in ConfigureDevice()
/system/keymaster/include/keymaster/
Dkeymaster_configuration.h35 keymaster_error_t ConfigureDevice(keymaster2_device_t* dev);
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp512 if (ConfigureDevice(km2_device) != KM_ERROR_OK) return nullptr; in CreateKeymasterDevice()