Lines Matching refs:mActivityEventHandler
135 mActivityEventHandler(NULL),
686 if (mActivityEventHandler != NULL) {
687 mActivityEventHandler->OnActivityEvent(sensor, sample->idata & 0xff,
1091 if (mActivityEventHandler != NULL) {
1092 mActivityEventHandler->OnSensorHubReset();
1449 if (isActivitySensor(sensor) && mActivityEventHandler != NULL) {
1450 mActivityEventHandler->OnFlush();
1663 mActivityEventHandler = eventHandler;