Lines Matching defs:s
40 #define EXT_APP_TID(s) HANDLE_TO_TID(s->handle) argument
41 #define LOCAL_APP_OPS(s) ((const struct SensorOps*)taggedPtrToPtr(s->callInfo)) argument
42 #define IS_LOCAL_APP(s) (taggedPtrIsPtr(s->callInfo)) argument
125 struct Sensor *s; in sensorRegisterEx() local
178 struct Sensor *s = sensorFindByHandle(handle); in sensorRegisterInitComplete() local
191 struct Sensor *s = sensorFindByHandle(handle); in sensorUnregister() local
221 static bool sensorCallFuncPower(struct Sensor* s, bool on) in sensorCallFuncPower()
244 static bool sensorCallAsOwner(struct Sensor* s, bool (*callback)(void*)) in sensorCallAsOwner()
249 static bool sensorCallFuncFwUpld(struct Sensor* s) in sensorCallFuncFwUpld()
262 static bool sensorCallFuncSetRate(struct Sensor* s, uint32_t rate, uint64_t latency) in sensorCallFuncSetRate()
284 static bool sensorCallFuncCalibrate(struct Sensor* s) in sensorCallFuncCalibrate()
292 static bool sensorCallFuncSelfTest(struct Sensor* s) in sensorCallFuncSelfTest()
300 static bool sensorCallFuncFlush(struct Sensor* s) in sensorCallFuncFlush()
308 static bool sensorCallFuncCfgData(struct Sensor* s, void* cfgData) in sensorCallFuncCfgData()
329 static bool sensorCallFuncMarshall(struct Sensor* s, uint32_t evtType, void *evtData, TaggedPtr *ev… in sensorCallFuncMarshall()
352 static bool sensorCallFuncTrigger(struct Sensor* s) in sensorCallFuncTrigger()
360 static bool sensorCallFuncSendOneDirectEvt(struct Sensor* s, uint32_t tid) in sensorCallFuncSendOneDirectEvt()
382 static void sensorReconfig(struct Sensor* s, uint32_t newHwRate, uint64_t newHwLatency) in sensorReconfig()
415 static uint64_t sensorCalcHwLatency(struct Sensor* s) in sensorCalcHwLatency()
434 static uint32_t sensorCalcHwRate(struct Sensor* s, uint32_t extraReqedRate, uint32_t removedRate) in sensorCalcHwRate()
498 struct Sensor* s = sensorFindByHandle(evt->handle); in sensorInternalFwStateChanged() local
522 struct Sensor* s = sensorFindByHandle(evt->handle); in sensorInternalPowerStateChanged() local
548 struct Sensor* s = sensorFindByHandle(evt->handle); in sensorInternalRateChanged() local
671 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorRequest() local
708 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorRequestRateChange() local
743 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorRelease() local
761 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorTriggerOndemand() local
785 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorFlush() local
795 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorCalibrate() local
805 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorSelfTest() local
815 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorCfgData() local
825 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorGetCurRate() local
832 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorGetCurLatency() local
844 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorGetInitComplete() local
851 struct Sensor* s = sensorFindByHandle(sensorHandle); in sensorMarshallEvent() local