Searched defs:SharedMemory (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/car_binder_lib/largeParcelable/ | ||
D | SharedMemory.cpp | 43 SharedMemory::SharedMemory(unique_fd fd) : mBorrowedFd(-1), mOwned(true) { in SharedMemory() function in android::automotive::car_binder_lib::SharedMemory |
/packages/modules/NeuralNetworks/common/types/include/nnapi/ | ||
D | Types.h | 84 using SharedMemory = std::shared_ptr<const Memory>; variable |