/system/core/adb/crypto/ |
D | key.cpp | 36 BUF_MEM* mem = nullptr; in ToPEMString() local
|
D | x509_generator.cpp | 112 BUF_MEM* mem = nullptr; in X509ToPEMString() local
|
/system/libhidl/transport/memory/1.0/default/ |
D | AshmemMapper.cpp | 33 Return<sp<IMemory>> AshmemMapper::mapMemory(const hidl_memory& mem) { in mapMemory()
|
/system/memory/libmeminfo/ |
D | libmeminfo_benchmark.cpp | 59 static void get_mem_info(uint64_t mem[], const char* file) { in get_mem_info() 164 uint64_t mem[MEMINFO_COUNT]; in BM_ReadMemInfo_old() local 221 std::vector<uint64_t> mem(MEMINFO_COUNT); in BM_ReadMemInfo_new() local 334 uint64_t mem[MEMINFO_COUNT]; in BM_MemInfoWithZram_old() local 393 std::vector<uint64_t> mem(MEMINFO_COUNT); in BM_MemInfoWithZram_new() local
|
D | libmeminfo_test.cpp | 699 std::vector<uint64_t> mem(MEMINFO_COUNT); in TEST() local
|
/system/libhidl/transport/allocator/1.0/vts/functional/ |
D | VtsHidlAllocatorV1_0TargetTest.cpp | 54 EXPECT_OK(allocator->allocate(size, [&](bool success, const hidl_memory& mem) { in expectAllocateSuccess() 73 for (const hidl_memory& mem : mems) { in expectBatchAllocateSuccess() local
|
/system/extras/tests/pftest/ |
D | pftest.c | 47 char *mem = malloc((N_PAGES+1) * 4096); in main() local
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | memory_debug.h | 68 void *mem = nullptr; in debugAlloc() local
|
/system/extras/memory_replay/ |
D | File.cpp | 80 void* mem = in GetUnwindInfo() local
|
/system/chre/apps/chqts/src/shared/ |
D | nano_string.cc | 35 void memset(void *mem, int val, size_t count) { in memset()
|
/system/libhidl/base/ |
D | HidlSupport.cpp | 281 sp<HidlMemory> HidlMemory::getInstance(const hidl_memory& mem) { in getInstance() 287 sp<HidlMemory> HidlMemory::getInstance(hidl_memory&& mem) { in getInstance()
|
/system/core/libunwindstack/tests/ |
D | MapInfoCreateMemoryTest.cpp | 300 std::unique_ptr<Memory> mem(map_info->CreateMemory(process_memory_)); in TEST_F() local 347 std::unique_ptr<Memory> mem(map_info->CreateMemory(process_memory_)); in TEST_F() local
|
/system/chre/external/kiss_fft/ |
D | kiss_fftr.c | 27 kiss_fftr_cfg kiss_fftr_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem) in kiss_fftr_alloc()
|
D | kiss_fft.c | 339 kiss_fft_cfg kiss_fft_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem ) in kiss_fft_alloc()
|
/system/memory/libmemunreachable/ |
D | Allocator.cpp | 216 void* mem = MapAligned(kChunkSize, kChunkSize); in operator new() local 308 void* mem = MapAligned(kPageSize, kPageSize); in operator new() local
|
/system/nfc/src/nfc/include/ |
D | ce_int.h | 127 tCE_MEM mem; member
|
D | rw_int.h | 175 uint8_t mem[T1T_SEGMENT_SIZE]; /* Tag contents of block 0 or from block 0-E */ member
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 910 EXPECT_OK(ashmemAllocator->allocate(1024, [&](bool success, const hidl_memory& mem) { in TEST_F() 1021 sp<HidlMemory> mem; in TEST_F() local 1031 EXPECT_OK(token->get([&](const hidl_memory& mem) { in TEST_F() 1058 mtoken->get([&](const hidl_memory& mem) { in TEST_F() 1073 EXPECT_OK(memoryTest->haveSomeMemory(memory, [&](const hidl_memory &mem) { in TEST_F()
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 540 unsigned char *mem = (unsigned char *)&dataMem[test.memOffset]; in dataTransferTest() local
|