Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp159 if (mMsgCbkFunc) { in ~NanoHub()
210 mMsgCbkFunc(0, m, mMsgCbkData); in runAppTx()
385 if (!mMsgCbkFunc && !cbk) { //we're off and staying off - do nothing in doSubscribeMessages()
388 } else if (cbk && mMsgCbkFunc) { //new callback but staying on in doSubscribeMessages()
391 } else if (mMsgCbkFunc) { //we were on but turning off in doSubscribeMessages()
402 mMsgCbkFunc = cbk; in doSubscribeMessages()
417 if (!mMsgCbkFunc) { in doSendToNanohub()
Dnanohubhal.h123 Contexthub_callback *mMsgCbkFunc; variable
136 mMsgCbkFunc = nullptr; in reset()