Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocatorWrapper.cpp72 bool CheckIonSupport() { in CheckIonSupport() function
73 return BufferAllocator::CheckIonSupport(); in CheckIonSupport()
DBufferAllocator.cpp357 bool BufferAllocator::CheckIonSupport() { in CheckIonSupport() function in BufferAllocator
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocatorWrapper.h52 bool CheckIonSupport();
DBufferAllocator.h174 static bool CheckIonSupport();
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.c147 if (CheckIonSupport()) in main()
Ddmabuf_heap_test.cpp119 if (BufferAllocator::CheckIonSupport()) { in DmaBufHeapTest()
282 ASSERT_TRUE(!heap_list.empty() || BufferAllocator::CheckIonSupport()); in TEST_F()