Searched refs:processInterruptCb (Results 1 - 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c100 inv_obj_func processInterruptCb[MAX_INTERRUPT_PROCESSES]; member in struct:__anon1046
399 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) {
404 mlxCallbackInterrupt.processInterruptCb[mlxCallbackInterrupt.
423 if (mlxCallbackInterrupt.processInterruptCb[kk] == func) {
427 mlxCallbackInterrupt.processInterruptCb[jj - 1] =
428 mlxCallbackInterrupt.processInterruptCb[jj];
446 if (mlxCallbackInterrupt.processInterruptCb[kk])
447 mlxCallbackInterrupt.processInterruptCb[kk] (&inv_obj);

Completed in 23 milliseconds