Searched defs:isBoostSupported (Results 1 – 10 of 10) sorted by relevance
24 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported() method
68 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported() method
24 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported() method
40 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported() method
72 boolean isBoostSupported(in Boost type); in isBoostSupported() method
73 ndk::ScopedAStatus PowerExt::isBoostSupported(const std::string &boost, bool *_aidl_return) { in isBoostSupported() function in aidl::google::hardware::power::impl::pixel::PowerExt
229 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool *_aidl_return) { in isBoostSupported() function in aidl::google::hardware::power::impl::pixel::Power
49 ndk::ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported() function in aidl::android::hardware::power::impl::example::Power
139 TEST_P(PowerAidl, isBoostSupported) { in TEST_P() argument