Searched defs:VibratorDevice (Results 1 – 3 of 3) sorted by relevance
49 struct VibratorDevice { struct50 bool initState;51 struct VibratorInfo vibratorInfoEntry;52 struct HdfIoService *ioService;53 struct OsalMutex mutex;
53 #define VibratorDevice VibratorHdiConnection::GetInstance() macro
53 auto &VibratorDevice = VibratorHdiConnection::GetInstance(); in CustomVibrationMatcher() local