Searched defs:MSG_SET_DISPLAY_SURFACE (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProvider.java35 private static final int MSG_SET_DISPLAY_SURFACE = 4; field in class:ImsVideoCallProvider
64 case MSG_SET_DISPLAY_SURFACE:
120 mProviderHandler.obtainMessage(MSG_SET_DISPLAY_SURFACE, surface).sendToTarget();
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java671 private static final int MSG_SET_DISPLAY_SURFACE = 4; field in class:Connection.VideoProvider
742 case MSG_SET_DISPLAY_SURFACE:
802 mMessageHandler.obtainMessage(MSG_SET_DISPLAY_SURFACE, surface).sendToTarget();

Completed in 12 milliseconds