sm6375-common: power-libperfmgr: rename namespace for Pixel power HAL

Bug: 152811907
Test: Build
Change-Id: I6848e929d8a26b540fcee9145376b896c3cd9799
This commit is contained in:
Wei Wang 2024-07-18 20:16:00 +05:30 committed by Anand S
commit adf7076162
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
5 changed files with 19 additions and 21 deletions

View file

@ -31,12 +31,11 @@
#include <utils/Trace.h>
namespace aidl {
namespace android {
namespace google {
namespace hardware {
namespace pixel {
namespace extension {
namespace power {
namespace impl {
namespace pixel {
ndk::ScopedAStatus PowerExt::setMode(const std::string &mode, bool enabled) {
LOG(DEBUG) << "PowerExt setMode: " << mode << " to: " << enabled;
@ -80,10 +79,9 @@ ndk::ScopedAStatus PowerExt::isBoostSupported(const std::string &boost, bool *_a
return ndk::ScopedAStatus::ok();
}
} // namespace pixel
} // namespace impl
} // namespace power
} // namespace extension
} // namespace pixel
} // namespace hardware
} // namespace android
} // namespace google
} // namespace aidl