sm6375-common: power-libperfmgr: rename namespace for Pixel power HAL
Bug: 152811907 Test: Build Change-Id: I6848e929d8a26b540fcee9145376b896c3cd9799
This commit is contained in:
parent
0d151b245f
commit
63ab10a1a9
5 changed files with 19 additions and 21 deletions
|
|
@ -26,16 +26,18 @@
|
|||
#include "InteractionHandler.h"
|
||||
|
||||
namespace aidl {
|
||||
namespace android {
|
||||
namespace google {
|
||||
namespace hardware {
|
||||
namespace power {
|
||||
namespace impl {
|
||||
namespace pixel {
|
||||
|
||||
using ::InteractionHandler;
|
||||
using ::aidl::android::hardware::power::Boost;
|
||||
using ::aidl::android::hardware::power::Mode;
|
||||
using ::android::perfmgr::HintManager;
|
||||
|
||||
class Power : public BnPower {
|
||||
class Power : public ::aidl::android::hardware::power::BnPower {
|
||||
public:
|
||||
Power(std::shared_ptr<HintManager> hm);
|
||||
ndk::ScopedAStatus setMode(Mode type, bool enabled) override;
|
||||
|
|
@ -55,5 +57,5 @@ class Power : public BnPower {
|
|||
} // namespace impl
|
||||
} // namespace power
|
||||
} // namespace hardware
|
||||
} // namespace android
|
||||
} // namespace google
|
||||
} // namespace aidl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue