HomeSort by relevance Sort by last modified time
    Searched refs:start_cb (Results 1 - 4 of 4) sorted by null

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
start_manager.h 20 inv_error_t inv_register_mpl_start_notification(inv_error_t (*start_cb)(void));
22 inv_error_t inv_unregister_mpl_start_notification(inv_error_t (*start_cb)(void));
start_manager.c 31 inv_start_cb_func start_cb[INV_MAX_START_CB]; member in struct:inv_start_cb_t
46 * @param[in] start_cb function to remove from start notification
49 inv_error_t inv_unregister_mpl_start_notification(inv_error_t (*start_cb)(void))
54 if (inv_start_cb.start_cb[kk] == start_cb) {
57 memmove(&inv_start_cb.start_cb[kk],
58 &inv_start_cb.start_cb[kk+1],
69 * @param[in] start_cb Function callback that will be called when inv_start_mpl() is
73 inv_error_t inv_register_mpl_start_notification(inv_error_t (*start_cb)(void))
78 inv_start_cb.start_cb[inv_start_cb.num_cb] = start_cb
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
start_manager.h 20 inv_error_t inv_register_mpl_start_notification(inv_error_t (*start_cb)(void));
22 inv_error_t inv_unregister_mpl_start_notification(inv_error_t (*start_cb)(void));
start_manager.c 31 inv_start_cb_func start_cb[INV_MAX_START_CB]; member in struct:inv_start_cb_t
46 * @param[in] start_cb function to remove from start notification
49 inv_error_t inv_unregister_mpl_start_notification(inv_error_t (*start_cb)(void))
54 if (inv_start_cb.start_cb[kk] == start_cb) {
57 memmove(&inv_start_cb.start_cb[kk],
58 &inv_start_cb.start_cb[kk+1],
69 * @param[in] start_cb Function callback that will be called when inv_start_mpl() is
73 inv_error_t inv_register_mpl_start_notification(inv_error_t (*start_cb)(void))
78 inv_start_cb.start_cb[inv_start_cb.num_cb] = start_cb
    [all...]

Completed in 109 milliseconds