Searched refs:MapMemoryForMutex (Results 1 – 3 of 3) sorted by relevance
59 static bool MapMemoryForMutex(const native_handle_t *handle, void **mem);
180 if (!TestBufferPoolAllocator::MapMemoryForMutex(rhandle, &mem)) { in doReceiver()240 ASSERT_TRUE(TestBufferPoolAllocator::MapMemoryForMutex(shandle, &mem)); in TEST_F()
222 bool TestBufferPoolAllocator::MapMemoryForMutex(const native_handle_t *handle, void **mem) { in MapMemoryForMutex() function in TestBufferPoolAllocator