blob: 5153b79255d98d472c23153f01a8a8e51bb1301b [file] [log] [blame]
/*
* Copyright (c) 2021 The Linux Foundation. All rights reserved.
* Not a contribution
* Copyright (C) 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
* Changes from Qualcomm Innovation Center are provided under the following
* license:
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#include <aidl/android/hardware/memtrack/MemtrackRecord.h>
#include <aidl/android/hardware/memtrack/MemtrackType.h>
using aidl::android::hardware::memtrack::MemtrackRecord;
using aidl::android::hardware::memtrack::MemtrackType;
namespace vendor {
namespace qti {
namespace hardware {
namespace memtrack {
int getKgslMemory(int pid, MemtrackType type,
std::vector<MemtrackRecord> *records);
} // namespace memtrack
} // namespace hardware
} // namespace qti
} // namespace vendor