HomeSort by relevance Sort by last modified time
    Searched defs:ConfigCmd (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 66 struct ConfigCmd
97 static int setType(struct ConfigCmd *cmd, char *sensor)
447 struct ConfigCmd mConfigCmd;
448 struct ConfigCmd *pConfigCmd = &mConfigCmd;
517 length = sizeof(struct ConfigCmd) + sizeof(struct LedsCfg *);
518 pConfigCmd = (struct ConfigCmd *)malloc(length);
  /device/google/contexthub/sensorhal/
hubconnection.h 135 struct ConfigCmd
285 void initConfigCmd(struct ConfigCmd *cmd, int handle);
328 void mergeDirectReportRequest(struct ConfigCmd *cmd, int handle);
  /device/google/contexthub/firmware/os/core/
hostIntf.c 73 struct ConfigCmd
    [all...]

Completed in 79 milliseconds