Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h482 #define NANOHUB_HAL_APP_INFO_APPID 0x00 macro
/device/google/contexthub/contexthubhal/
Dsystem_comms.h53 #define NANOHUB_HAL_APP_INFO_APPID 0x00 macro
Dsystem_comms.cpp206 NANOHUB_HAL_APP_INFO_APPID,
1196 if (tag != NANOHUB_HAL_APP_INFO_APPID || len != sizeof(name.id)) { in readNanohubAppInfo()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1512 case NANOHUB_HAL_APP_INFO_APPID: in processAppTags()