Lines Matching defs:what

1331 void SurfaceFlinger::onMessageReceived(int32_t what) {
1333 switch (what) {
1686 // treat Unknown as regular SRGB buffer, since that's what the rest of the
2341 * 1) what's VISIBLE now and was COVERED before
2342 * 2) what's EXPOSED now less what was EXPOSED before
2345 * visible region but only keep what used to be covered by
2468 // we can redraw only what's dirty, but since SWAP_RECTANGLE only
2840 const uint32_t what = s.what;
2841 if (what & DisplayState::eSurfaceChanged) {
2847 if (what & DisplayState::eLayerStackChanged) {
2853 if (what & DisplayState::eDisplayProjectionChanged) {
2867 if (what & DisplayState::eDisplaySizeChanged) {
2888 const uint32_t what = s.what;
2890 what & layer_state_t::eGeometryAppliesWithResize;
2891 if (what & layer_state_t::ePositionChanged) {
2896 if (what & layer_state_t::eLayerChanged) {
2914 if (what & layer_state_t::eRelativeLayerChanged) {
2919 if (what & layer_state_t::eSizeChanged) {
2924 if (what & layer_state_t::eAlphaChanged) {
2928 if (what & layer_state_t::eMatrixChanged) {
2932 if (what & layer_state_t::eTransparentRegionChanged) {
2936 if (what & layer_state_t::eFlagsChanged) {
2940 if (what & layer_state_t::eCropChanged) {
2944 if (what & layer_state_t::eFinalCropChanged) {
2948 if (what & layer_state_t::eLayerStackChanged) {
2967 if (what & layer_state_t::eDeferTransaction) {
2984 if (what & layer_state_t::eReparentChildren) {
2989 if (what & layer_state_t::eDetachChildren) {
2992 if (what & layer_state_t::eOverrideScalingModeChanged) {
3146 d.what = DisplayState::eDisplayProjectionChanged |
4037 int what = message.what;
4040 if (what == MSG_API_CALL) {
4043 } else if (what == MSG_EXIT) {