Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:QClient

39 namespace qClient {
42 QClient::QClient(hwc_context_t *ctx) : mHwcContext(ctx),
45 ALOGD_IF(QCLIENT_DEBUG, "QClient Constructor invoked");
48 QClient::~QClient()
50 ALOGD_IF(QCLIENT_DEBUG,"QClient Destructor invoked");
53 status_t QClient::notifyCallback(uint32_t msg, uint32_t value) {
70 void QClient::securing(uint32_t startEnd) {
84 void QClient::unsecuring(uint32_t startEnd) {
94 void QClient::MPDeathNotifier::died() {
103 android::status_t QClient::screenRefresh() {