Searched refs:sharedMemory (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | MemoryDomainTests.cpp | 958 Request::MemoryPool sharedMemory = createSharedMemoryPool(kTestOperandDataSize); in TEST_P() local 968 .pools = {sharedMemory, badDeviceMemory1}}, in TEST_P() 973 .pools = {sharedMemory, badDeviceMemory2}}, in TEST_P() 978 .pools = {sharedMemory, badDeviceMemory1}}, in TEST_P() 983 .pools = {sharedMemory, badDeviceMemory2}}, in TEST_P() 994 Request::MemoryPool sharedMemory = createSharedMemoryPool(kTestOperandDataSize); in TEST_P() local 1005 .pools = {sharedMemory, deviceMemory}}, in TEST_P() 1010 .pools = {sharedMemory, deviceMemory}}, in TEST_P() 1053 Request::MemoryPool sharedMemory = createSharedMemoryPool(kTestOperandDataSize); in TEST_P() local 1063 .pools = {sharedMemory, deviceMemory}}, in TEST_P() [all …]
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 412 sp<IMemory> sharedMemory = in decrypt() local 417 fillRandom(sharedMemory); in decrypt() 439 static_cast<void*>(sharedMemory->getPointer())); in decrypt()
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.cpp | 338 buffer->omxBuffer.sharedMemory = mem; in allocateBuffer() 341 ASSERT_EQ(buffer->omxBuffer.sharedMemory.size(), nBufferSize); in allocateBuffer() 342 buffer->mMemory = mapMemory(buffer->omxBuffer.sharedMemory); in allocateBuffer() 610 t.sharedMemory = android::hardware::hidl_memory(); in dispatchOutputBuffer() 639 t.sharedMemory = android::hardware::hidl_memory(); in dispatchInputBuffer()
|
/hardware/interfaces/audio/2.0/ |
D | types.hal | 81 memory sharedMemory; // mmap memory buffer
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | Stream.h | 172 info.sharedMemory = // hidl_memory size must always be positive in createMmapBuffer()
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 857 sp<IMemory> sharedMemory = in decrypt() local 862 fillRandom(sharedMemory); in decrypt() 885 static_cast<void*>(sharedMemory->getPointer())); in decrypt()
|
D | drm_hal_vendor_test.cpp | 1147 sp<IMemory> sharedMemory = in decrypt() local 1152 fillRandom(sharedMemory); in decrypt() 1174 static_cast<void*>(sharedMemory->getPointer())); in decrypt()
|
/hardware/interfaces/media/omx/1.0/ |
D | types.hal | 190 memory sharedMemory;
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 75 memory sharedMemory;
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 75 memory sharedMemory;
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 98 memory sharedMemory;
|