Loading include/gui/SurfaceTexture.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -293,9 +293,9 @@ private: // by calling setBufferCount or setBufferCountServer // by calling setBufferCount or setBufferCountServer int mBufferCount; int mBufferCount; // mRequestedBufferCount is the number of buffer slots requested by the // mClientBufferCount is the number of buffer slots requested by the client. // client. The default is zero, which means the client doesn't care how // The default is zero, which means the client doesn't care how many buffers // many buffers there is. // there is. int mClientBufferCount; int mClientBufferCount; // mServerBufferCount buffer count requested by the server-side // mServerBufferCount buffer count requested by the server-side Loading Loading
include/gui/SurfaceTexture.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -293,9 +293,9 @@ private: // by calling setBufferCount or setBufferCountServer // by calling setBufferCount or setBufferCountServer int mBufferCount; int mBufferCount; // mRequestedBufferCount is the number of buffer slots requested by the // mClientBufferCount is the number of buffer slots requested by the client. // client. The default is zero, which means the client doesn't care how // The default is zero, which means the client doesn't care how many buffers // many buffers there is. // there is. int mClientBufferCount; int mClientBufferCount; // mServerBufferCount buffer count requested by the server-side // mServerBufferCount buffer count requested by the server-side Loading