Home
last modified time | relevance | path

Searched refs:gralloc_ (Results 1 - 4 of 4) sorted by relevance

/test/xts/hats/hdf/display/composer/common/
H A Dhdi_test_device.h42 return gralloc_; in GetGrallocInterface()
59 std::shared_ptr<IDisplayBuffer> gralloc_ = nullptr; member in OHOS::HDI::Display::TEST::HdiTestDevice
H A Dhdi_test_device.cpp50 gralloc_.reset(IDisplayBuffer::Get()); in InitDevice()
51 DISPLAY_TEST_CHK_RETURN((gralloc_ == nullptr), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("get IDisplayBuffer failed")); in InitDevice()
/test/xts/hats/hdf/codec/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp57 static IDisplayBuffer *gralloc_ = nullptr; member
130 gralloc_ = IDisplayBuffer::Get(); in SetUp()
146 gralloc_ = nullptr; in TearDown()
/test/xts/hats/hdf/codec/hdi_omx/
H A Dcodec_hdi_omx_test.cpp53 static IDisplayBuffer *gralloc_ = nullptr; member
89 if (bufferHandle != nullptr && gralloc_ != nullptr) { in ~BufferInfo()
90 gralloc_->FreeMem(*bufferHandle); in ~BufferInfo()
201 ASSERT_TRUE(gralloc_ != nullptr); in InitBufferHandle()
207 auto err = gralloc_->AllocMem(alloc, *bufferHandle); in InitBufferHandle()
222 gralloc_ = IDisplayBuffer::Get(); in SetUpTestCase()

Completed in 6 milliseconds