Lines Matching refs:rv
54 int rv;139 int rv;142 if ((rv = hw_get_module(HWC_HARDWARE_MODULE_ID, &hwcModule)) != 0) {143 testPrintE("hw_get_module failed, rv: %i", rv);144 errno = -rv;148 if ((rv = hwc_open_1(hwcModule, hwcDevicePtr)) != 0) {149 testPrintE("hwc_open failed, rv: %i", rv);150 errno = -rv;