Home
last modified time | relevance | path

Searched refs:MapMemoryForMutex (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/media/bufferpool/aidl/default/tests/
Dallocator.h59 static bool MapMemoryForMutex(const native_handle_t *handle, void **mem);
Dcond.cpp180 if (!TestBufferPoolAllocator::MapMemoryForMutex(rhandle, &mem)) { in doReceiver()
240 ASSERT_TRUE(TestBufferPoolAllocator::MapMemoryForMutex(shandle, &mem)); in TEST_F()
Dallocator.cpp222 bool TestBufferPoolAllocator::MapMemoryForMutex(const native_handle_t *handle, void **mem) { in MapMemoryForMutex() function in TestBufferPoolAllocator