• Jamie Gennis's avatar
    libgui: disallow NULL Fence pointers · 1df8c345
    Jamie Gennis authored
    This change eliminates the uses of a NULL sp<Fence> indicating that no waiting
    is required.  Instead we use a non-NULL but invalid Fence object for which the
    wait methods will return immediately.
    
    Bug: 7892871
    Change-Id: I5360aebe3090422ef6920d56c99fc4eedc642e48
    1df8c345
SurfaceTextureClient.cpp 25.6 KB