/aosp12/hardware/google/gchips/include/ |
H A D | GrallocWrapper.h | 93 Error allocate(BufferDescriptor descriptor, in allocate() function 99 Error allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, uint32_t count, in allocate() function 110 Error allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() function
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/ |
H A D | MapperVts.h | 69 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() function 74 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() function 79 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() function
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | basic_transformer_test.cpp | 42 BasicTransformer::AllocateMem allocate = nullptr; variable 85 BasicTransformer::AllocateMem allocate = nullptr; variable 113 BasicTransformer::AllocateMem allocate = nullptr; variable
|
/aosp12/system/memory/libmemunreachable/ |
H A D | Allocator.h | 65 T* allocate() { in allocate() function 121 T* allocate(std::size_t n) { return reinterpret_cast<T*>(heap_.allocate(n * sizeof(T))); } in allocate() function 165 T* allocate() { return STLAllocator<T>::allocate(1); } in allocate() function
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | synchronized_memory_pool_impl.h | 27 ElementType *SynchronizedMemoryPool<ElementType, kSize>::allocate( in allocate() function
|
H A D | memory_pool_impl.h | 39 ElementType *MemoryPool<ElementType, kSize>::allocate(Args &&... args) { in allocate() function
|
/aosp12/system/chre/util/include/chre/util/flatbuffers/ |
H A D | helpers.h | 31 uint8_t *allocate(size_t size) override { in allocate() function
|
/aosp12/hardware/google/gchips/gralloc4/src/4.x/ |
H A D | GrallocAllocator.cpp | 52 Return<void> GrallocAllocator::allocate(const BufferDescriptor &descriptor, uint32_t count, allocat… in allocate() function in arm::allocator::GrallocAllocator
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
H A D | RequestBuilder.java | 69 public void allocate() throws InterruptedException, ResourceAcquisitionFailedException { in allocate() method in RequestBuilder.UnregisteredStreamProvider 81 public void allocate() throws InterruptedException, in allocate() method
|
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/ |
H A D | Allocator.h | 57 Return<void> allocate(const BufferDescriptor& descriptor, uint32_t count, in allocate() function
|
/aosp12/bionic/libc/arch-x86/bionic/ |
H A D | __set_tls.cpp | 36 __LIBC_HIDDEN__ void __init_user_desc(user_desc* result, bool allocate, void* base_addr) { in __init_user_desc()
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | QtiAllocator.cpp | 83 Return<void> QtiAllocator::allocate(const hidl_vec<uint32_t> &descriptor, uint32_t count, in allocate() function in vendor::qti::hardware::display::allocator::V3_0::implementation::QtiAllocator 150 Return<void> QtiAllocator::allocate(const hidl_vec<uint8_t> &descriptor, uint32_t count, in allocate() function in vendor::qti::hardware::display::allocator::V4_0::implementation::QtiAllocator
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | QtiAllocator.cpp | 83 Return<void> QtiAllocator::allocate(const hidl_vec<uint32_t> &descriptor, uint32_t count, in allocate() function in vendor::qti::hardware::display::allocator::V3_0::implementation::QtiAllocator 150 Return<void> QtiAllocator::allocate(const hidl_vec<uint8_t> &descriptor, uint32_t count, in allocate() function in vendor::qti::hardware::display::allocator::V4_0::implementation::QtiAllocator
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ |
H A D | AllocatingImageStream.java | 66 public void allocate() throws InterruptedException, ResourceAcquisitionFailedException { in allocate() method in AllocatingImageStream
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | GCFactory.h | 124 value_type* allocate(size_t N) { in allocate() function 131 value_type* allocate() { in allocate() function
|
/aosp12/art/test/908-gc-start-finish/src/art/ |
H A D | Test908.java | 63 private static void allocate(ArrayList<Object> l, long tag) { in allocate() method in Test908
|
/aosp12/frameworks/av/services/oboeservice/ |
H A D | SharedRingBuffer.cpp | 42 aaudio_result_t SharedRingBuffer::allocate(fifo_frames_t bytesPerFrame, in allocate() function in SharedRingBuffer
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | BackingStore.java | 339 public abstract void allocate(FrameType frameType); in allocate() method in BackingStore.Backing 419 public void allocate(FrameType frameType) { in allocate() method in BackingStore.ObjectBacking 492 public void allocate(FrameType frameType) { in allocate() method in BackingStore.BitmapBacking 586 public void allocate(FrameType frameType) { in allocate() method in BackingStore.TextureBacking 699 public void allocate(FrameType frameType) { in allocate() method in BackingStore.ByteBufferBacking 806 public void allocate(FrameType frameType) { in allocate() method in BackingStore.AllocationBacking
|
/aosp12/system/libhidl/transport/allocator/1.0/default/ |
H A D | AshmemAllocator.cpp | 53 Return<void> AshmemAllocator::allocate(uint64_t size, allocate_cb _hidl_cb) { in allocate() function in android::hidl::allocator::V1_0::implementation::AshmemAllocator
|
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | Allocator.cpp | 35 void allocate(const buffer_descriptor_t &bufferDescriptor, uint32_t count, IAllocator::allocate_cb … in allocate() function
|
/aosp12/frameworks/native/libs/ui/ |
H A D | GraphicBufferAllocator.cpp | 176 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, PixelFormat format, in allocate() function in android::GraphicBufferAllocator 193 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, PixelFormat format, in allocate() function in android::GraphicBufferAllocator
|
/aosp12/frameworks/av/media/bufferpool/1.0/ |
H A D | Connection.cpp | 71 ResultStatus Connection::allocate( in allocate() function in android::hardware::media::bufferpool::V1_0::implementation::Connection
|
/aosp12/frameworks/av/media/bufferpool/2.0/ |
H A D | Connection.cpp | 78 ResultStatus Connection::allocate( in allocate() function in android::hardware::media::bufferpool::V2_0::implementation::Connection
|
/aosp12/hardware/qcom/sdm845/display/gralloc/ |
H A D | QtiAllocator.cpp | 63 Return<void> QtiAllocator::allocate(const hidl_vec<uint32_t> &descriptor, uint32_t count, in allocate() function in vendor::qti::hardware::display::allocator::V1_0::implementation::QtiAllocator
|
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | GrallocAllocator.cpp | 90 Return<void> GrallocAllocator::allocate(const BufferDescriptor& descriptor, in allocate() function in android::hardware::graphics::allocator::HIDL_IALLOCATOR_NAMESPACE::implementation::GrallocAllocator
|