Home
last modified time | relevance | path

Searched refs:findSuidSync (Results 1 – 4 of 4) sorted by relevance

/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h184 bool findSuidSync(const char *dataType, DynamicVector<sns_std_suid> *suids,
193 bool findSuidSync(const char *dataType, DynamicVector<sns_std_suid> *suids,
196 return findSuidSync(dataType, suids, minNumSuids, maxRetries,
/system/chre/platform/slpi/see/
Dsee_cal_helper.cc119 if (!seeHelper.findSuidSync(calType, &suids)) { in findCalibrationSensors()
Dsee_helper.cc1646 bool SeeHelper::findSuidSync(const char *dataType, in findSuidSync() function in chre::SeeHelper
2026 if (!findSuidSync(kRemoteProcType, &suids)) { in initRemoteProcSensor()
2055 if (!findSuidSync(kResamplerType, &suids)) { in initResamplerSensor()
Dplatform_sensor_manager.cc408 bool success = seeHelper.findSuidSync(dataType, &suids, minNumSuids); in getSuidAndAttrs()