HomeSort by relevance Sort by last modified time
    Searched defs:suids (Results 1 - 2 of 2) sorted by null

  /system/chre/platform/slpi/see/
platform_sensor.cc 344 * Obtains the list of SUIDs and their attributes that support the specified
349 DynamicVector<sns_std_suid> suids; local
350 bool success = getSeeHelper()->findSuidSync(dataType, &suids, minNumSuids);
354 LOGD("Num of SUIDs found for '%s': %zu", dataType, suids.size());
356 for (const auto& suid : suids) {
447 // If there are more than one SUIDs that support the data type,
see_helper.cc 402 auto *suids = static_cast<DynamicVector<sns_std_suid> *>(*arg); local
403 suids->push_back(suid);
417 DynamicVector<sns_std_suid> suids; local
422 .suid.arg = &suids,
435 // Note that there's no need to compare the SUIDs as no other calls
447 for (const auto& suid : suids) {
1754 DynamicVector<sns_std_suid> suids; local
1788 DynamicVector<sns_std_suid> suids; local
    [all...]

Completed in 61 milliseconds