Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
DIVibrator.aidl23 void on(in int timeoutMs, in android.hardware.vibrator.IVibratorCallback callback); in on()
/hardware/google/pixel/vibrator/drv2624/
DVibrator.cpp124 ndk::ScopedAStatus Vibrator::on(uint32_t timeoutMs, const char mode[], in on()
155 ndk::ScopedAStatus Vibrator::on(int32_t timeoutMs, in on()
/hardware/google/pixel/vibrator/common/
DHardwareBase.h127 bool HwApiBase::poll(const T &value, std::istream *stream, const int32_t timeoutMs) { in poll()
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
DIVibrator.aidl39 void on(in int timeoutMs, in android.hardware.vibrator.IVibratorCallback callback); in on()
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl39 void on(in int timeoutMs, in android.hardware.vibrator.IVibratorCallback callback); in on()
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl100 void on(in int timeoutMs, in IVibratorCallback callback); in on()
/hardware/google/pixel/vibrator/cs40l26/
DHardware.h87 bool pollVibeState(uint32_t value, int32_t timeoutMs) override { in pollVibeState()
107 bool setFFEffect(int fd, struct ff_effect *effect, uint16_t timeoutMs) override { in setFFEffect()
DVibrator.cpp426 ndk::ScopedAStatus Vibrator::on(int32_t timeoutMs, in on()
606 ndk::ScopedAStatus Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex, dspmem_chunk *ch, in on()
/hardware/interfaces/vibrator/1.3/example/
DVibrator.cpp46 Return<Status> Vibrator::on(uint32_t timeoutMs) { in on()
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp58 ndk::ScopedAStatus Vibrator::on(int32_t timeoutMs, in on()
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl816 void setIdleTimerEnabled(long display, int timeoutMs); in setIdleTimerEnabled()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DIComposerClient.aidl77 void setIdleTimerEnabled(long display, int timeoutMs); in setIdleTimerEnabled()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DIComposerClient.aidl77 void setIdleTimerEnabled(long display, int timeoutMs); in setIdleTimerEnabled()
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h75 bool pollVibeState(uint32_t value, int32_t timeoutMs) override { in pollVibeState()
DVibrator.cpp320 ndk::ScopedAStatus Vibrator::on(int32_t timeoutMs, in on()
505 ndk::ScopedAStatus Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex, in on()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp690 int32_t ExynosPrimaryDisplay::setDisplayIdleTimer(const int32_t timeoutMs) { in setDisplayIdleTimer()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsComposerClient.cpp341 ScopedAStatus VtsComposerClient::setIdleTimerEnabled(int64_t display, int32_t timeoutMs) { in setIdleTimerEnabled()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp1200 std::optional<std::string> waitForPropertyValue(const std::string& property, int64_t timeoutMs) { in waitForPropertyValue()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1210 virtual int32_t setDisplayIdleTimer(const int32_t __unused timeoutMs) { in setDisplayIdleTimer()