Lines Matching refs:mapperService
134 static sptr<Buffer::V1_2::IMapper> mapperService = nullptr;
135 if (mapperService == nullptr) {
136 mapperService = Buffer::V1_2::IMapper::Get(true);
138 return mapperService;
143 auto mapperService = GetMapperService();
144 if (mapperService == nullptr) {
148 return mapperService->Mmap(buffer);
153 auto mapperService = GetMapperService();
154 if (mapperService == nullptr) {
158 return mapperService->Unmap(buffer);
163 auto mapperService = GetMapperService();
164 if (mapperService == nullptr) {
172 return mapperService->FreeMem(buffer);