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/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