Home
last modified time | relevance | path

Searched refs:isExist (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/
H A Dvideoplayer.cpp172 bool isExist = m_commonFunction->fileExistOrNot(m_curVideoFilePath); in startPlay() local
173 if(!isExist){ in startPlay()
H A Dmusicplayer.cpp248 bool isExist = m_commonFunction->fileExistOrNot(m_curMusicFilePath); in startPlay() local
249 if(!isExist){ in startPlay()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/
H A Dvideoplayer.cpp209 bool isExist = m_commonFunction->fileExistOrNot(m_curVideoFilePath); in startPlay() local
210 if(!isExist){ in startPlay()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/
H A Dmusicplayer.cpp245 bool isExist = m_commonFunction->fileExistOrNot(m_curMusicFilePath); in startPlay() local
246 if(!isExist){ in startPlay()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp1219 bool isExist = false; in addDefaultAlgos() local
1222 isExist = true; in addDefaultAlgos()
1224 if (!isExist) { in addDefaultAlgos()