Searched defs:boost (Results 1 – 5 of 5) sorted by relevance
23 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost()24 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported()
57 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost()68 boolean isBoostSupported(in @utf8InCpp String boost); in isBoostSupported()
60 ndk::ScopedAStatus PowerExt::setBoost(const std::string &boost, int32_t durationMs) { in setBoost()75 ndk::ScopedAStatus PowerExt::isBoostSupported(const std::string &boost, bool *_aidl_return) { in isBoostSupported()
209 int Controller::boost(int bus_usage) { in boost() function in android::hardware::neuralnetworks::V1_0::implementation::hexagon::Controller