Searched defs:fdPtr (Results 1 – 8 of 8) sorted by relevance
81 static inline void ReleaseSharedMemory(int* fdPtr, uint8_t* ptr = nullptr, size_t size = SIZE_ZERO) in ReleaseSharedMemory()103 auto fdPtr = std::make_unique<int>(); in Create() local
175 void ReleaseSharedMemory(void* &data, int* &fdPtr, size_t len) in ReleaseSharedMemory()222 std::unique_ptr<int> fdPtr = std::make_unique<int>(fd); in Alloc() local
91 int* fdPtr = nullptr; member
610 static inline void ReleaseSharedMemory(int* fdPtr, uint8_t* ptr = nullptr, size_t size = SIZE_ZERO) in ReleaseSharedMemory()626 auto fdPtr = std::make_unique<int>(); in SharedMemoryCreate() local651 std::unique_ptr<int> fdPtr = std::unique_ptr<int>(static_cast<int*>(plBuffer.context)); in SharedMemoryRelease() local
215 void* fdPtr = new int32_t(); in CopyDataToPixelMap() local
146 void* fdPtr = new int32_t(); in CopyDataToPixelMap() local
341 void* fdPtr = new int32_t(); in CreateThumbnailByAshmem() local
541 std::shared_ptr<int> fdPtr(&fd, [](int *fd) { in Decode() local