Searched refs:mMyTid (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/app/test0.app/ |
D | test_app0.c | 24 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/ |
D | main.c | 40 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/ |
D | main.cpp | 40 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()
|
/device/google/contexthub/firmware/app/chre/chre_test2.app/ |
D | main.cpp | 41 static uint32_t mMyTid; variable 49 mMyTid = chreGetInstanceId(); in nanoappStart() 51 chreSendEvent(EVT_LOCAL_SETUP, NULL, NULL, mMyTid); in nanoappStart() 75 "\n", mMyTid, mTimer.timerId); in nanoappHandleEvent()
|