Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dsensors.c191 if (IS_LOCAL_APP(s)) { in sensorCallFuncPower()
219 if (IS_LOCAL_APP(s)) in sensorCallFuncFwUpld()
232 if (IS_LOCAL_APP(s)) { in sensorCallFuncSetRate()
254 if (IS_LOCAL_APP(s)) in sensorCallFuncCalibrate()
262 if (IS_LOCAL_APP(s)) in sensorCallFuncSelfTest()
270 if (IS_LOCAL_APP(s)) in sensorCallFuncFlush()
278 if (IS_LOCAL_APP(s)) { in sensorCallFuncCfgData()
299 if (IS_LOCAL_APP(s)) { in sensorCallFuncMarshall()
322 if (IS_LOCAL_APP(s)) in sensorCallFuncTrigger()
330 if (IS_LOCAL_APP(s)) { in sensorCallFuncSendOneDirectEvt()
/device/google/contexthub/firmware/os/inc/
Dsensors_priv.h72 #define IS_LOCAL_APP(s) (taggedPtrIsPtr(s->callInfo)) macro