Searched refs:hwc_support (Results 1 – 2 of 2) sorted by relevance
254 int32_t hwc_support = 0; in getDozeSupport() local255 int32_t err = mDispatch.getDozeSupport(mDevice, display, &hwc_support); in getDozeSupport()256 *outSupport = hwc_support; in getDozeSupport()
472 int32_t hwc_support = 0; in getDozeSupport() local473 auto error = hwc_session_->GetDozeSupport(display, &hwc_support); in getDozeSupport()475 _hidl_cb(static_cast<Error>(error), hwc_support); in getDozeSupport()