Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dnanohub_perdevice.h26 const struct context_hub_t* get_hub_info(void);
Dnanohubhal_default.cpp70 const context_hub_t* get_hub_info(void) in get_hub_info() function
Dlegacyhal.cpp45 *list = get_hub_info(); in legacy_get_hubs()
Dsystem_comms.h463 dumpBuffer("HAL -> APP", get_hub_info()->os_app_name, transactionId, 0, data, len); in sendToApp()
465 …NanoHub::sendToApp(HubMessage(&get_hub_info()->os_app_name, typ, transactionId, ENDPOINT_BROADCAST… in sendToApp()
Dnanohubhal.cpp424 } else if (get_hub_info()->os_app_name == msg->app_name) { in doSendToNanohub()
DNanohubHidlAdapter.cpp69 const context_hub_t *hub = nanohub::get_hub_info(); in getHubs()