Home
last modified time | relevance | path

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

/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h325 SeeHelperCallbackInterface *mCbIf = nullptr; variable
/system/chre/platform/slpi/see/
Dsee_helper.cc1607 mCbIf->onFlushCompleteEvent(data->info.data->sensorType); in handleSnsClientEventMsg()
1610 mCbIf->onHostWakeSuspendEvent(data->info.data->isHostAwake); in handleSnsClientEventMsg()
1613 mCbIf->onSensorDataEvent(data->info.data->sensorType, in handleSnsClientEventMsg()
1617 mCbIf->onSensorBiasEvent(data->info.data->sensorType, in handleSnsClientEventMsg()
1625 mCbIf->onSamplingStatusUpdate(std::move(data->info.data->status)); in handleSnsClientEventMsg()
1719 mCbIf = cbIf; in init()