Home
last modified time | relevance | path

Searched refs:mSharedMemory (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DSharedMemoryService.java35 private SharedMemory mSharedMemory; field in SharedMemoryService.SharedMemoryServiceImpl
40 mSharedMemory = memory; in setup()
42 mMappedBuffer = mSharedMemory.map(prot, 0, mSharedMemory.getSize()); in setup()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13253/
Dpoc.cpp67 ICrypto::SourceBuffer source = { .mSharedMemory = sourceMemory, in main()
72 .mType = ICrypto::kDestinationTypeSharedMemory, .mHandle = NULL, .mSharedMemory = destMemory in main()