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 64 struct ConfigCmd
88 static int setType(struct ConfigCmd *cmd, char *sensor)
363 struct ConfigCmd mConfigCmd;
364 struct ConfigCmd *pConfigCmd = &mConfigCmd;
430 length = sizeof(struct ConfigCmd) + sizeof(struct LedsCfg *);
431 pConfigCmd = (struct ConfigCmd *)malloc(length);
  /device/google/contexthub/sensorhal/
hubconnection.h 138 struct ConfigCmd
287 void initConfigCmd(struct ConfigCmd *cmd, int handle);
333 void mergeDirectReportRequest(struct ConfigCmd *cmd, int handle);
  /device/google/contexthub/firmware/os/core/
hostIntf.c 72 struct ConfigCmd
    [all...]

Completed in 89 milliseconds