Home
last modified time | relevance | path

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

/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h72 bool checkAndLogFailure(const char* functionName) const { in checkAndLogFailure() function
110 bool checkAndLogFailure(const char* functionName) const { in checkAndLogFailure() function
195 bool checkAndLogFailure(const char*) const { in checkAndLogFailure() function
196 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 …]
DVibratorHalController.h106 if (result.checkAndLogFailure(functionName)) { in apply()
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp446 return info.checkAndLogFailure("vibratorGetInfo") ? JNI_FALSE : JNI_TRUE; in vibratorGetInfo()