Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DHidlMemoryTest.java34 HidlMemory mem = new HidlMemory("some name", 123, handle); in testAccessors() local
43 HidlMemory mem = new HidlMemory("some name", 123, handle); in testClose() local
51 HidlMemory mem = new HidlMemory("some name", 123, null); in testCloseNullHandle() local
58 HidlMemory mem = new HidlMemory("some name", 123, handle); in testRelease() local
70 HidlMemory mem = new HidlMemory("some name", 123, handle); in testDup() local
87 HidlMemory mem = new HidlMemory("some name", 123, null); in testDupNullHandle() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3818/
Dpoc.c43 char *mem = (char *)malloc(to_alloc); in main() local
/cts/hostsidetests/securitybulletin/securityPatch/includes/
Dmemutils.h24 #define DISABLE_MEM_ACCESS(mem, size)\ argument
27 #define ENABLE_MEM_ACCESS(mem, size)\ argument
/cts/tests/tests/security/jni/
Dandroid_security_cts_MMapExecutableTest.cpp59 void * mem = in mmap_executable() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-9803/
Dpoc.c28 volatile char *mem = 0; variable
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9424/
Dpoc.cpp111 sp<IMemory> mem = memoryDealer->allocate(4096 * 4); in decrypt() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/
Dpoc.cpp87 sp < android::hidl::memory::V1_0::IMemory > mem = mapMemory( in poc() local
/cts/tests/sensor/jni/
DSensorTestCases.cpp158 std::unique_ptr<TestSharedMemory> mem(TestSharedMemory::create(channelType, kMemSize)); in testDirectReport() local
DSensorTest.cpp57 int TestSensorManager::createDirectChannel(const TestSharedMemory &mem) { in createDirectChannel()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/
Dpoc.cpp122 sp<android::hidl::memory::V1_0::IMemory> mem = in main() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8430/
Dpoc.c44 __u32 mem; member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/
Dpoc.c55 __u32 mem; member
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/
Dlocal_poc.h70 void *mem; member