Searched defs:ProximityDrvData (Results 1 – 1 of 1) sorted by relevance
26 struct ProximityDrvData { struct27 struct IDeviceIoService ioService;28 struct HdfDeviceObject *device;29 HdfWorkQueue proximityWorkQueue;30 HdfWork proximityWork;31 OsalTimer proximityTimer;32 bool detectFlag;33 bool enable;34 int64_t interval;35 struct SensorCfgData *proximityCfg;[all …]