Lines Matching refs:AidlAllocator
13 namespace AidlAllocator = aidl::android::hardware::graphics::allocator;
32 AidlAllocator::AllocationResult* result) { in allocate()
39 static_cast<int32_t>(AidlAllocator::AllocationError::BAD_DESCRIPTOR)); in allocate()
71 static_cast<int32_t>(AidlAllocator::AllocationError::BAD_DESCRIPTOR)); in allocate()
75 static_cast<int32_t>(AidlAllocator::AllocationError::NO_RESOURCES)); in allocate()
79 static_cast<int32_t>(AidlAllocator::AllocationError::UNSUPPORTED)); in allocate()
89 const AidlAllocator::BufferDescriptorInfo& descriptor) { in toInternalDescriptor()
106 const AidlAllocator::BufferDescriptorInfo& descriptor, int32_t count, in allocate2()
107 AidlAllocator::AllocationResult* result) { in allocate2()
138 static_cast<int32_t>(AidlAllocator::AllocationError::BAD_DESCRIPTOR)); in allocate2()
142 static_cast<int32_t>(AidlAllocator::AllocationError::NO_RESOURCES)); in allocate2()
146 static_cast<int32_t>(AidlAllocator::AllocationError::UNSUPPORTED)); in allocate2()
157 const AidlAllocator::BufferDescriptorInfo& descriptor, bool* result) { in isSupported()