Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 17 of 17) sorted by relevance

/system/libhidl/transport/allocator/1.0/vts/functional/
DVtsHidlAllocatorV1_0TargetTest.cpp45 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/
DAshmemMapper.cpp33 Return<sp<IMemory>> AshmemMapper::mapMemory(const hidl_memory& mem) { in mapMemory()
/system/memory/libmeminfo/
Dlibmeminfo_benchmark.cpp61 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
Dlibmeminfo_test.cpp1066 std::vector<uint64_t> mem; in TEST() local
/system/unwinding/libunwindstack/tests/
DMapInfoCreateMemoryTest.cpp299 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/
Dpftest.c47 char *mem = malloc((N_PAGES+1) * 4096); in main() local
/system/chre/platform/shared/include/chre/platform/shared/
Dmemory_debug.h68 void *mem = nullptr; in debugAlloc() local
/system/extras/memory_replay/
DFile.cpp81 void* mem = in GetUnwindInfo() local
/system/chre/apps/test/chqts/src/shared/
Dnano_string.cc33 void memset(void *mem, int val, size_t count) { in memset()
/system/libhidl/base/
DHidlSupport.cpp289 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/
Dkiss_fftr.c35 kiss_fftr_cfg kiss_fftr_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem) in kiss_fftr_alloc()
Dkiss_fft.c347 kiss_fft_cfg kiss_fft_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem ) in kiss_fft_alloc()
/system/memory/libmemunreachable/
DAllocator.cpp216 void* mem = MapAligned(kChunkSize, kChunkSize); in operator new() local
308 void* mem = MapAligned(kPageSize, kPageSize); in operator new() local
/system/nfc/src/nfc/include/
Dce_int.h127 tCE_MEM mem; member
Drw_int.h175 uint8_t mem[T1T_SEGMENT_SIZE]; /* Tag contents of block 0 or from block 0-E */ member
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp207 for (const auto& mem : thread.memory_dump()) { in print_thread_memory_dump() local
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp898 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()