OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConfigCmd
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/sensorhal/
hubconnection.h
132
struct
ConfigCmd
280
void initConfigCmd(struct
ConfigCmd
*cmd, int handle);
323
void mergeDirectReportRequest(struct
ConfigCmd
*cmd, int handle);
/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/firmware/os/core/
hostIntf.c
73
struct
ConfigCmd
[
all
...]
Completed in 287 milliseconds