Searched refs:canProjectVideo (Results 1 – 3 of 3) sorted by relevance
26 boolean canProjectVideo(); in canProjectVideo() method
1381 if (!canProjectVideo(projection)) { in createVirtualDisplay()1468 private boolean canProjectVideo(IMediaProjection projection) { in canProjectVideo() method in DisplayManagerService.BinderService1471 if (projection.canProjectVideo()) { in canProjectVideo()
358 public boolean canProjectVideo() { in canProjectVideo() method in MediaProjectionManagerService.MediaProjection