Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/
DExynosHWCDebug.h71 int32_t saveErrorLog(const android::String8& errString, const ExynosDisplay* display = NULL);
132 saveErrorLog(saveString, this); \
150 saveErrorLog(saveString, mAssignedDisplay); \
158 saveErrorLog(saveString, display); \
DExynosHWCDebug.cpp21 int32_t saveErrorLog(const String8& errString, const ExynosDisplay* display) { in saveErrorLog() function
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp176 saveErrorLog(saveString, it); in ExynosDevice()