Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/face/aidl/default/
DFace.cpp154 #define RESET_CONFIG_O(__NAME__) \ in resetConfigToDefault() argument
155 if (FaceHalProperties::__NAME__()) FaceHalProperties::__NAME__(std::nullopt) in resetConfigToDefault()
156 #define RESET_CONFIG_V(__NAME__) \ in resetConfigToDefault() argument
157 if (!FaceHalProperties::__NAME__().empty()) FaceHalProperties::__NAME__({std::nullopt}) in resetConfigToDefault()
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFingerprint.cpp177 #define RESET_CONFIG_O(__NAME__) \ in clearConfigSysprop() argument
178 if (FingerprintHalProperties::__NAME__()) FingerprintHalProperties::__NAME__(std::nullopt) in clearConfigSysprop()
179 #define RESET_CONFIG_V(__NAME__) \ in clearConfigSysprop() argument
180 if (!FingerprintHalProperties::__NAME__().empty()) \ in clearConfigSysprop()
181 FingerprintHalProperties::__NAME__({std::nullopt}) in clearConfigSysprop()