Home
last modified time | relevance | path

Searched refs:CommonFunction (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/
H A Dcommonfunction.cpp21 CommonFunction::CommonFunction() in CommonFunction() function in CommonFunction
30 bool CommonFunction::fileExistOrNot(QString path) in fileExistOrNot()
49 bool CommonFunction::video_support_or_not(QWidget* parent_widget,QString path) in video_support_or_not()
82 QString CommonFunction::print_info(unsigned char tmp[],int tmp2) in print_info()
H A Dcommonfunction.h35 class CommonFunction
38 CommonFunction();
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/
H A Dcommonfunction.cpp19 CommonFunction::CommonFunction() in CommonFunction() function in CommonFunction
28 bool CommonFunction::fileExistOrNot(QString path) in fileExistOrNot()
47 bool CommonFunction::video_support_or_not(QWidget* parent_widget,QString path) in video_support_or_not()
80 QString CommonFunction::print_info(unsigned char tmp[],int tmp2) in print_info()
H A Dcommonfunction.h35 class CommonFunction
38 CommonFunction();
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/
H A Dcommonfunction.cpp21 CommonFunction::CommonFunction() in CommonFunction() function in CommonFunction
30 bool CommonFunction::fileExistOrNot(QString path) in fileExistOrNot()
49 bool CommonFunction::video_support_or_not(QWidget* parent_widget,QString path) in video_support_or_not()
82 QString CommonFunction::print_info(unsigned char tmp[],int tmp2) in print_info()
H A Dcommonfunction.h35 class CommonFunction
38 CommonFunction();
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/
H A Dmusicplayer.h41 CommonFunction* commonfunc;
121 CommonFunction* m_commonFunction;
H A Dmusicplayer.cpp65 m_commonFunction = new CommonFunction ; in MusicPlayer()
670 commonfunc = new CommonFunction; in MusicInfoThread()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/
H A Dmusicplayer.h41 CommonFunction* commonfunc;
123 CommonFunction* m_commonFunction;
H A Dvideoplayer.h103 CommonFunction* m_commonFunction;
H A Dmusicplayer.cpp66 m_commonFunction = new CommonFunction ; in MusicPlayer()
691 commonfunc = new CommonFunction; in MusicInfoThread()
H A Dvideoplayer.cpp70 m_commonFunction = new CommonFunction ; in VideoPlayer()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/
H A Dvideoplayer.h108 CommonFunction* m_commonFunction;
H A Dvideoplayer.cpp73 m_commonFunction = new CommonFunction ; in VideoPlayer()