HomeSort by relevance Sort by last modified time
    Searched refs:setDisplaySurface (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IVideoProvider.aidl 37 void setDisplaySurface(in Surface surface);
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsVideoCallProvider.aidl 50 void setDisplaySurface(in Surface surface);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestManagedVideoProvider.java 86 mRemoteVideoProvider.setDisplaySurface(surface);
  /frameworks/base/telecomm/java/android/telecom/
VideoCallImpl.java 270 public void setDisplaySurface(Surface surface) {
272 mVideoProvider.setDisplaySurface(surface);
InCallService.java 609 public abstract void setDisplaySurface(Surface surface);
    [all...]
RemoteConnection.java 526 public void setDisplaySurface(Surface surface) {
528 mVideoProviderBinder.setDisplaySurface(surface);
    [all...]
Connection.java     [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDevice.java 199 t.setDisplaySurface(mDisplayToken, surface);
  /frameworks/base/telephony/java/android/telephony/ims/
ImsVideoCallProvider.java 137 public void setDisplaySurface(Surface surface) {
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.h 114 void setDisplaySurface(SurfaceComposerClient::Transaction& t,
Replayer.cpp 443 setDisplaySurface(t, change.id(), change.surface());
576 void Replayer::setDisplaySurface(SurfaceComposerClient::Transaction& t,
582 t.setDisplaySurface(mDisplays[id], outProducer);
  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 552 videoCall.setDisplaySurface(surface);
556 videoCall.setDisplaySurface(null);
    [all...]
RemoteConnectionTest.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoProviderTest.java 342 * Tests the {@link VideoCall#setDisplaySurface(Surface)} and
349 mVideoCall.setDisplaySurface(surface);
358 mVideoCall.setDisplaySurface(null);
  /frameworks/native/libs/gui/include/gui/
SurfaceComposerClient.h 256 status_t setDisplaySurface(const sp<IBinder>& token,
  /frameworks/native/services/surfaceflinger/tests/unittests/
TestableSurfaceFlinger.h 284 auto& setDisplaySurface(const sp<DisplaySurface>& displaySurface) {
DisplayTransactionTest.cpp     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java 381 logFromInCall("setDisplaySurface");
383 mConectionServiceVideoProvider.setDisplaySurface(surface);
  /frameworks/base/core/java/android/view/
SurfaceControl.java     [all...]
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 800 "VideoCallPresenter.adjustVideoMode", "calling setDisplaySurface with: " + surface);
801 videoCall.setDisplaySurface(surface);
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 271 mVideoCallProvider.setDisplaySurface(surface);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 326 t.setDisplaySurface(dpy, bufferProducer);
    [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 510 status_t SurfaceComposerClient::Transaction::setDisplaySurface(const sp<IBinder>& token,
517 ALOGE("Composer::setDisplaySurface Failed to enable async mode on the "
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 504 err = transaction->setDisplaySurface(token,
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 573 milliseconds

1 2