blob: 709508c0791f17cd82d2355241cf0c87b6749778 [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <AshmemMapper.h>
#include <string>
namespace android {
namespace hidl {
namespace memory {
namespace V1_0 {
// static
sp<IMapper> IMapper::getService(const std::string&, bool) {
return new implementation::AshmemMapper;
}
} // namespace V1_0
} // namespace memory
} // namespace hidl
} // namespace android