Searched defs:si (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedCameraHotplugThread.cpp | 304 SubscriberInfo si = { cameraId, wd }; in addWatch() local 311 SubscriberInfo* si = getSubscriberInfo(cameraId); in removeWatch() local
|
/device/google/contexthub/firmware/src/ |
D | sensors.c | 44 const struct SensorInfo *si; member 120 static uint32_t sensorRegisterEx(const struct SensorInfo *si, TaggedPtr callInfo, void *callData, b… in sensorRegisterEx() 164 uint32_t sensorRegister(const struct SensorInfo *si, const struct SensorOps *ops, void *callData, b… in sensorRegister() 169 uint32_t sensorRegisterAsApp(const struct SensorInfo *si, uint32_t unusedTid, void *callData, bool … in sensorRegisterAsApp()
|
D | osApi.c | 108 const struct SensorInfo *si = va_arg(args, const struct SensorInfo*); in osExpApiSensorReg() local
|
D | hostIntf.c | 612 const struct SensorInfo *si; in initSensors() local
|
/device/google/contexthub/firmware/inc/ |
D | syscallDo.h | 160 static inline uint32_t eOsSensorRegister(const struct SensorInfo *si, uint32_t tid, void *cookie, b… in eOsSensorRegister()
|