Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp189 mMsgCbkFunc(0, &msg, mMsgCbkData); in doSendToApp()
342 if (!mMsgCbkFunc && !cbk) { //we're off and staying off - do nothing in doSubscribeMessages()
345 } else if (cbk && mMsgCbkFunc) { //new callback but staying on in doSubscribeMessages()
348 } else if (mMsgCbkFunc) { //we were on but turning off in doSubscribeMessages()
359 mMsgCbkFunc = cbk; in doSubscribeMessages()
374 if (!mMsgCbkFunc) { in doSendToNanohub()
Dnanohubhal.h64 context_hub_callback *mMsgCbkFunc; variable
79 mMsgCbkFunc = nullptr; in reset()