Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h72 bool configured() const { return configured_; } in configured()
240 bool configured_; variable
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp162 impl_(new AndroidKeymaster(context_, kOperationTableSize)), configured_(false) { in SoftKeymasterDevice()
172 impl_(new AndroidKeymaster(context_, kOperationTableSize)), configured_(false) { in SoftKeymasterDevice()
576 if (response.error == KM_ERROR_OK) convert_device(dev)->configured_ = true; in configure()