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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.h 40 class AssertiveDisplay {
42 AssertiveDisplay(hwc_context_t *ctx);
hwc_ad.cpp 127 AssertiveDisplay::AssertiveDisplay(hwc_context_t *ctx) : mWbFd(-1),
156 void AssertiveDisplay::markDoable(hwc_context_t *ctx,
171 bool AssertiveDisplay::prepare(hwc_context_t *ctx,
268 bool AssertiveDisplay::draw(hwc_context_t *ctx, int fd, uint32_t offset) {
286 int AssertiveDisplay::getDstFd() const {
291 uint32_t AssertiveDisplay::getDstOffset() const {
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.h 40 class AssertiveDisplay {
42 AssertiveDisplay(hwc_context_t *ctx);
hwc_ad.cpp 96 AssertiveDisplay::AssertiveDisplay(hwc_context_t *ctx) :
124 void AssertiveDisplay::markDoable(hwc_context_t *ctx,
139 void AssertiveDisplay::turnOffAD() {
150 bool AssertiveDisplay::prepare(hwc_context_t *ctx,
246 bool AssertiveDisplay::draw(hwc_context_t *ctx, int fd, uint32_t offset) {
264 int AssertiveDisplay::getDstFd() const {
269 uint32_t AssertiveDisplay::getDstOffset() const {
  /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 {
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.h 40 class AssertiveDisplay {
42 AssertiveDisplay(hwc_context_t *ctx);
hwc_ad.cpp 99 AssertiveDisplay::AssertiveDisplay(hwc_context_t *ctx) :
127 void AssertiveDisplay::markDoable(hwc_context_t *ctx,
143 void AssertiveDisplay::turnOffAD() {
154 bool AssertiveDisplay::prepare(hwc_context_t *ctx,
250 bool AssertiveDisplay::draw(hwc_context_t *ctx, int fd, uint32_t offset) {
268 int AssertiveDisplay::getDstFd() const {
273 uint32_t AssertiveDisplay::getDstOffset() const {

Completed in 92 milliseconds