Searched refs:ConfigCmd (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/util/nanoapp_cmd/ |
D | nanoapp_cmd.c | 66 struct ConfigCmd struct 97 static int setType(struct ConfigCmd *cmd, char *sensor) in setType() argument 447 struct ConfigCmd mConfigCmd; in main() 448 struct ConfigCmd *pConfigCmd = &mConfigCmd; in main() 517 length = sizeof(struct ConfigCmd) + sizeof(struct LedsCfg *); in main() 518 pConfigCmd = (struct ConfigCmd *)malloc(length); in main()
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.h | 132 struct ConfigCmd struct 280 void initConfigCmd(struct ConfigCmd *cmd, int handle); 323 void mergeDirectReportRequest(struct ConfigCmd *cmd, int handle);
|
D | hubconnection.cpp | 1005 struct ConfigCmd cmd; in restoreSensorState() 1552 void HubConnection::initConfigCmd(struct ConfigCmd *cmd, int handle) in initConfigCmd() 1593 struct ConfigCmd cmd; in queueActivate() 1624 struct ConfigCmd cmd; in queueSetDelay() 1655 struct ConfigCmd cmd; in queueBatch() 1693 struct ConfigCmd cmd; in queueFlushInternal() 1731 struct ConfigCmd *cmd = (struct ConfigCmd *)malloc(sizeof(struct ConfigCmd) + length); in queueDataInternal() 1979 void HubConnection::mergeDirectReportRequest(struct ConfigCmd *cmd, int handle) { in mergeDirectReportRequest() 2090 struct ConfigCmd cmd; in stopAllDirectReportOnChannel() 2131 struct ConfigCmd cmd; in configDirectReport() [all …]
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 73 struct ConfigCmd struct 1161 static void fakeFlush(struct ConfigCmd *cmd) in fakeFlush() 1301 static void onConfigCmdFlushOne(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdFlushOne() 1306 static void onConfigCmdEnableOne(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdEnableOne() 1325 static void onConfigCmdEnableAll(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdEnableAll() 1350 static void onConfigCmdDisableOne(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdDisableOne() 1370 static void onConfigCmdCalibrateAll(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdCalibrateAll() 1377 static void onConfigCmdSelfTestAll(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdSelfTestAll() 1384 static void onConfigCmdCfgDataAll(struct ActiveSensor *sensor, struct ConfigCmd *cmd) in onConfigCmdCfgDataAll() 1393 struct ConfigCmd *cmd = (struct ConfigCmd *)evtData; in onEvtNoSensorConfigEvent()
|