/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_gralloc.h | 155 int32_t (*IsSupportedAlloc)(uint32_t num, const VerifyAllocInfo *infos, bool *supporteds); member
|
/ohos5.0/drivers/interface/display/buffer/v1_0/include/ |
H A D | idisplay_buffer.h | 126 virtual int32_t IsSupportedAlloc(
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | display_buffer_vdi_impl.h | 39 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos,
|
H A D | display_buffer_vdi_impl.cpp | 77 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 D | idisplay_gralloc.h | 145 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo> &infos,
|
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/ |
H A D | display_gralloc_client.h | 43 int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo> &infos,
|
H A D | display_gralloc_client.cpp | 144 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 D | idisplay_buffer_vdi.h | 120 virtual int32_t IsSupportedAlloc(
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/ |
H A D | display_buffer_vdi_impl.h | 40 virtual int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos,
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | display_buffer_vdi_impl.cpp | 77 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 D | buffer_client_producer_remote_test.cpp | 449 GSError ret = bp->IsSupportedAlloc(infos, supporteds); 464 GSError ret = bp->IsSupportedAlloc(infos, supporteds); 479 ret = bp->IsSupportedAlloc(infos, supporteds);
|
H A D | producer_surface_test.cpp | 868 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 D | display_buffer_hdi_impl.h | 191 int32_t IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, in IsSupportedAlloc() function
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | ibuffer_producer.h | 89 virtual GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
|
H A D | iconsumer_surface.h | 97 virtual GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
|
H A D | surface.h | 95 virtual GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
|
/ohos5.0/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_client_producer.h | 74 …GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &suppo…
|
H A D | consumer_surface.h | 112 …GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &suppo…
|
H A D | producer_surface.h | 114 …GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &suppo…
|
H A D | buffer_queue.h | 143 GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos,
|
H A D | buffer_queue_producer.h | 85 …GSError IsSupportedAlloc(const std::vector<BufferVerifyAllocInfo> &infos, std::vector<bool> &suppo…
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-display-vdi-des.md | 202 …| 判断是否能申请请求的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 D | buffer_queue_producer.cpp | 523 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 D | driver-peripherals-display-vdi-des.md | 203 …| 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 D | surface_fuzzer.cpp | 244 pSurface->IsSupportedAlloc(infos, supporteds); in SurfaceFuzzTest2()
|