Home
last modified time | relevance | path

Searched defs:handleSize (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_tunnel_handle.cpp27 size_t handleSize = sizeof(GraphicExtDataHandle) + (sizeof(int32_t) * reserveInts); in AllocExtDataHandle() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/
H A Dcamera_buffer_handle_utils.cpp37 size_t handleSize = sizeof(BufferHandle) + (sizeof(int32_t) * (reserveFds + reserveInts)); in CameraAllocateBufferHandle() local
/foundation/graphic/graphic_surface/buffer_handle/src/
H A Dbuffer_handle.cpp43 size_t handleSize = sizeof(BufferHandle) + (sizeof(int32_t) * (reserveFds + reserveInts)); in AllocateBufferHandle() local
/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dnative_window_buffer_test.cpp58 size_t handleSize = sizeof(OHExtDataHandle) + (sizeof(int32_t) * reserveInts); in SetData() local
/foundation/multimedia/media_library/frameworks/js/src/
H A Dpicture_handle_client.cpp312 size_t handleSize = sizeof(BufferHandle) + (sizeof(int32_t) * (reserveFds + reserveInts)); in ReadBufferHandle() local
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp42 size_t handleSize = sizeof(OHExtDataHandle) + (sizeof(int32_t) * reserveInts); in AllocOHExtDataHandle() local

Completed in 8 milliseconds