| /frameworks/native/vulkan/libvulkan/ |
| D | debug_report.cpp | 25 const VkAllocationCallbacks& allocator) { in AddCallback() 42 const VkAllocationCallbacks& allocator) { in RemoveCallback() 120 const VkAllocationCallbacks* allocator, in CreateDebugReportCallbackEXT() 151 const VkAllocationCallbacks* allocator) { in DestroyDebugReportCallbackEXT()
|
| D | api.cpp | 57 OverrideLayerNames(bool is_instance, const VkAllocationCallbacks& allocator) in OverrideLayerNames() 336 const VkAllocationCallbacks& allocator) in OverrideExtensionNames() 513 const VkAllocationCallbacks& allocator) in LayerChain() 805 const VkAllocationCallbacks* allocator, in Create() 878 const VkAllocationCallbacks* allocator, in Create() 1030 const VkAllocationCallbacks& allocator) { in DestroyLayers() 1088 const VkAllocationCallbacks* allocator, in CreateInstance() 1114 const VkAllocationCallbacks* allocator, in CreateDevice() 1140 const VkAllocationCallbacks* allocator) { in DestroyInstance() 1161 const VkAllocationCallbacks* allocator) { in DestroyDevice()
|
| D | driver.cpp | 319 const VkAllocationCallbacks& allocator) in CreateInfoWrapper() 335 const VkAllocationCallbacks& allocator) in CreateInfoWrapper() 713 InstanceData* AllocateInstanceData(const VkAllocationCallbacks& allocator) { in AllocateInstanceData() 724 const VkAllocationCallbacks& allocator) { in FreeInstanceData() 730 const VkAllocationCallbacks& allocator, in AllocateDeviceData() 741 void FreeDeviceData(DeviceData* data, const VkAllocationCallbacks& allocator) { in FreeDeviceData()
|
| D | driver.h | 74 const VkAllocationCallbacks allocator; member 94 const VkAllocationCallbacks allocator; member
|
| D | swapchain.cpp | 520 const VkAllocationCallbacks* allocator, in CreateAndroidSurfaceKHR() 562 const VkAllocationCallbacks* allocator) { in DestroySurfaceKHR() 984 const VkAllocationCallbacks* allocator) { in DestroySwapchainInternal() 1019 const VkAllocationCallbacks* allocator, in CreateSwapchainKHR() 1403 const VkAllocationCallbacks* allocator) { in DestroySwapchainKHR() 1609 const VkAllocationCallbacks* allocator = &GetData(device).allocator; in QueuePresentKHR() local
|
| /frameworks/native/libs/binder/ndk/ |
| D | parcel.cpp | 110 ContiguousArrayAllocator<T> allocator) { in ReadArray() 139 ContiguousArrayAllocator<char16_t> allocator) { in ReadArray() 187 binder_status_t ReadArray(const AParcel* parcel, void* arrayData, ArrayAllocator<T> allocator, in ReadArray() 326 AParcel_stringAllocator allocator) { in AParcel_readString() 399 AParcel_stringArrayAllocator allocator, in AParcel_readStringArray() 446 AParcel_parcelableArrayAllocator allocator, in AParcel_readParcelableArray() 601 AParcel_int32ArrayAllocator allocator) { in AParcel_readInt32Array() 606 AParcel_uint32ArrayAllocator allocator) { in AParcel_readUint32Array() 611 AParcel_int64ArrayAllocator allocator) { in AParcel_readInt64Array() 616 AParcel_uint64ArrayAllocator allocator) { in AParcel_readUint64Array() [all …]
|
| /frameworks/av/media/codec2/vndk/ |
| D | C2Store.cpp | 103 id_t id, std::shared_ptr<C2Allocator> *const allocator) { in fetchAllocator() 148 const std::shared_ptr<C2AllocatorIon> allocator, in UseComponentStoreForIonAllocator() 210 std::shared_ptr<C2AllocatorIon> allocator; in setComponentStore() local 222 std::shared_ptr<C2AllocatorIon> allocator = gIonAllocator.lock(); in fetchIonAllocator() local 240 std::shared_ptr<C2Allocator> allocator = blobAllocator.lock(); in fetchBlobAllocator() local 252 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock(); in fetchGrallocAllocator() local 264 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock(); in fetchBufferQueueAllocator() local 343 std::shared_ptr<C2Allocator> allocator; in _createBlockPool() local 462 std::shared_ptr<C2Allocator> allocator; in GetCodec2BlockPool() local
|
| D | C2PlatformStorePluginLoader.cpp | 77 ::C2Allocator::id_t allocatorId, std::shared_ptr<C2Allocator>* const allocator) { in createAllocator()
|
| D | C2Buffer.cpp | 330 const std::shared_ptr<C2Allocator> &allocator) in C2BasicLinearBlockPool() 400 std::unique_ptr<C2Allocator> allocator; in CreateLinearBlock() local 435 std::unique_ptr<C2Allocator> allocator; in CreateLinearBlock() local 476 _C2BufferPoolAllocator(const std::shared_ptr<C2Allocator> &allocator) in _C2BufferPoolAllocator() 682 Impl(const std::shared_ptr<C2Allocator> &allocator) in Impl() 780 const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId) in C2PooledBlockPool() 1106 const std::shared_ptr<C2Allocator> &allocator) in C2BasicGraphicBlockPool()
|
| /frameworks/ml/nn/common/ |
| D | MemoryUtils.cpp | 32 static sp<IAllocator> allocator = IAllocator::getService(type); in allocateSharedMemory() local
|
| /frameworks/base/libs/hwui/tests/common/scenes/ |
| D | TvApp.cpp | 52 explicit TvApp(BitmapAllocationTestUtils::BitmapAllocator allocator) in TvApp() 236 …explicit TvAppNoRoundedCorner(BitmapAllocationTestUtils::BitmapAllocator allocator) : TvApp(alloca… in TvAppNoRoundedCorner() 244 …explicit TvAppColorFilter(BitmapAllocationTestUtils::BitmapAllocator allocator) : TvApp(allocator)… in TvAppColorFilter() 252 explicit TvAppNoRoundedCornerColorFilter(BitmapAllocationTestUtils::BitmapAllocator allocator) in TvAppNoRoundedCornerColorFilter()
|
| D | BitmapShaders.cpp | 30 explicit BitmapShaders(BitmapAllocationTestUtils::BitmapAllocator allocator) in BitmapShaders()
|
| D | BitmapFillrate.cpp | 34 explicit BitmapFillrate(BitmapAllocationTestUtils::BitmapAllocator allocator) in BitmapFillrate()
|
| /frameworks/base/libs/hwui/utils/ |
| D | LinearAllocator.h | 161 explicit LinearStdAllocator(LinearAllocator& allocator) : linearAllocator(allocator) {} in LinearStdAllocator() 201 explicit LsaVector(const LinearStdAllocator<T>& allocator) in LsaVector()
|
| /frameworks/native/vulkan/nulldrv/ |
| D | null_driver.cpp | 40 VkAllocationCallbacks allocator; member 100 VkAllocationCallbacks allocator; member 293 const VkAllocationCallbacks* allocator, in CreateInstance() 662 const VkAllocationCallbacks* allocator, in CreateDevice() 707 VkAllocationCallbacks allocator; member 805 const VkAllocationCallbacks* allocator) { in FreeMemory() 863 const VkAllocationCallbacks* allocator) { in DestroyBuffer() 923 const VkAllocationCallbacks* allocator) { in DestroyImage() 1218 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) { in DestroyFence() 1234 … DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocator) { in DestroySemaphore() [all …]
|
| /frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
| D | buffer_wrapper.h | 114 BufferWrapper(const BufferType& buffer, const Allocator& allocator) in BufferWrapper() 117 BufferWrapper(BufferType&& buffer, const Allocator& allocator) in BufferWrapper()
|
| /frameworks/base/libs/hwui/pipeline/skia/ |
| D | SkiaDisplayList.h | 147 LinearAllocator allocator; variable
|
| /frameworks/base/tools/lock_agent/ |
| D | agent.cpp | 227 const unsigned char* classData, dex::Writer::Allocator* allocator) { in maybeTransform() 293 JvmtiAllocator allocator(jvmtiEnv); in transformHook() local 523 NewDeleteAllocator allocator; in locktest_main() local
|
| /frameworks/base/libs/hwui/tests/unit/ |
| D | LinearAllocatorTests.cpp | 117 LinearAllocator allocator; in TEST() local
|
| /frameworks/native/libs/ui/ |
| D | GraphicBuffer.cpp | 125 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in free_handle() local 161 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in reallocate() local 184 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); in initWithSize() local
|
| /frameworks/av/media/bufferpool/1.0/ |
| D | Accessor.cpp | 134 Accessor::Accessor(const std::shared_ptr<BufferPoolAllocator> &allocator) in Accessor()
|
| D | ClientManager.cpp | 263 const std::shared_ptr<BufferPoolAllocator> &allocator, in create() 439 const std::shared_ptr<BufferPoolAllocator> &allocator, in create()
|
| D | AccessorImpl.cpp | 134 const std::shared_ptr<BufferPoolAllocator> &allocator) in Impl() 469 const std::shared_ptr<BufferPoolAllocator> &allocator, in getFreeBuffer()
|
| /frameworks/av/media/bufferpool/2.0/ |
| D | Accessor.cpp | 150 Accessor::Accessor(const std::shared_ptr<BufferPoolAllocator> &allocator) in Accessor()
|
| D | ClientManager.cpp | 271 const std::shared_ptr<BufferPoolAllocator> &allocator, in create() 497 const std::shared_ptr<BufferPoolAllocator> &allocator, in create()
|