Searched defs:QService (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/libqservice/
H A DQService.h45 class QService : public BnQService { class in namespace:qService
47 virtual ~QService();
54 QService();
56 static QService *sQService;
H A DQService.cpp30 #include <QService.h>
38 QService* QService::sQService = NULL;
40 QService::QService() function in class:qService::QService
42 ALOGD_IF(QSERVICE_DEBUG, "QService Constructor invoked");
45 QService::~QService()
47 ALOGD_IF(QSERVICE_DEBUG,"QService Destructor invoked");
50 void QService
[all...]
/hardware/qcom/display/msm8974/libqservice/
H A DQService.h45 class QService : public BnQService { class in namespace:qService
47 virtual ~QService();
54 QService();
56 static QService *sQService;
H A DQService.cpp30 #include <QService.h>
38 QService* QService::sQService = NULL;
40 QService::QService() function in class:qService::QService
42 ALOGD_IF(QSERVICE_DEBUG, "QService Constructor invoked");
45 QService::~QService()
47 ALOGD_IF(QSERVICE_DEBUG,"QService Destructor invoked");
50 void QService
[all...]
/hardware/qcom/display/msm8x26/libqservice/
H A DQService.h45 class QService : public BnQService { class in namespace:qService
47 virtual ~QService();
54 QService();
56 static QService *sQService;
H A DQService.cpp30 #include <QService.h>
38 QService* QService::sQService = NULL;
40 QService::QService() function in class:qService::QService
42 ALOGD_IF(QSERVICE_DEBUG, "QService Constructor invoked");
45 QService::~QService()
47 ALOGD_IF(QSERVICE_DEBUG,"QService Destructor invoked");
50 void QService
[all...]

Completed in 131 milliseconds