Lines Matching defs:dev

141 inline ExynosDevice* checkDevice(hwc2_device_t *dev)  in checkDevice()
175 hwc2_function_pointer_t exynos_getFunction(struct hwc2_device *dev, in exynos_getFunction()
188 void exynos_getCapabilities(struct hwc2_device *dev, uint32_t *outCount, int32_t *outCapabilities) in exynos_getCapabilities()
198 void exynos_dump(hwc2_device_t *dev, uint32_t *outSize, char *outBuffer) in exynos_dump()
206 int32_t exynos_acceptDisplayChanges(hwc2_device_t *dev, hwc2_display_t display) in exynos_acceptDisplayChanges()
222 int32_t exynos_createLayer(hwc2_device_t *dev, in exynos_createLayer()
236 int32_t exynos_createVirtualDisplay(hwc2_device_t *dev, uint32_t width, uint32_t height, in exynos_createVirtualDisplay()
254 int32_t exynos_destroyLayer(hwc2_device_t *dev, hwc2_display_t display, in exynos_destroyLayer()
273 int32_t exynos_destroyVirtualDisplay(hwc2_device_t* dev, hwc2_display_t display) in exynos_destroyVirtualDisplay()
288 int32_t exynos_getActiveConfig(hwc2_device_t *dev, hwc2_display_t display, in exynos_getActiveConfig()
302 int32_t exynos_getChangedCompositionTypes(hwc2_device_t *dev, hwc2_display_t display, in exynos_getChangedCompositionTypes()
317 int32_t exynos_getClientTargetSupport(hwc2_device_t *dev, hwc2_display_t display, uint32_t width, in exynos_getClientTargetSupport()
331 int32_t exynos_getColorModes(hwc2_device_t *dev, hwc2_display_t display, uint32_t* outNumModes, in exynos_getColorModes()
345 int32_t exynos_getRenderIntents(hwc2_device_t* dev, hwc2_display_t display, int32_t mode, in exynos_getRenderIntents()
363 int32_t exynos_setColorModeWithRenderIntent(hwc2_device_t* dev, hwc2_display_t display, in exynos_setColorModeWithRenderIntent()
382 int32_t exynos_getDisplayAttribute(hwc2_device_t *dev, hwc2_display_t display, in exynos_getDisplayAttribute()
396 int32_t exynos_getDisplayConfigs(hwc2_device_t *dev, hwc2_display_t display, in exynos_getDisplayConfigs()
410 int32_t exynos_getDisplayName(hwc2_device_t *dev, hwc2_display_t display, in exynos_getDisplayName()
424 int32_t exynos_getDisplayRequests(hwc2_device_t *dev, hwc2_display_t display, in exynos_getDisplayRequests()
440 int32_t exynos_getDisplayType(hwc2_device_t *dev, hwc2_display_t display, in exynos_getDisplayType()
454 int32_t exynos_getDozeSupport(hwc2_device_t *dev, hwc2_display_t display, in exynos_getDozeSupport()
468 int32_t exynos_getHdrCapabilities(hwc2_device_t *dev, hwc2_display_t display, in exynos_getHdrCapabilities()
487 int32_t exynos_getMaxVirtualDisplayCount(hwc2_device_t* dev) in exynos_getMaxVirtualDisplayCount()
497 int32_t exynos_getReleaseFences(hwc2_device_t *dev, hwc2_display_t display, in exynos_getReleaseFences()
511 int32_t exynos_presentDisplay(hwc2_device_t *dev, hwc2_display_t display, in exynos_presentDisplay()
537 int32_t exynos_registerCallback(hwc2_device_t* dev, in exynos_registerCallback()
567 int32_t exynos_setActiveConfig(hwc2_device_t *dev, hwc2_display_t display, in exynos_setActiveConfig()
583 int32_t exynos_setClientTarget(hwc2_device_t *dev, hwc2_display_t display, in exynos_setClientTarget()
598 int32_t exynos_setColorMode(hwc2_device_t *dev, hwc2_display_t display, int32_t mode) in exynos_setColorMode()
614 int32_t exynos_setColorTransform(hwc2_device_t *dev, hwc2_display_t display, in exynos_setColorTransform()
631 int32_t exynos_setCursorPosition(hwc2_device_t *dev, hwc2_display_t display, in exynos_setCursorPosition()
648 int32_t exynos_setLayerBlendMode(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerBlendMode()
665 int32_t exynos_setLayerBuffer(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerBuffer()
683 int32_t exynos_setLayerColor(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerColor()
700 int32_t exynos_setLayerCompositionType(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerCompositionType()
717 int32_t exynos_setLayerDataspace(hwc2_device_t *dev, hwc2_display_t display, hwc2_layer_t layer, in… in exynos_setLayerDataspace()
734 int32_t exynos_setLayerDisplayFrame(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerDisplayFrame()
751 int32_t exynos_setLayerPlaneAlpha(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerPlaneAlpha()
768 int32_t exynos_setLayerSidebandStream(hwc2_device_t __unused *dev, hwc2_display_t __unused display, in exynos_setLayerSidebandStream()
775 int32_t exynos_setLayerSourceCrop(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerSourceCrop()
792 int32_t exynos_setLayerSurfaceDamage(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerSurfaceDamage()
809 int32_t exynos_setLayerTransform(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerTransform()
826 int32_t exynos_setLayerVisibleRegion(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerVisibleRegion()
843 int32_t exynos_setLayerZOrder(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerZOrder()
860 int32_t exynos_setOutputBuffer(hwc2_device_t *dev, hwc2_display_t display, in exynos_setOutputBuffer()
874 int32_t exynos_setPowerMode(hwc2_device_t *dev, hwc2_display_t display, in exynos_setPowerMode()
892 int32_t exynos_setVsyncEnabled(hwc2_device_t *dev, hwc2_display_t display, in exynos_setVsyncEnabled()
906 int32_t exynos_validateDisplay(hwc2_device_t *dev, hwc2_display_t display, in exynos_validateDisplay()
923 int32_t exynos_setLayerPerFrameMetadata(hwc2_device_t *dev, hwc2_display_t display, in exynos_setLayerPerFrameMetadata()
945 int32_t exynos_getPerFrameMetadataKeys(hwc2_device_t* dev, hwc2_display_t __unused display, in exynos_getPerFrameMetadataKeys()
976 int32_t exynos_getReadbackBufferAttributes(hwc2_device_t *dev, hwc2_display_t display, in exynos_getReadbackBufferAttributes()
990 int32_t exynos_getDisplayIdentificationData(hwc2_device_t* dev, hwc2_display_t display, uint8_t* ou… in exynos_getDisplayIdentificationData()
1006 int32_t exynos_setReadbackBuffer(hwc2_device_t *dev, hwc2_display_t display, in exynos_setReadbackBuffer()
1019 int32_t exynos_getDisplayCapabilities(hwc2_device_t* dev, hwc2_display_t display, uint32_t* outNumC… in exynos_getDisplayCapabilities()
1034 int32_t exynos_setLayerColorTransform(hwc2_device_t* dev, in exynos_setLayerColorTransform()
1054 int32_t exynos_getReadbackBufferFence(hwc2_device_t *dev, hwc2_display_t display, in exynos_getReadbackBufferFence()
1067 int32_t exynos_setLayerPerFrameMetadataBlobs(hwc2_device_t* dev, hwc2_display_t display, in exynos_setLayerPerFrameMetadataBlobs()
1088 int32_t exynos_getDisplayBrightnessSupport(hwc2_device_t* dev, hwc2_display_t display, bool* outSup… in exynos_getDisplayBrightnessSupport()
1102 int32_t exynos_setDisplayBrightness(hwc2_device_t* dev, hwc2_display_t display, float brightness) in exynos_setDisplayBrightness()
1116 int32_t exynos_GetDisplayConnectionType(hwc2_device_t* dev, hwc2_display_t display, in exynos_GetDisplayConnectionType()
1131 int32_t exynos_GetDisplayVsyncPeriod(hwc2_device_t* dev, hwc2_display_t display, in exynos_GetDisplayVsyncPeriod()
1146 int32_t exynos_SetActiveConfigWithConstraints(hwc2_device_t* dev, hwc2_display_t display, in exynos_SetActiveConfigWithConstraints()
1182 int32_t exynos_SetAutoLowLatencyMode(hwc2_device_t* dev, hwc2_display_t display, bool on) in exynos_SetAutoLowLatencyMode()
1196 int32_t exynos_GetSupportedContentTypes(hwc2_device_t* dev, hwc2_display_t display, in exynos_GetSupportedContentTypes()
1211 int32_t exynos_SetContentType(hwc2_device_t* dev, hwc2_display_t display, in exynos_SetContentType()
1226 int32_t exynos_GetClientTargetProperty(hwc2_device_t* dev, hwc2_display_t display, in exynos_GetClientTargetProperty()
1242 int32_t exynos_SetLayerGenericMetadata(hwc2_device_t* dev, hwc2_display_t display, in exynos_SetLayerGenericMetadata()
1263 void exynos_GetLayerGenericMetadataKey(hwc2_device_t* dev, uint32_t keyIndex, in exynos_GetLayerGenericMetadataKey()
1277 void exynos_boot_finished(ExynosHWCCtx *dev) in exynos_boot_finished()
1317 struct exynos_hwc2_device_t *dev = (struct exynos_hwc2_device_t *)device; in exynos_close() local
1339 struct exynos_hwc2_device_t *dev; in exynos_open() local