Searched refs:mapperService (Results 1 – 1 of 1) sorted by relevance
129 static sptr<Buffer::V1_2::IMapper> mapperService; in GetMapperService() local130 if (mapperService == nullptr) { in GetMapperService()131 mapperService = Buffer::V1_2::IMapper::Get(true); in GetMapperService()133 return mapperService; in GetMapperService()138 auto mapperService = GetMapperService(); in Mmap() local139 if (mapperService == nullptr) { in Mmap()152 return mapperService->Mmap(nativeBuffer); in Mmap()157 auto mapperService = GetMapperService(); in Unmap() local158 if (mapperService == nullptr) { in Unmap()171 return mapperService->Unmap(nativeBuffer); in Unmap()