Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/common/util/include/util/
DUtil.h38 #define IS_TRUE(x) ((x == "1") || (x == "true")) macro
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp138 if (left == 0 && !IS_TRUE(parts[2])) { // end and failed in enrollImpl()
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp172 if (left == 0 && !IS_TRUE(parts[2])) { // end and failed in onEnrollFingerDown()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp42 #define IS_TRUE(a) \ macro