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

  /external/drm_hwcomposer/
vsyncworker.h 49 hwc_procs_t const *procs_; member in class:android::VSyncWorker
vsyncworker.cpp 37 procs_(NULL),
54 procs_ = procs;
129 hwc_procs_t const *procs = procs_;
162 * There's a race here where a change in procs_ will not take effect until
166 * We could shorten the race window by caching procs_ right before calling
167 * the hook. However, in practice, procs_ is only updated once, so it's not
hwcomposer.cpp 132 procs_ = procs;
174 procs_->hotplug(procs_, conn->display(),
181 const struct hwc_procs *procs_ = NULL; member in class:android::DrmHotplugHandler

Completed in 945 milliseconds