Home
last modified time | relevance | path

Searched refs:FlushMCache (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gralloc.h129 int32_t (*FlushMCache)(BufferHandle *handle); member
/drivers/peripheral/display/hdi_service/gralloc/client/
H A Ddisplay_gralloc_client.h40 int32_t FlushMCache(const BufferHandle &handle) const override;
H A Ddisplay_gralloc_client.cpp138 int32_t DisplayGrallocClient::FlushMCache(const BufferHandle &handle) const in FlushMCache() function in OHOS::HDI::Display::V1_0::DisplayGrallocClient
/drivers/peripheral/display/hdi_service/gralloc/include/
H A Didisplay_gralloc.h120 virtual int32_t FlushMCache(const BufferHandle &buffer) const = 0;
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c465 if (g_displayTest.grallocFuncs->FlushMCache != NULL) { in FlushMCacheTest()
466 ret = g_displayTest.grallocFuncs->FlushMCache(g_buffer); in FlushMCacheTest()

Completed in 3 milliseconds