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

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 101 bool isSecurePresent;
403 inline bool isSecurePresent(hwc_context_t *ctx, int dpy) {
404 return ctx->listStats[dpy].isSecurePresent;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 128 bool isSecurePresent;
576 inline bool isSecurePresent(hwc_context_t *ctx, int dpy) {
577 return ctx->listStats[dpy].isSecurePresent;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 129 bool isSecurePresent;
613 inline bool isSecurePresent(hwc_context_t *ctx, int dpy) {
614 return ctx->listStats[dpy].isSecurePresent;

Completed in 159 milliseconds