Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/geofence/
DGeofenceAdapter.cpp219 GeofenceInfo* mInfos; in addGeofencesCommand() member
234 mInfos(infos) {} in addGeofencesCommand()
242 if (NULL == mIds || NULL == mOptions || NULL == mInfos) { in addGeofencesCommand()
247 mInfos[i], in addGeofencesCommand()
250 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand()
257 mInfos[i]); in addGeofencesCommand()
267 delete[] mInfos; in addGeofencesCommand()
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp1216 std::vector<std::shared_ptr<const C2Info>> result(mInfos.size()); in info()
1218 mInfos.begin(), mInfos.end(), result.begin(), in info()
1225 (void) mInfos.erase(info->coreIndex()); in setInfo()
1226 (void) mInfos.insert({ info->coreIndex(), info }); in setInfo()
1231 return mInfos.count(index.coreIndex()) > 0; in hasInfo()
1235 auto it = mInfos.find(index.coreIndex()); in getInfo()
1236 if (it == mInfos.end()) { in getInfo()
1243 auto it = mInfos.find(index.coreIndex()); in removeInfo()
1244 if (it == mInfos.end()) { in removeInfo()
1248 (void) mInfos.erase(it); in removeInfo()
[all …]