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

  /frameworks/native/libs/gui/
SurfaceTextureClient.cpp 73 mReqWidth = 0;
165 int reqW = mReqWidth ? mReqWidth : mUserWidth;
171 "failed: %d", mReqWidth, mReqHeight, mReqFormat, mReqUsage,
475 mReqWidth = 0;
544 mReqWidth = w;
  /frameworks/native/include/gui/
SurfaceTextureClient.h 136 // mReqWidth is the buffer width that will be requested at the next dequeue
138 uint32_t mReqWidth;
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 325 return mIWallpaperEngine.mReqWidth;
    [all...]

Completed in 2227 milliseconds