Lines Matching refs:devIndex
80 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
89 OpenInputDevice([in] unsigned int devIndex);
94 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
103 CloseInputDevice([in] unsigned int devIndex);
106 * @brief Obtains information about the input device indicated by <b>devIndex</b>.
108 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
118 GetInputDevice([in] unsigned int devIndex, [out] struct DeviceInfo devInfo);
136 * @brief Sets the power status of the input device indicated by <b>devIndex</b>.
142 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
153 SetPowerStatus([in] unsigned int devIndex, [in] unsigned int status);
156 * @brief Obtains the power status of the input device indicated by <b>devIndex</b>.
161 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
172 GetPowerStatus([in] unsigned int devIndex, [out] unsigned int status);
175 * @brief Obtains the type of the input device indicated by <b>devIndex</b>.
177 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
188 GetDeviceType([in] unsigned int devIndex, [out] unsigned int deviceType);
191 * @brief Obtains chip information of the input device indicated by <b>devIndex</b>.
196 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
206 GetChipInfo([in] unsigned int devIndex, [out] String chipInfo);
209 * @brief Obtains the module vendor name of the input device indicated by <b>devIndex</b>.
211 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
221 GetVendorName([in] unsigned int devIndex, [out] String vendorName);
224 * @brief Obtains the driver chip name of the input device indicated by <b>devIndex</b>.
226 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
236 GetChipName([in] unsigned int devIndex, [out] String chipName);
239 * @brief Sets the gesture mode of the input device indicated by <b>devIndex</b>.
244 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
254 SetGestureMode([in] unsigned int devIndex, [in] unsigned int gestureMode);
262 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
277 …RunCapacitanceTest([in] unsigned int devIndex, [in] unsigned int testType, [out] String result, [i…
282 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
293 RunExtraCommand([in] unsigned int devIndex, [in] struct ExtraCmd cmd);
296 …ief Registers an input event callback to the HDI for the input device indicated by <b>devIndex</b>.
301 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
311 RegisterReportCallback([in] unsigned int devIndex, [in] IInputCallback eventPkgCallback);
314 * @brief Unregisters the input event callback of the input device indicated by <b>devIndex</b>.
316 * @param devIndex Index of the input device. The value ranges from <b>0</b> to <b>31</b>.
325 UnregisterReportCallback([in] unsigned int devIndex);