Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DTypefaceSerializationPerfTest.java87 SharedMemory memory = Typeface.serializeFontMap(systemFontMap); in testSerializeFontMap_memory() local
101 SharedMemory memory = Typeface.serializeFontMap(Typeface.getSystemFontMap()); in testDeserializeFontMap() local
124 SharedMemory memory = Typeface.serializeFontMap(Typeface.getSystemFontMap()); in testDeserializeFontMap_memory() local
156 SharedMemory memory = null; in testSetSystemFontMap() local
/frameworks/av/media/utils/tests/
Dshared_memory_allocator_tests.cpp93 const auto memory = allocator.allocate(BasicAllocRequest{500}); in TEST() local
190 const auto memory = allocator.allocate(NamedAllocRequest{{4096}, "allocation"}); in TEST() local
203 const auto memory = allocator.allocate(NamedAllocRequest{{4096}, "allocation"}); in TEST() local
228 const auto memory = allocator.allocate(NamedAllocRequest{{3000}, "allocation_1"}); in TEST() local
252 const auto memory = fallback_allocator.allocate(NamedAllocRequest{{3000}, "allocation_1"}); in TEST() local
332 const auto memory = allocator.allocate(NamedAllocRequest{{3000}, "allocation_1"}); in TEST() local
/frameworks/compile/mclinker/lib/MC/
DInputBuilder.cpp124 MemoryArea* memory = m_pMemFactory->produce(pInput.path(), pMode, pPerm); in setMemory() local
130 MemoryArea* memory = m_pMemFactory->produce(pMemBuffer, pSize); in setMemory() local
/frameworks/libs/net/common/tests/unit/src/com/android/testutils/
DHandlerUtilsTest.kt52 var memory = StringBuilder() in <lambda>() variable
/frameworks/base/libs/hwui/pipeline/skia/
DATraceMemoryDump.h65 uint64_t memory; member
/frameworks/av/media/libstagefright/
DCodecBase.cpp30 const sp<IMemory> &memory, in IMemoryToSharedBuffer()
DACodecBufferChannel.cpp330 int32_t ACodecBufferChannel::getHeapSeqNum(const sp<HidlMemory> &memory) { in getHeapSeqNum()
344 const sp<hardware::HidlMemory> &memory, in attachEncryptedBuffer()
DCryptoAsync.cpp116 sp<hardware::HidlMemory> memory; in attachEncryptedBufferAndQueue() local
DMediaCodec.cpp3088 sp<WrapperObject<sp<hardware::HidlMemory>>> memory{ in queueEncryptedBuffer() local
5540 sp<hardware::HidlMemory> memory; in queueCSDInputBuffer() local
5730 sp<hardware::HidlMemory> memory; in onQueueInputBuffer() local
/frameworks/base/core/java/android/text/
DSelection.java86 private static void setSelection(Spannable text, int start, int stop, int memory) { in setSelection()
107 private static void updateMemory(Spannable text, int memory) { in updateMemory()
174 private static void extendSelection(Spannable text, int index, int memory) { in extendSelection()
240 int memory = getSelectionMemory(text); in setSelectionAndMemory() local
/frameworks/av/media/libaudiohal/impl/
DEffectBufferHalHidl.cpp75 [&](bool success, const hidl_memory& memory) { in init()
/frameworks/base/core/proto/android/internal/
Dpowerprofile.proto104 optional double memory = 36; field
/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h385 const sp<hardware::HidlMemory> &memory, in attachEncryptedBuffer()
DMediaBuffer.h133 static bool isDeadObject(const sp<IMemory> &memory) { in isDeadObject()
/frameworks/native/services/sensorservice/
DAidlSensorHalWrapper.cpp251 status_t AidlSensorHalWrapper::registerDirectChannel(const sensors_direct_mem_t *memory, in registerDirectChannel()
DHidlSensorHalWrapper.cpp283 status_t HidlSensorHalWrapper::registerDirectChannel(const sensors_direct_mem_t* memory, in registerDirectChannel()
DSensorDevice.cpp773 int32_t SensorDevice::registerDirectChannel(const sensors_direct_mem_t* memory) { in registerDirectChannel()
/frameworks/native/vulkan/vkjson/
Dvkjson.h119 VkPhysicalDeviceMemoryProperties memory; member
/frameworks/native/libs/binder/
DMemoryDealer.cpp240 sp<IMemory> memory; in allocate() local
/frameworks/base/core/java/android/os/
DHwParcel.java332 public native final void writeHidlMemory(@NonNull HidlMemory memory); in writeHidlMemory()
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.h884 sp<IMemory> memory; member
DCCodecBufferChannel.cpp422 int32_t CCodecBufferChannel::getHeapSeqNum(const sp<HidlMemory> &memory) { in getHeapSeqNum()
436 const sp<hardware::HidlMemory> &memory, in attachEncryptedBuffer()
DCCodecBuffers.cpp902 sp<IMemory> memory = mDealer->allocate(capacity); local
943 sp<IMemory> memory; in Alloc() local
DCodec2Buffer.cpp951 const sp<IMemory> &memory, in EncryptedLinearBlockBuffer()
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp1014 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl… in FreeMemory()
1018 VKAPI_ATTR VkResult MapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDevice… in MapMemory()
1022 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory) { in UnmapMemory()
1034 VKAPI_ATTR void GetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCo… in GetDeviceMemoryCommitment()
1042 VKAPI_ATTR VkResult BindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDev… in BindBufferMemory()
1050 VKAPI_ATTR VkResult BindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, VkDevice… in BindImageMemory()
1976 VKAPI_ATTR void vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* p… in vkFreeMemory()
1981 VKAPI_ATTR VkResult vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDevi… in vkMapMemory()
1986 VKAPI_ATTR void vkUnmapMemory(VkDevice device, VkDeviceMemory memory) { in vkUnmapMemory()
2001 VKAPI_ATTR void vkGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize* p… in vkGetDeviceMemoryCommitment()
[all …]

12