Searched refs:checkAndLogFailure (Results 1 – 3 of 3) sorted by relevance
72 bool checkAndLogFailure(const char* functionName) const { in checkAndLogFailure() function110 bool checkAndLogFailure(const char* functionName) const { in checkAndLogFailure() function195 bool checkAndLogFailure(const char*) const { in checkAndLogFailure() function196 return capabilities.checkAndLogFailure("getCapabilities") || in checkAndLogFailure()197 supportedEffects.checkAndLogFailure("getSupportedEffects") || in checkAndLogFailure()198 supportedBraking.checkAndLogFailure("getSupportedBraking") || in checkAndLogFailure()199 supportedPrimitives.checkAndLogFailure("getSupportedPrimitives") || in checkAndLogFailure()200 primitiveDurations.checkAndLogFailure("getPrimitiveDuration") || in checkAndLogFailure()201 primitiveDelayMax.checkAndLogFailure("getPrimitiveDelayMax") || in checkAndLogFailure()202 pwlePrimitiveDurationMax.checkAndLogFailure("getPwlePrimitiveDurationMax") || in checkAndLogFailure()[all …]
106 if (result.checkAndLogFailure(functionName)) { in apply()
446 return info.checkAndLogFailure("vibratorGetInfo") ? JNI_FALSE : JNI_TRUE; in vibratorGetInfo()