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

/hardware/qcom/display/libqservice/
H A DQService.h44 class QService : public BnQService { class in namespace:qService
46 virtual ~QService();
49 static QService* getInstance(hwc_context_t *ctx);
51 QService(hwc_context_t *ctx);
52 static QService *sQService;
H A DQService.cpp30 #include <QService.h>
39 QService* QService::sQService = NULL;
41 QService::QService(hwc_context_t *ctx):mHwcContext(ctx) function in class:qService::QService
43 ALOGD_IF(QSERVICE_DEBUG, "QService Constructor invoked");
46 QService::~QService()
48 ALOGD_IF(QSERVICE_DEBUG,"QService Destructor invoked");
51 void QService
[all...]

Completed in 357 milliseconds