Home
last modified time | relevance | path

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

/system/keymaster/ng/include/
DAndroidKeymaster3Device.h94 KeymasterHardwareProfile profile_; variable
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp230 profile_(KeymasterHardwareProfile::SW) {}
234 : impl_(new ::keymaster::AndroidKeymaster(context, kOperationTableSize)), profile_(profile) {} in AndroidKeymaster3Device()
240 switch (profile_) { in getHardwareFeatures()