Lines Matching full:ndk
25 inline ndk::ScopedAStatus ToBinderStatus(AllocationError error) { in ToBinderStatus()
26 return ndk::ScopedAStatus::fromServiceSpecificError(static_cast<int32_t>(error)); in ToBinderStatus()
37 ndk::ScopedAStatus Allocator::initializeMetadata( in initializeMetadata()
65 return ndk::ScopedAStatus::ok(); in initializeMetadata()
74 ndk::ScopedAStatus Allocator::allocate(const std::vector<uint8_t>& descriptor, int32_t count, in allocate()
93 ndk::ScopedAStatus status = allocate(description, &outResult->stride, &handles[i]); in allocate()
109 return ndk::ScopedAStatus::ok(); in allocate()
112 ndk::ScopedAStatus Allocator::allocate(const BufferDescriptorInfoV4& descriptor, int32_t* outStride, in allocate()
154 return ndk::ScopedAStatus::ok(); in allocate()
169 ndk::ScopedAStatus Allocator::allocate2(const BufferDescriptorInfo& descriptor, int32_t count, in allocate2()
186 ndk::ScopedAStatus status = allocate(descriptionV4, &outResult->stride, &handles[i]); in allocate2()
202 return ndk::ScopedAStatus::ok(); in allocate2()
205 ndk::ScopedAStatus Allocator::isSupported(const BufferDescriptorInfo& descriptor, in isSupported()
214 return ndk::ScopedAStatus::ok(); in isSupported()
222 return ndk::ScopedAStatus::ok(); in isSupported()
228 return ndk::ScopedAStatus::ok(); in isSupported()
231 ndk::ScopedAStatus Allocator::getIMapperLibrarySuffix(std::string* outResult) { in getIMapperLibrarySuffix()
233 return ndk::ScopedAStatus::ok(); in getIMapperLibrarySuffix()
236 ::ndk::SpAIBinder Allocator::createBinder() { in createBinder()