Home
last modified time | relevance | path

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

/aosp12/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp230 profile_(KeymasterHardwareProfile::SW) {}
234 : impl_(new ::keymaster::AndroidKeymaster(context, kOperationTableSize)), profile_(profile) {} in AndroidKeymaster3Device()
240 switch (profile_) { in getHardwareFeatures()
/aosp12/system/keymaster/ng/include/
H A DAndroidKeymaster3Device.h94 KeymasterHardwareProfile profile_; variable
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h733 C2Config::profile_t profile_ = C2Config::PROFILE_UNUSED,
735 : profile(profile_), level(level_) { }