Lines Matching full:handle
110 * @brief Define Sensing subsystem sensor handle
118 * @param handle The sensor instance handle.
123 sensing_sensor_handle_t handle,
209 * Application clients use it to open a sensor instance and get its handle.
211 * in this case, the returned handle will different for different clients.
217 * @param handle The opened instance handle, if failed will be set to NULL.
223 sensing_sensor_handle_t *handle);
228 * Application clients use it to open a sensor instance and get its handle.
230 * in this case, the returned handle will different for different clients.
236 * @param handle The opened instance handle, if failed will be set to NULL.
241 sensing_sensor_handle_t *handle);
246 * @param handle The sensor instance handle need to close.
250 sensing_sensor_handle_t *handle);
255 * @param handle The sensor instance handle.
261 sensing_sensor_handle_t handle,
267 * @param handle The sensor instance handle.
273 sensing_sensor_handle_t handle,
277 * @brief Get sensor information from sensor instance handle.
279 * @param handle The sensor instance handle.
283 sensing_sensor_handle_t handle);