Searched refs:isBoostSupported (Results 1 – 13 of 13) sorted by relevance
68 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported() method
24 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported() method
24 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported() method
72 boolean isBoostSupported(in Boost type); in isBoostSupported() method
40 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported() method
139 TEST_P(PowerAidl, isBoostSupported) { in TEST_P() argument142 ASSERT_TRUE(power->isBoostSupported(boost, &supported).isOk()); in TEST_P()146 ASSERT_TRUE(power->isBoostSupported(boost, &supported).isOk()); in TEST_P()
32 ndk::ScopedAStatus isBoostSupported(Boost type, bool* _aidl_return) override;
49 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported() function in aidl::android::hardware::power::impl::example::Power
44 ndk::ScopedAStatus isBoostSupported(const std::string &boost, bool *_aidl_return) override;
73 ndk::ScopedAStatus PowerExt::isBoostSupported(const std::string &boost, bool *_aidl_return) { in isBoostSupported() function in aidl::google::hardware::power::impl::pixel::PowerExt
47 ndk::ScopedAStatus isBoostSupported(Boost type, bool *_aidl_return) override;
229 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool *_aidl_return) { in isBoostSupported() function in aidl::google::hardware::power::impl::pixel::Power