• Home
  • Raw
  • Download

Lines Matching defs:dev

76 static void hwc_registerProcs(struct hwc_composer_device_1* dev,  in hwc_registerProcs()
252 static void hwc_configure_color_temp(hwc_composer_device_1* dev) { in hwc_configure_color_temp()
280 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
334 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
369 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
422 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
453 static int hwc_setPowerMode(struct hwc_composer_device_1* dev, int dpy, in hwc_setPowerMode()
554 static void reset_panel(struct hwc_composer_device_1* dev) in reset_panel()
584 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
750 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
783 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayConfigs()
828 int hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayAttributes()
894 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) in hwc_dump()
922 int hwc_getActiveConfig(struct hwc_composer_device_1* dev, int disp) in hwc_getActiveConfig()
946 int hwc_setActiveConfig(struct hwc_composer_device_1* dev, int disp, int index) in hwc_setActiveConfig()
971 static int hwc_device_close(struct hw_device_t *dev) in hwc_device_close()
989 struct hwc_context_t *dev; in hwc_device_open() local