/system/libhidl/transport/allocator/1.0/vts/functional/ |
D | VtsHidlAllocatorV1_0TargetTest.cpp | 45 EXPECT_OK(allocator->allocate(size, [&](bool success, const hidl_memory& mem) { in expectAllocateSuccess() 64 for (const hidl_memory& mem : mems) { in expectBatchAllocateSuccess() 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 | 61 static void get_mem_info(uint64_t mem[], const char* file) { in get_mem_info() 166 uint64_t mem[MEMINFO_COUNT]; in BM_ReadMemInfo_old() local 223 std::vector<uint64_t> mem; in BM_ReadMemInfo_new() local 337 uint64_t mem[MEMINFO_COUNT]; in BM_MemInfoWithZram_old() local 396 std::vector<uint64_t> mem; in BM_MemInfoWithZram_new() local
|
D | libmeminfo_test.cpp | 1066 std::vector<uint64_t> mem; in TEST() local
|
/system/unwinding/libunwindstack/tests/ |
D | MapInfoCreateMemoryTest.cpp | 299 std::unique_ptr<Memory> mem(map_info->CreateMemory(process_memory_)); in TEST_F() local 346 std::unique_ptr<Memory> mem(map_info->CreateMemory(process_memory_)); in TEST_F() local 383 std::unique_ptr<Memory> mem(map_info->CreateMemory(process_memory_)); in TEST_F() local 461 std::unique_ptr<Memory> mem(map_info->CreateMemory(process_memory_)); in TEST_F() 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 | 81 void* mem = in GetUnwindInfo() local
|
/system/chre/apps/test/chqts/src/shared/ |
D | nano_string.cc | 33 void memset(void *mem, int val, size_t count) { in memset()
|
/system/libhidl/base/ |
D | HidlSupport.cpp | 289 sp<HidlMemory> HidlMemory::getInstance(const hidl_memory& mem) { in getInstance() 295 sp<HidlMemory> HidlMemory::getInstance(hidl_memory&& mem) { in getInstance()
|
/system/chre/external/kiss_fft/ |
D | kiss_fftr.c | 35 kiss_fftr_cfg kiss_fftr_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem) in kiss_fftr_alloc()
|
D | kiss_fft.c | 347 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/core/debuggerd/libdebuggerd/ |
D | tombstone_proto_to_text.cpp | 207 for (const auto& mem : thread.memory_dump()) { in print_thread_memory_dump() local
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 898 EXPECT_OK(ashmemAllocator->allocate(1024, [&](bool success, const hidl_memory& mem) { in TEST_F() 1013 sp<HidlMemory> mem; in TEST_F() local 1023 EXPECT_OK(token->get([&](const hidl_memory& mem) { in TEST_F() 1050 mtoken->get([&](const hidl_memory& mem) { in TEST_F() 1065 EXPECT_OK(memoryTest->haveSomeMemory(memory, [&](const hidl_memory &mem) { in TEST_F()
|