vibrator_device 结构体参考文档
vibrator_device 结构体参考文档
#include <
vibrator.h
>
数据字段 |
|
struct hw_device_t | 常见 |
int(* | vibrator_on )(struct vibrator_device *vibradev, unsigned int timeout_ms) |
int(* | vibrator_off )(struct vibrator_device *vibradev) |
详细说明
字段文档
struct hw_device_t common |
振动器设备的常用方法。此 必须 是 vibrator_device 的第一个成员,因为此结构的用户会在已知 hw_device_t 引用 vibrator_device 的情境中将 hw_device_t 转换为 vibrator_device 指针。
int(* vibrator_off)(struct vibrator_device *vibradev) |
int(* vibrator_on)(struct vibrator_device *vibradev, unsigned int timeout_ms) |
开启振动器
只有在之前的超时已过期或被取消(通过 vibrator_off() )后,才能调用此函数。
- 参数
-
timeout_ms 振动时长(以毫秒为单位)
- 返回值
- 如果成功,则为 0;否则为负 errno 代码
此结构体的文档是根据以下文件生成的:
- hardware/libhardware/include/hardware/ vibrator.h