Home
last modified time | relevance | path

Searched refs:ReadBufferRequestConfig (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_buffer.h114 virtual GSError ReadBufferRequestConfig(MessageParcel &parcel) in ReadBufferRequestConfig() function
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dsurface_buffer_impl.h90 GSError ReadBufferRequestConfig(MessageParcel &parcel) override;
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dsurface_buffer_impl_test.cpp318 ASSERT_EQ(buffer->ReadBufferRequestConfig(parcel), GSERROR_OK);
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp507 GSError SurfaceBufferImpl::ReadBufferRequestConfig(MessageParcel &parcel) in ReadBufferRequestConfig() function in OHOS::SurfaceBufferImpl
H A Dbuffer_client_producer.cpp192 ret = buffer->ReadBufferRequestConfig(reply); in GetLastFlushedBufferCommon()
H A Dbuffer_queue_producer.cpp340 sRet = buffer->ReadBufferRequestConfig(arguments); in AttachBufferToQueueReadBuffer()