自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
sensors_poll_device_1 结构参考文档
#include <
sensors.h
>
|
union {
|
struct
sensors_poll_device_t
v0
|
|
struct {
|
struct
hw_device_t
common
|
|
int(*
activate
)(struct
sensors_poll_device_t
*dev, int sensor_handle, int
enabled)
|
|
int(*
setDelay
)(struct
sensors_poll_device_t
*dev, int sensor_handle,
int64_t sampling_period_ns)
|
|
int(*
poll
)(struct
sensors_poll_device_t
*dev,
sensors_event_t
*data,
int count)
|
|
}
|
|
|
};
|
|
|
int(*
|
batch
)(struct
sensors_poll_device_1
*dev, int sensor_handle, int flags, int64_t sampling_period_ns, int64_t max_report_latency_ns)
|
|
int(*
|
flush
)(struct
sensors_poll_device_1
*dev, int sensor_handle)
|
|
int(*
|
inject_sensor_data
)(struct
sensors_poll_device_1
*dev, const
sensors_event_t
*data)
|
|
void(*
|
reserved_procs
[7])(void)
|
|
定义位于文件
sensors.h
的
1301
行。
int(* batch)(struct
sensors_poll_device_1
*dev, int sensor_handle, int flags, int64_t sampling_period_ns, int64_t max_report_latency_ns)
|
void(* reserved_procs[7])(void)
|
为指定传感器设置事件的周期(以纳秒为单位)。如果 sampling_period_ns > max_delay,则会截断为 max_delay;如果 sampling_period_ns < min_delay,则会替换为 min_delay。
定义位于文件
sensors.h
的
1327
行。
此结构体的文档是根据以下文件生成的:
-
hardware/libhardware/include/hardware/
sensors.h
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-26。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-26。"],[],[]]