Searched defs:VibrateInfo (Results 1 – 2 of 2) sorted by relevance
121 struct VibrateInfo { struct122 std::string mode;123 std::string packageName;124 int32_t pid = -1;125 int32_t uid = -1;126 int32_t usage = 0;128 int32_t duration = 0;129 std::string effect;130 int32_t count = 0;131 int32_t intensity = 0;[all …]
56 struct VibrateInfo { struct57 std::string type;58 std::string usage;59 bool systemUsage;60 int32_t duration = 0;61 std::string effectId;62 int32_t count = 0;63 int32_t fd = -1;64 int64_t offset = 0;65 int64_t length = -1;[all …]