Searched refs:WriteBufferHandle (Results 1 - 7 of 7) sorted by relevance
/foundation/graphic/graphic_surface/interfaces/inner_api/buffer_handle/ |
H A D | buffer_handle_parcel.h | 29 bool WriteBufferHandle(MessageParcel &parcel, const BufferHandle &handle);
|
/foundation/graphic/graphic_surface/interfaces/inner_api/utils/ |
H A D | buffer_handle_parcel.h | 29 bool WriteBufferHandle(MessageParcel &parcel, const BufferHandle &handle);
|
/foundation/graphic/graphic_surface/buffer_handle/test/unittest/ |
H A D | buffer_handle_test.cpp | 123 * 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 D | buffer_handle.cpp | 86 bool WriteBufferHandle(MessageParcel &parcel, const BufferHandle &handle) in WriteBufferHandle() function
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | deferred_photo_proxy.cpp | 125 WriteBufferHandle(parcel, *bufferHandle_); in WriteToParcel()
|
H A D | camera_photo_proxy.cpp | 129 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 D | surface_buffer_impl.cpp | 520 bool ret = WriteBufferHandle(parcel, *handle_); in WriteToMessageParcel()
|
Completed in 4 milliseconds