Home
last modified time | relevance | path

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

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