Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativepositionsource.cpp171 void QDeclarativePositionSource::setName(const QString &newName) in setName() argument
173 if (m_positionSource && m_positionSource->sourceName() == newName) in setName()
176 if (m_providerName == newName && m_providerName.isEmpty()) in setName()
180 m_providerName = newName; in setName()
188 tryAttach(newName, false); in setName()
194 void QDeclarativePositionSource::tryAttach(const QString &newName, bool useFallback) in tryAttach() argument
198 m_providerName = newName; in tryAttach()
204 if (newName.isEmpty()) { in tryAttach()
207 setSource(QGeoPositionInfoSource::createSource(newName, parameterMap(), this)); in tryAttach()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibDb.cpp99 static void getFilePathName2(char* iqFile, char *newName) in getFilePathName2() argument
109 snprintf(newName, CALIBDB_PATH_LEN, "%s/%s_write.xml", dir, name); in getFilePathName2()
111 snprintf(newName, CALIBDB_PATH_LEN, "%s_write.xml", srcfile); in getFilePathName2()
114 LOGD("calibdb file is %s", newName); in getFilePathName2()