HomeSort by relevance Sort by last modified time
    Searched refs:AshmemAllocator (Results 1 - 3 of 3) sorted by null

  /system/libhidl/transport/allocator/1.0/default/
service.cpp 3 #include "AshmemAllocator.h"
12 using android::hidl::allocator::V1_0::implementation::AshmemAllocator;
19 sp<IAllocator> allocator = new AshmemAllocator();
AshmemAllocator.h 39 struct AshmemAllocator : public IAllocator {
AshmemAllocator.cpp 17 #define LOG_TAG "AshmemAllocator"
20 #include "AshmemAllocator.h"
53 Return<void> AshmemAllocator::allocate(uint64_t size, allocate_cb _hidl_cb) {
61 Return<void> AshmemAllocator::batchAllocate(uint64_t size, uint64_t count, batchAllocate_cb _hidl_cb) {

Completed in 96 milliseconds