Home
last modified time | relevance | path

Searched refs:IsSupportedAlloc (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gralloc.h155 int32_t (*IsSupportedAlloc)(uint32_t num, const VerifyAllocInfo *infos, bool *supporteds); member
/ohos5.0/drivers/interface/display/buffer/v1_0/include/
H A Didisplay_buffer.h126 virtual int32_t IsSupportedAlloc(
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Ddisplay_buffer_vdi_impl.h39 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos,
H A Ddisplay_buffer_vdi_impl.cpp77 int32_t DisplayBufferVdiImpl::IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, in IsSupportedAlloc() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/include/
H A Didisplay_gralloc.h145 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo> &infos,
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/
H A Ddisplay_gralloc_client.h43 int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo> &infos,
H A Ddisplay_gralloc_client.cpp144 int32_t DisplayGrallocClient::IsSupportedAlloc(const std::vector<VerifyAllocInfo> &infos, in IsSupportedAlloc() function in OHOS::HDI::Display::V1_0::DisplayGrallocClient
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/include/
H A Didisplay_buffer_vdi.h120 virtual int32_t IsSupportedAlloc(
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/
H A Ddisplay_buffer_vdi_impl.h40 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos,
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp77 int32_t DisplayBufferVdiImpl::IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, in IsSupportedAlloc() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp449 GSError ret = bp->IsSupportedAlloc(infos, supporteds);
464 GSError ret = bp->IsSupportedAlloc(infos, supporteds);
479 ret = bp->IsSupportedAlloc(infos, supporteds);
H A Dproducer_surface_test.cpp868 GSError ret = pSurface->IsSupportedAlloc(infos, supporteds);
883 GSError ret = pSurface->IsSupportedAlloc(infos, supporteds);
898 ret = pSurface->IsSupportedAlloc(infos, supporteds);
929 GSError ret = pSurface->IsSupportedAlloc(infos, supporteds);
947 GSError ret = surface_->IsSupportedAlloc(infos, supporteds);
/ohos5.0/drivers/interface/display/buffer/v1_0/hdi_impl/
H A Ddisplay_buffer_hdi_impl.h191 int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, in IsSupportedAlloc() function
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h89 virtual GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
H A Diconsumer_surface.h97 virtual GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
H A Dsurface.h95 virtual GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h74 …GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &suppo…
H A Dconsumer_surface.h112 …GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &suppo…
H A Dproducer_surface.h114 …GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &suppo…
H A Dbuffer_queue.h143 GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
H A Dbuffer_queue_producer.h85 …GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &suppo…
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-display-vdi-des.md202 …| 判断是否能申请请求的buffer | int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, std…
227 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos,
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_producer.cpp523 GSError sret = IsSupportedAlloc(infos, supporteds); in IsSupportedAllocRemote()
1200 GSError BufferQueueProducer::IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, in IsSupportedAlloc() function in OHOS::BufferQueueProducer
1207 return bufferQueue_->IsSupportedAlloc(infos, supporteds); in IsSupportedAlloc()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-display-vdi-des.md203 …| int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, std::vector<bool>& supported…
228 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos,
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp244 pSurface->IsSupportedAlloc(infos, supporteds); in SurfaceFuzzTest2()

12