Home
last modified time | relevance | path

Searched refs:mMsgCbkFunc (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp154 if (mMsgCbkFunc) { in ~NanoHub()
199 mMsgCbkFunc(0, &m, mMsgCbkData); in runAppTx()
361 if (!mMsgCbkFunc && !cbk) { //we're off and staying off - do nothing in doSubscribeMessages()
364 } else if (cbk && mMsgCbkFunc) { //new callback but staying on in doSubscribeMessages()
367 } else if (mMsgCbkFunc) { //we were on but turning off in doSubscribeMessages()
378 mMsgCbkFunc = cbk; in doSubscribeMessages()
393 if (!mMsgCbkFunc) { in doSendToNanohub()
Dnanohubhal.h88 context_hub_callback *mMsgCbkFunc; variable
101 mMsgCbkFunc = nullptr; in reset()