Searched refs:allocateSharedMemory (Results 1 – 4 of 4) sorted by relevance
64 GeneralResult<SharedMemory> allocateSharedMemory(size_t size) { in allocateSharedMemory() function101 GeneralResult<SharedMemory> allocateSharedMemory(size_t size) { in allocateSharedMemory() function236 return allocateSharedMemory(size); in createSharedMemory()
28 hardware::hidl_memory allocateSharedMemory(int64_t size);
29 hidl_memory allocateSharedMemory(int64_t size) { in allocateSharedMemory() function
136 pool.hidlMemory(allocateSharedMemory(2 * sizeof(float))); in TEST()178 pool.hidlMemory(allocateSharedMemory(sizeof(float) + sizeof(int32_t))); in TEST()