Home
last modified time | relevance | path

Searched refs:BEGIN_OP (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp40 BEGIN_OP(0); in generateChallengeImpl()
48 BEGIN_OP(0); in revokeChallengeImpl()
56 BEGIN_OP(0); in enrollImpl()
72 BEGIN_OP(0); in authenticateImpl()
82 BEGIN_OP(0); in detectInteractionImpl()
133 BEGIN_OP(getLatency(Fingerprint::cfg().getopt<OptIntVec>("operation_enroll_latency"))); in onEnrollFingerDown()
199 BEGIN_OP(getLatency(Fingerprint::cfg().getopt<OptIntVec>("operation_authenticate_latency"))); in onAuthenticateFingerDown()
276 BEGIN_OP(getLatency( in onDetectInteractFingerDown()
323 BEGIN_OP(0); in enumerateEnrollmentsImpl()
338 BEGIN_OP(0); in removeEnrollmentsImpl()
[all …]
DFakeFingerprintEngineUdfps.cpp46 BEGIN_OP(0); in onPointerDownImpl()
56 BEGIN_OP(0); in onPointerUpImpl()
63 BEGIN_OP(0); in onUiReadyImpl()
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp56 BEGIN_OP(0); in generateChallengeImpl()
64 BEGIN_OP(0); in revokeChallengeImpl()
74 BEGIN_OP(getLatency(FaceHalProperties::operation_enroll_latency())); in enrollImpl()
162 BEGIN_OP(getLatency(FaceHalProperties::operation_authenticate_latency())); in authenticateImpl()
295 BEGIN_OP(getLatency(FaceHalProperties::operation_detect_interaction_latency())); in detectInteractionImpl()
322 BEGIN_OP(0); in enumerateEnrollmentsImpl()
334 BEGIN_OP(0); in removeEnrollmentsImpl()
348 BEGIN_OP(0); in getFeaturesImpl()
366 BEGIN_OP(0); in setFeatureImpl()
397 BEGIN_OP(0); in getAuthenticatorIdImpl()
[all …]
/hardware/interfaces/biometrics/common/util/include/util/
DUtil.h33 #define BEGIN_OP(x) \ macro