Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 25 of 27) 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
/frameworks/av/media/utils/tests/
Dshared_memory_allocator_tests.cpp94 const auto memory = allocator.allocate(BasicAllocRequest{500}); in TEST() local
191 const auto memory = allocator.allocate(NamedAllocRequest{{kPageSize}, "allocation"}); in TEST() local
204 const auto memory = allocator.allocate(NamedAllocRequest{{kPageSize}, "allocation"}); in TEST() local
230 const auto memory = allocator.allocate(NamedAllocRequest{{kMaxPageSize}, "allocation_1"}); in TEST() local
256 const auto memory = in TEST() local
340 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/base/libs/hwui/pipeline/skia/
DATraceMemoryDump.h66 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.cpp150 sp<hardware::HidlMemory> memory; in attachEncryptedBufferAndQueue() local
DMediaCodec.cpp3410 sp<WrapperObject<sp<hardware::HidlMemory>>> memory{ in queueEncryptedBuffer() local
5954 sp<hardware::HidlMemory> memory; in queueCSDInputBuffer() local
6150 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/libstagefright/include/media/stagefright/
DCodecBase.h441 const sp<hardware::HidlMemory> &memory, in attachEncryptedBuffer()
481 const sp<hardware::HidlMemory> &memory, in attachEncryptedBuffers()
DMediaBuffer.h133 static bool isDeadObject(const sp<IMemory> &memory) { in isDeadObject()
/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/native/services/sensorservice/
DAidlSensorHalWrapper.cpp267 status_t AidlSensorHalWrapper::registerDirectChannel(const sensors_direct_mem_t *memory, in registerDirectChannel()
DHidlSensorHalWrapper.cpp299 status_t HidlSensorHalWrapper::registerDirectChannel(const sensors_direct_mem_t* memory, in registerDirectChannel()
DSensorDevice.cpp833 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.h891 sp<IMemory> memory; member
DCCodecBufferChannel.cpp485 int32_t CCodecBufferChannel::getHeapSeqNum(const sp<HidlMemory> &memory) { in getHeapSeqNum()
501 const sp<hardware::HidlMemory> &memory, in attachEncryptedBuffers()
624 const sp<hardware::HidlMemory> &memory, in attachEncryptedBuffer()
DCCodecBuffers.cpp1080 sp<IMemory> memory = mDealer->allocate(capacity); local
1121 sp<IMemory> memory; in Alloc() local
DCodec2Buffer.cpp993 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 …]
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp2889 sp<hardware::HidlMemory> *memory) { in extractMemoryFromContext()
2999 sp<hardware::HidlMemory> memory; in android_media_MediaCodec_native_queueLinearBlock() local

12