HomeSort by relevance Sort by last modified time
    Searched refs:AssertiveDisplay (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.h 40 class AssertiveDisplay {
42 AssertiveDisplay();
hwc_ad.cpp 126 AssertiveDisplay::AssertiveDisplay() :mWbFd(-1), mDoable(false),
141 void AssertiveDisplay::markDoable(hwc_context_t *ctx,
156 bool AssertiveDisplay::prepare(hwc_context_t *ctx,
234 bool AssertiveDisplay::draw(hwc_context_t *ctx, int fd, uint32_t offset) {
252 int AssertiveDisplay::getDstFd(hwc_context_t *ctx) const {
257 uint32_t AssertiveDisplay::getDstOffset(hwc_context_t *ctx) const {
hwc_utils.h 62 class AssertiveDisplay;
376 qhwc::AssertiveDisplay *mAD;
hwc_utils.cpp 172 ctx->mAD = new AssertiveDisplay();
    [all...]

Completed in 83 milliseconds