Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/
DAutomotiveSvV1_0Fuzzer.h40 std::pair<hidl_memory, sp<IMemory>> getMappedSharedMemory(int32_t bytesSize);
DAutomotiveSvV1_0Fuzzer.cpp340 std::pair<hidl_memory, sp<IMemory>> SurroundViewFuzzer::getMappedSharedMemory(int32_t bytesSize) { in getMappedSharedMemory() function in android::hardware::automotive::sv::V1_0::implementation::fuzzer::SurroundViewFuzzer
417 std::pair<hidl_memory, sp<IMemory>> sharedMem = getMappedSharedMemory(sharedMemBytesSize); in initSampleOverlaysData()