Home
last modified time | relevance | path

Searched refs:rInited (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c348 bool rInited; // indicates if matrix R has been initialzed. for avoiding repeated computation in updateOutput() local
352 rInited = false; in updateOutput()
366 rInited = true; in updateOutput()
380 if (!rInited) { in updateOutput()