Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer.h784 static inline int hwc_open_1(const struct hw_module_t* module, in hwc_open_1() function
/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c388 if (hwc_open_1(module, &hwc)) { in hwc_init()
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp150 if ((rv = hwc_open_1(hwcModule, hwcDevicePtr)) != 0) { in hwcTestOpenHwc()