log: check log level
[platform/core/uifw/libtdm.git] / include / tdm_backend.h
index 5980dfc..09b1377 100644 (file)
@@ -614,6 +614,16 @@ typedef struct _tdm_func_output {
        tdm_layer *(*output_hwc_get_client_target_buffer_layer)(tdm_output *output, tdm_error *error);
 
        /**
+        * @brief Get the buffer which is set to the client target buffer
+        * @details TODO:
+        * @param[in] output A output object
+        * @param[out] error #TDM_ERROR_NONE if success. Otherwise, error value.
+        * @return A layer object.
+        * @since 2.0.0
+        */
+       tbm_surface_h (*output_hwc_get_client_target_buffer)(tdm_output *output, tdm_error *error);
+
+       /**
         * @brief Validate the output
         * @details Instructs the device to inspect all of the layer state and
         * determine if there are any composition type changes necessary before
@@ -900,6 +910,15 @@ typedef struct _tdm_func_window {
                                                                         tdm_hwc_window_info *info);
 
        /**
+        * @brief Get the geometry information to a layer object
+        * @param[in] layer A layer object
+        * @param[out] info The geometry information
+        * @return #TDM_ERROR_NONE if success. Otherwise, error value.
+        */
+       tdm_error (*hwc_window_get_info)(tdm_hwc_window *hwc_window,
+                                                                        tdm_hwc_window_info *info);
+
+       /**
         * @brief Set a TDM buffer to a window object
         * @details A TDM buffer will be applied when the output object
         * of a layer object is committed.
@@ -928,6 +947,34 @@ typedef struct _tdm_func_window {
        tdm_error (*hwc_window_unset_buffer)(tdm_hwc_window *hwc_window);
 
        /**
+        * @brief Get a buffer which is set to a window object
+        * @details A TDM buffer will be applied when the output object
+        * of a layer object is committed.
+        * @param[in] hwc_window A window object
+        * @param[out] error #TDM_ERROR_NONE if success. Otherwise, error value.
+        * @return A buffer which is @b assigend to a window object
+        *
+        * Implementation should return #TDM_ERROR_BUSY if #hwc_window can't
+        * be updated right now, this won't be interpreted like some critical
+        * error.
+        */
+       tbm_surface_h (*hwc_window_get_buffer)(tdm_hwc_window *hwc_window,
+                                                                          tdm_error *error);
+
+       /**
+        * @brief Get a layer associated with a window object
+        * @param[in] hwc_window A window object
+        * @param[out] error #TDM_ERROR_NONE if success. Otherwise, error value.
+        * @return A layer which is @b assigend to a window object
+        * @remark
+        * A backend module @b SHOULD implement this function. The backend should
+        * return the tdm_layer assoicated with a hwc_window which must be assigend
+        * hw overlay.\n
+        */
+       tdm_layer *(*hwc_window_get_layer)(tdm_hwc_window *hwc_window,
+                                                                          tdm_error *error);
+
+       /**
         * @brief Set a flags to a window object
         * @param[in] hwc_window A window object
         * @param[in] flags A hwc_window flags