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

/hardware/qcom/display/msm8226/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>
40 QService* QService::sQService = NULL;
42 QService::QService() function in class:qService::QService
44 ALOGD_IF(QSERVICE_DEBUG, "QService Constructor invoked");
47 QService::~QService()
49 ALOGD_IF(QSERVICE_DEBUG,"QService Destructor invoked");
52 void QService
[all...]
/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/msm8084/libqservice/
H A DQService.h45 class QService : public BnQService { class in namespace:qService
47 virtual ~QService();
57 QService();
60 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 225 milliseconds