Home
last modified time | relevance | path

Searched refs:OH_NativeImage_GetSurfaceId (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/inner_api/surface/
H A Dnative_image.h174 int32_t OH_NativeImage_GetSurfaceId(OH_NativeImage* image, uint64_t* surfaceId);
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp127 int32_t OH_NativeImage_GetSurfaceId(OH_NativeImage* image, uint64_t* surfaceId) in OH_NativeImage_GetSurfaceId() function
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp848 * Function: OH_NativeImage_GetSurfaceId
865 int32_t ret = OH_NativeImage_GetSurfaceId(image, &surfaceId); in HWTEST_F()
870 * Function: OH_NativeImage_GetSurfaceId
882 int32_t ret = OH_NativeImage_GetSurfaceId(nullptr, &surfaceId); in HWTEST_F()
888 ret = OH_NativeImage_GetSurfaceId(imageNew, nullptr); in HWTEST_F()
892 ret = OH_NativeImage_GetSurfaceId(imageNew, &surfaceId); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_system_test.cpp301 int32_t ret = OH_NativeImage_GetSurfaceId(consumerSurface, &uniqueId); in HWTEST_F()

Completed in 4 milliseconds