Lines Matching defs:dev
68 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
137 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
166 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
202 static int hwc_prepare_virtual(hwc_composer_device_1 *dev, in hwc_prepare_virtual()
208 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
243 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
271 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) in hwc_blank()
329 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
460 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
490 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayConfigs()
518 int hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayAttributes()
570 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) in hwc_dump()
590 static int hwc_device_close(struct hw_device_t *dev) in hwc_device_close()
608 struct hwc_context_t *dev; in hwc_device_open() local