OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMsgCbkFunc
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/contexthubhal/
nanohubhal.cpp
159
if (
mMsgCbkFunc
) {
210
mMsgCbkFunc
(0, m, mMsgCbkData);
385
if (!
mMsgCbkFunc
&& !cbk) { //we're off and staying off - do nothing
388
} else if (cbk &&
mMsgCbkFunc
) { //new callback but staying on
391
} else if (
mMsgCbkFunc
) { //we were on but turning off
402
mMsgCbkFunc
= cbk;
417
if (!
mMsgCbkFunc
) {
nanohubhal.h
123
Contexthub_callback *
mMsgCbkFunc
;
136
mMsgCbkFunc
= nullptr;
Completed in 82 milliseconds