Lines Matching defs:hwc

912     HWComposer& hwc(getHwComposer());
913 if (hwc.initCheck() == NO_ERROR) {
914 status_t err = hwc.prepare();
942 const HWComposer& hwc = getHwComposer();
943 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);
968 nsecs_t presentTime = hwc.getRefreshTimestamp(HWC_DISPLAY_PRIMARY);
1046 HWComposer& hwc(getHwComposer());
1047 if (hwc.initCheck() == NO_ERROR) {
1058 if (hwc.createWorkList(id, count) == NO_ERROR) {
1059 HWComposer::LayerListIterator cur = hwc.begin(id);
1060 const HWComposer::LayerListIterator end = hwc.end(id);
1081 HWComposer::LayerListIterator cur = hwc.begin(id);
1082 const HWComposer::LayerListIterator end = hwc.end(id);
1102 HWComposer::LayerListIterator cur = hwc.begin(id);
1103 const HWComposer::LayerListIterator end = hwc.end(id);
1114 status_t err = hwc.prepare();
1119 hw->prepareFrame(hwc);
1153 HWComposer& hwc(getHwComposer());
1154 if (hwc.initCheck() == NO_ERROR) {
1155 if (!hwc.supportsFramebufferTarget()) {
1161 hwc.commit();
1173 hw->onSwapBuffersCompleted(hwc);
1176 if (id >=0 && hwc.initCheck() == NO_ERROR) {
1177 HWComposer::LayerListIterator cur = hwc.begin(id);
1178 const HWComposer::LayerListIterator end = hwc.end(id);
1374 // for supported (by hwc) displays we provide our
1506 HWComposer& hwc(getHwComposer());
1516 HWComposer::LayerListIterator cur = hwc.begin(id);
1517 const HWComposer::LayerListIterator end = hwc.end(id);
1524 hwc.setCursorPositionAsync(id, cursorPos);
1813 HWComposer& hwc(getHwComposer());
1814 HWComposer::LayerListIterator cur = hwc.begin(id);
1815 const HWComposer::LayerListIterator end = hwc.end(id);
1817 bool hasGlesComposition = hwc.hasGlesComposition(id);
1830 const bool hasHwcComposition = hwc.hasHwcComposition(id);
1913 ALOGW("HWC_FRAMEBUFFER_TARGET found in hwc list (index=%zu)", i);
2632 HWComposer& hwc(getHwComposer());
2659 1e9 / hwc.getRefreshPeriod(HWC_DISPLAY_PRIMARY),
2660 hwc.getDpiX(HWC_DISPLAY_PRIMARY),
2661 hwc.getDpiY(HWC_DISPLAY_PRIMARY),
2682 hwc.initCheck()==NO_ERROR ? "present" : "not present",
2685 hwc.dump(result);
2705 ALOGE("getLayerSortedByZForHwcDisplay: invalid hwc display id %d", id);