Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:what

447             switch (msg->what) {
535 int what = android_atomic_and(0, &mConsoleSignals);
536 if (what & eConsoleAcquired) {
546 if (what & eConsoleReleased) {
755 * 1) what's VISIBLE now and was COVERED before
756 * 2) what's EXPOSED now less what was EXPOSED before
759 * visible region but only keep what used to be covered by
871 // we can redraw only what's dirty, but since SWAP_RECTANGLE only
880 // what's needed and nothing more.
1416 const uint32_t what = s.what;
1417 if (what & ePositionChanged) {
1421 if (what & eLayerChanged) {
1430 if (what & eSizeChanged) {
1436 if (what & eAlphaChanged) {
1440 if (what & eMatrixChanged) {
1444 if (what & eTransparentRegionChanged) {
1448 if (what & eVisibilityChanged) {
1776 void Client::dump(const char* what)