pts api 回退13

Signed-off-by: lihui <lihui359@huawei.com>
This commit is contained in:
lihui 2024-11-02 15:07:53 +08:00
parent 8ec3018a9f
commit e8c8289f31

View File

@ -163,15 +163,17 @@ typedef enum NativeWindowOperation {
*/
GET_SWAP_INTERVAL,
/**
* set native window buffer timeout,
* set the timeout in milliseconds when the native window requests a buffer,
* the default value is 3000 milliseconds when not set,
* variable parameter in function is
* [in] int32_t timeout.
* [in] int32_t timeout, in milliseconds.
*/
SET_TIMEOUT,
/**
* get native window buffer timeout,
* get the timeout in milliseconds when the native window requests a buffer,
* the default value is 3000 milliseconds when not set,
* variable parameter in function is
* [out] int32_t *timeout.
* [out] int32_t *timeout, in milliseconds.
*/
GET_TIMEOUT,
/**
@ -264,7 +266,7 @@ typedef enum NativeWindowOperation {
* the desiredPresentTimestamp will be ignored.\n
* Variable parameter in function is
* [in] int64_t desiredPresentTimestamp.
* @since 14
* @since 13
*/
SET_DESIRED_PRESENT_TIMESTAMP = 24,
} NativeWindowOperation;