Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:intError

871         int intError = mDevice.mHwc1Device->setActiveConfig(mDevice.mHwc1Device,
873 if (intError != 0) {
875 intError);
917 int intError = mDevice.mHwc1Device->setActiveConfig(mDevice.mHwc1Device,
919 if (intError != 0) {
920 ALOGE("[%" PRIu64 "] Failed to set HWC1 config (%d)", mId, intError);