Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3747/
Dpoc.cpp61 sp<IMemory> memory; in fuzzIOMXQcomEnc() local
93 sp<IMemory> memory = dealerIn->allocate(inBufferSize); in fuzzIOMXQcomEnc() local
107 sp<IMemory> memory = dealerOut->allocate(outBufferSize); in fuzzIOMXQcomEnc() local
/cts/tests/tests/os/src/android/os/cts/
DISharedMemoryService.aidl22 void setup(in SharedMemory memory, int prot); in setup()
DSharedMemoryService.java39 public void setup(SharedMemory memory, int prot) throws RemoteException { in setup()
DSharedMemoryTest.java196 private static native boolean nWriteByte(SharedMemory memory, int index, byte value); in nWriteByte()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-0811/
Dpoc.cpp35 sp<IMemory> memory = dealer->allocate(wsize); in mediaPoc() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2482/
Dpoc.cpp51 sp<IMemory> memory; in fuzzIOMXSetParameterChangeCount() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/
Dpoc.cpp43 sp<IMemory> memory; in fuzzIOMXQcomVpx() local
/cts/tests/media/jni/
DNativeCodecTestBase.h89 std::vector<uint8_t> memory; variable
/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java207 private byte[] memory; field in OutputManager
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java588 JSONObject memory = device.getJSONObject(KEY_MEMORY); in emitDevices() local