Home
last modified time | relevance | path

Searched refs:WriteBufferHandle (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/buffer_handle/test/unittest/
H A Dbuffer_handle_test.cpp125 HWTEST_F(BufferHandleTest, WriteBufferHandle, Function | SmallTest | Level2)
132 ASSERT_EQ(false, WriteBufferHandle(parcel, *handle));
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
H A Dbuffer_handle_parcel.h29 bool WriteBufferHandle(MessageParcel &parcel, const BufferHandle &handle);
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/server/
H A Dallocator_service_stub.cpp56 if (WriteBufferHandle(reply, *buffer) != true) { in AllocaltorStubAllocMem()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_photo_proxy.cpp154 bool ret = WriteBufferHandle(parcel, *bufferHandle_); in WriteToParcel()
H A Ddeferred_photo_proxy.cpp125 WriteBufferHandle(parcel, *bufferHandle_); in WriteToParcel()
/ohos5.0/foundation/graphic/graphic_surface/buffer_handle/src/
H A Dbuffer_handle.cpp86 bool WriteBufferHandle(MessageParcel &parcel, const BufferHandle &handle) in WriteBufferHandle() function
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/util/
H A Ddisplay_device_common.cpp222 if (!WriteBufferHandle(*parcel, *data)) { in DisplayDeviceWriteBufHdl()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp499 bool ret = WriteBufferHandle(parcel, *handle_); in WriteToMessageParcel()