Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos.h180 bool osTidById(const uint64_t *appId, uint32_t *tid);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c978 osTidById(&hostPacket->appId, &tid)) { in writeEvent()
990 osTidById(&hostPacket->appId, &tid)) { in writeEvent()
1015 osTidById(&hostPacketV10->appId, &tid)) { in writeEvent()
1497 if (osTidById(&app->hdr.appId, &tid)) { in processAppTags()
Dnanohub_chre.c520 if (osTidById(&appId, &tid)) in osChreEventInfoByAppId()
Dseos.c1411 bool osTidById(const uint64_t *appId, uint32_t *tid) in osTidById() function