Home
last modified time | relevance | path

Searched defs:setDisplaySurface (Results 1 – 7 of 7) sorted by relevance

/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DIImsVideoSession.aidl33 oneway void setDisplaySurface(in Surface surface); in setDisplaySurface() method
DImsVideoSession.java89 public void setDisplaySurface(final Surface surface) { in setDisplaySurface() method in ImsVideoSession
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DVideoSession.cpp307 ImsMediaResult VideoSession::setDisplaySurface(ANativeWindow* surface) in setDisplaySurface() function in VideoSession
DVideoManager.cpp234 void VideoManager::setDisplaySurface(const int sessionId, ANativeWindow* surface) in setDisplaySurface() function in VideoManager
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/
DVideoLocalSession.java104 public void setDisplaySurface(final Surface surface) { in setDisplaySurface() method in VideoLocalSession
DJNIImsMediaService.java74 public static native void setDisplaySurface(long nativeObject, int sessionId, Surface surface); in setDisplaySurface() method in JNIImsMediaService
DVideoSession.java146 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in VideoSession