OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHub
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/contexthubhal/
nanohubhal_default.cpp
45
static const context_hub_t
mHub
= {
72
return &
mHub
;
/device/google/contexthub/contexthubhal/test/
main.cpp
69
const context_hub_t *
mHub
;
74
mHub
= hub;
88
mParent->sendMessage(
mHub
->hub_id, msg);
91
mParent->sendMessage(
mHub
->hub_id,
mHub
->os_app_name, typ, data, len);
94
mParent->sendMessage(
mHub
->hub_id, app, 0, data, len);
96
const hub_app_name_t getSystemApp() const { return
mHub
->os_app_name; }
Completed in 4137 milliseconds