Home
last modified time | relevance | path

Searched defs:durationMs (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
DIPower.aidl23 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost()
/hardware/google/interfaces/power/aidl_api/pixel-power-ext/current/google/hardware/power/extension/pixel/
DIPowerExt.aidl23 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost()
/hardware/interfaces/power/aidl/android/hardware/power/
DIPower.aidl60 oneway void setBoost(in Boost type, in int durationMs); in setBoost()
/hardware/google/interfaces/power/aidl_api/pixel-power-ext/1/google/hardware/power/extension/pixel/
DIPowerExt.aidl23 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost()
/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/
DIPower.aidl23 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost()
/hardware/google/interfaces/power/google/hardware/power/extension/pixel/
DIPowerExt.aidl57 oneway void setBoost(in @utf8InCpp String boost, in int durationMs); in setBoost()
/hardware/interfaces/power/aidl/default/
DPower.cpp39 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost()
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerExt.cpp60 ndk::ScopedAStatus PowerExt::setBoost(const std::string &boost, int32_t durationMs) { in setBoost()
DPower.cpp187 ndk::ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost()
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp127 int32_t* durationMs) { in getPrimitiveDuration()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraPerf.cpp763 int32_t durationMs = data ? kDefaultBoostDurationMs : kDisableBoostDurationMs; in powerHint() local
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp225 int32_t *durationMs) { in getPrimitiveDuration()
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp104 uint32_t durationMs = 250; in TEST_P() local