Home
last modified time | relevance | path

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

/system/libhidl/libhidlcache/
Dlibhidlcache_test.cpp54 sp<HidlMemory> mem; in HidlCacheWhiteBoxTest() local
64 mtoken->get([&](const hidl_memory& mem) { sp<IMemory> memory = mapMemory(mem); }); in HidlCacheWhiteBoxTest()
122 EXPECT_OK(ashmemAllocator->allocate(2048, [&m1](bool success, const hidl_memory& mem) { in TEST_F()
127 EXPECT_OK(ashmemAllocator->allocate(4096, [&m2](bool success, const hidl_memory& mem) { in TEST_F()
DHidlCache.h120 sp<Value> mem = cache.promote(); in getCachedLocked() local
DMemoryDealer.cpp293 sp<HidlMemoryDealer> HidlMemoryDealer::getInstance(const hidl_memory& mem) { in getInstance()
307 HidlMemoryDealer::HidlMemoryDealer(sp<IMemory> heap, const hidl_memory& mem) in HidlMemoryDealer()
DHidlMemoryCache.cpp105 [&](const hidl_memory& mem) { memory = new IMemoryCacheable(mapMemory(mem), key); }); in fillLocked()
/system/libhidl/transport/memory/1.0/default/
DAshmemMapper.cpp33 Return<sp<IMemory>> AshmemMapper::mapMemory(const hidl_memory& mem) { in mapMemory()
/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/libhidl/base/
DHidlSupport.cpp276 sp<HidlMemory> HidlMemory::getInstance(const hidl_memory& mem) { in getInstance()
282 sp<HidlMemory> HidlMemory::getInstance(hidl_memory&& mem) { in getInstance()
/system/chre/apps/chqts/src/shared/
Dnano_string.cc35 void memset(void *mem, int val, size_t count) { in memset()
/system/chre/external/kiss_fft/
Dkiss_fftr.c27 kiss_fftr_cfg kiss_fftr_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem) in kiss_fftr_alloc()
Dkiss_fft.c339 kiss_fft_cfg kiss_fft_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem ) in kiss_fft_alloc()
/system/extras/procrank/
Dprocrank.cpp76 void get_mem_info(uint64_t mem[]) { in get_mem_info()
209 uint64_t mem[MEMINFO_COUNT] = { }; in main() local
/system/core/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/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp799 EXPECT_OK(ashmemAllocator->allocate(1024, [&](bool success, const hidl_memory& mem) { in TEST_F()
910 sp<HidlMemory> mem; in TEST_F() local
920 EXPECT_OK(token->get([&](const hidl_memory& mem) { in TEST_F()
947 mtoken->get([&](const hidl_memory& mem) { in TEST_F()
962 EXPECT_OK(memoryTest->haveSomeMemory(memory, [&](const hidl_memory &mem) { in TEST_F()
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp493 unsigned char *mem = (unsigned char *)&dataMem[test.memOffset]; in dataTransferTest() local
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp540 unsigned char *mem = (unsigned char *)&dataMem[test.memOffset]; in dataTransferTest() local