Home
last modified time | relevance | path

Searched refs:WriteBufferHandle (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_surface/interfaces/inner_api/buffer_handle/
H A Dbuffer_handle_parcel.h29 bool WriteBufferHandle(MessageParcel &parcel, const BufferHandle &handle);
/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
H A Dbuffer_handle_parcel.h29 bool WriteBufferHandle(MessageParcel &parcel, const BufferHandle &handle);
/foundation/graphic/graphic_surface/buffer_handle/test/unittest/
H A Dbuffer_handle_test.cpp123 * CaseDescription: OHOS::WriteBufferHandle
125 HWTEST_F(BufferHandleTest, WriteBufferHandle, Function | SmallTest | Level2) in HWTEST_F()
132 ASSERT_EQ(false, WriteBufferHandle(parcel, *handle)); in HWTEST_F()
/foundation/graphic/graphic_surface/buffer_handle/src/
H A Dbuffer_handle.cpp86 bool WriteBufferHandle(MessageParcel &parcel, const BufferHandle &handle) in WriteBufferHandle() function
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp125 WriteBufferHandle(parcel, *bufferHandle_); in WriteToParcel()
H A Dcamera_photo_proxy.cpp129 bool ret = WriteBufferHandle(parcel, *bufferHandle_); in WriteToParcel()
131 MEDIA_ERR_LOG("Failure, Reason: WriteBufferHandle return false"); in WriteToParcel()
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp520 bool ret = WriteBufferHandle(parcel, *handle_); in WriteToMessageParcel()

Completed in 4 milliseconds