Searched refs:sharedFD (Results 1 – 2 of 2) sorted by relevance
70 int sharedFD = AshmemCreate(nullptr, codecBuffer.allocLen); in Allocate() local72 std::shared_ptr<Ashmem> sharedMemory = std::make_shared<Ashmem>(sharedFD, codecBuffer.allocLen); in Allocate()90 codecBuffer.fd = sharedFD; in Allocate()
78 int sharedFD = AshmemCreate(nullptr, codecBuffer.allocLen); in Allocate() local80 std::shared_ptr<Ashmem> sharedMemory = std::make_shared<Ashmem>(sharedFD, codecBuffer.allocLen); in Allocate()99 codecBuffer.buffer = reinterpret_cast<uint8_t *>(sharedFD); in Allocate()