Home
last modified time | relevance | path

Searched refs:mMyTid (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c24 static uint32_t mMyTid; variable
36 mMyTid = myTid; in start_task()
55 timerId = eOsTimTimerSet(1000000000ULL, 50, 50, mMyTid, (void *)&cnt, false); in handle_event()
56 eOsLog(LOG_INFO, "App 0 started with tid %u timerid %u\n", mMyTid, timerId); in handle_event()
65 if (!(eOsEnqueueEvt(EVT_APP_TO_HOST, extMsg, mMyTid))) in handle_event()
/device/google/contexthub/firmware/app/chre/chre_test0.app/
Dmain.c40 static uint32_t mMyTid; variable
62 mMyTid = chreGetInstanceId(); in nanoappStart()
64 chreSendEvent(EVT_LOCAL_SETUP, (void*)0x87654321, nanoappFreeEvent, mMyTid); in nanoappStart()
80 "\n", mMyTid, mTimer.timerId); in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp40 static uint32_t mMyTid; variable
54 mMyTid = chreGetInstanceId(); in nanoappStart()
56 chreSendEvent(EVT_LOCAL_SETUP, NULL, NULL, mMyTid); in nanoappStart()
93 "\n", mMyTid, mTimer.timerId); in nanoappHandleEvent()