Searched defs:mapType (Results 1 – 7 of 7) sorted by relevance
20 std::unique_ptr<AshmemAllocator> AshmemAllocator::CreateAshmemAllocator(size_t size, int mapType) in CreateAshmemAllocator()25 …ptr<AshmemAllocator> AshmemAllocator::CreateAshmemAllocatorWithFd(int fd, size_t size, int mapType) in CreateAshmemAllocatorWithFd()39 bool AshmemAllocator::MapAshmem(int mapType) in MapAshmem()
97 auto mapType = PROT_READ | PROT_WRITE; variable114 auto mapType = PROT_READ | PROT_WRITE; variable134 auto mapType = PROT_READ; variable
34 std::unique_ptr<AshmemAllocator> AshmemAllocator::CreateAshmemAllocator(size_t size, int mapType) in CreateAshmemAllocator()62 …ptr<AshmemAllocator> AshmemAllocator::CreateAshmemAllocatorWithFd(int fd, size_t size, int mapType) in CreateAshmemAllocatorWithFd()91 bool AshmemAllocator::MapAshmem(int mapType) in MapAshmem()
185 AutoPtr<ASTMapType> mapType = new ASTMapType(); in ReadMetaType() local
290 uint32_t mapType = 0; in MapAshmem() local318 uint32_t mapType = 0; in MapTypedAshmem() local
1168 AutoPtr<ASTMapType> mapType = new ASTMapType(); in ParseMapType() local