Lines Matching defs:dev
68 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
136 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
165 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
201 static int hwc_prepare_virtual(hwc_composer_device_1 *dev, in hwc_prepare_virtual()
207 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
242 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
269 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) in hwc_blank()
327 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
458 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
489 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayConfigs()
517 int hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayAttributes()
569 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) in hwc_dump()
589 static int hwc_device_close(struct hw_device_t *dev) in hwc_device_close()
607 struct hwc_context_t *dev; in hwc_device_open() local