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

  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.h 49 int getDstFd() const { return mBuf.getFD(); }
83 int getDstFd() const { return mWbMem.getDstFd(); }
overlayWriteback.cpp 184 return writeSync(mWbMem.getDstFd(), mWbMem.getOffset());
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.h 54 int getDstFd(hwc_context_t *ctx) const;
hwc_ad.cpp 252 int AssertiveDisplay::getDstFd(hwc_context_t *ctx) const {
254 return wb->getDstFd();
hwc_mdpcomp.cpp     [all...]

Completed in 202 milliseconds