Home
last modified time | relevance | path

Searched refs:get_hub_info (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/contexthubhal/
Dnanohub_perdevice.h40 const struct context_hub_t* get_hub_info(void);
Dnanohubhal_default.cpp83 const context_hub_t* get_hub_info(void) in get_hub_info() function
Dsystem_comms.h294 dumpBuffer("HAL -> APP", get_hub_info()->os_app_name, typ, data, len); in sendToApp()
296 NanoHub::sendToApp(&get_hub_info()->os_app_name, typ, data, len); in sendToApp()
Dnanohubhal.cpp381 } else if (get_hub_info()->os_app_name == msg->app_name) { in doSendToNanohub()
403 *list = get_hub_info(); in hal_get_hubs()