/aosp14/frameworks/base/core/jni/ |
H A D | android_view_SurfaceSession.cpp | 36 sp<SurfaceComposerClient> android_view_SurfaceSession_getClient( in android_view_SurfaceSession_getClient() 38 return reinterpret_cast<SurfaceComposerClient*>( in android_view_SurfaceSession_getClient() 44 SurfaceComposerClient* client = new SurfaceComposerClient(); in nativeCreate() 50 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); in nativeDestroy()
|
H A D | android_view_SurfaceControl.cpp | 412 sp<SurfaceComposerClient> client; in nativeCreate() 416 client = SurfaceComposerClient::getDefault(); in nativeCreate() 1473 SurfaceComposerClient::setDisplayPowerMode(token, mode); in nativeSetDisplayPowerMode() 1653 SurfaceComposerClient::clearBootDisplayMode(token); in nativeClearBootDisplayMode() 1660 SurfaceComposerClient::setAutoLowLatencyMode(token, on); in nativeSetAutoLowLatencyMode() 1667 SurfaceComposerClient::setGameContentType(token, on); in nativeSetGameContentType() 1741 SurfaceComposerClient::Transaction* const self = in nativeWriteTransactionToParcel() 1749 SurfaceComposerClient::Transaction* const self = in nativeClearTransaction() 1769 sp<SurfaceComposerClient> client = SurfaceComposerClient::getDefault(); in nativeMirrorSurface() 1779 sp<SurfaceComposerClient> client = SurfaceComposerClient::getDefault(); in nativeSetGlobalShadowSettings() [all …]
|
H A D | android_view_TunnelModeEnabledListener.cpp | 91 if (SurfaceComposerClient::addTunnelModeEnabledListener(listener) != OK) { in nativeRegister() 101 if (SurfaceComposerClient::removeTunnelModeEnabledListener(listener) != OK) { in nativeUnregister()
|
H A D | android_window_WindowInfosListener.cpp | 139 SurfaceComposerClient::getDefault()->removeWindowInfosListener(listener); in destroyNativeService() 146 SurfaceComposerClient::getDefault()->addWindowInfosListener(listener, &initialInfo); in nativeRegister() 157 SurfaceComposerClient::getDefault()->removeWindowInfosListener(listener); in nativeUnregister()
|
H A D | android_view_SurfaceControlHdrLayerInfoListener.cpp | 62 return SurfaceComposerClient::addHdrLayerInfoListener(token, this); in startListening() 67 return SurfaceComposerClient::removeHdrLayerInfoListener(token, this); in stopListening()
|
H A D | android_view_CompositionSamplingListener.cpp | 95 if (SurfaceComposerClient::addRegionSamplingListener( in nativeRegister() 106 if (SurfaceComposerClient::removeRegionSamplingListener(listener) != OK) { in nativeUnregister()
|
H A D | android_graphics_BLASTBufferQueue.cpp | 140 [globalCallbackRef](SurfaceComposerClient::Transaction* t) { in nativeSyncNextTransaction() 169 auto transaction = reinterpret_cast<SurfaceComposerClient::Transaction*>(transactionPtr); in nativeMergeWithNextTransaction() 204 SurfaceComposerClient::Transaction* transaction = queue->gatherPendingTransactions(frameNum); in nativeGatherPendingTransactions()
|
/aosp14/frameworks/base/libs/hwui/tests/common/ |
H A D | TestContext.cpp | 31 const std::vector<PhysicalDisplayId> ids = SurfaceComposerClient::getPhysicalDisplayIds(); in getDisplayInfo() 35 SurfaceComposerClient::getStaticDisplayInfo(ids.front().value, &info); in getDisplayInfo() 52 const std::vector<PhysicalDisplayId> ids = SurfaceComposerClient::getPhysicalDisplayIds(); in getActiveDisplayMode() 55 const sp<IBinder> token = SurfaceComposerClient::getPhysicalDisplayToken(ids.front()); in getActiveDisplayMode() 58 const status_t status = SurfaceComposerClient::getActiveDisplayMode(token, &config); in getActiveDisplayMode() 69 mSurfaceComposerClient = new SurfaceComposerClient(); in TestContext() 98 SurfaceComposerClient::Transaction t; in createWindowSurface()
|
H A D | TestContext.h | 66 sp<SurfaceComposerClient> mSurfaceComposerClient;
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_display_DisplayControl.cpp | 29 sp<IBinder> token(SurfaceComposerClient::createDisplay(String8(name.c_str()), bool(secure), in nativeCreateDisplay() 37 SurfaceComposerClient::destroyDisplay(token); in nativeDestroyDisplay() 54 status_t error = SurfaceComposerClient::overrideHdrTypes(token, hdrTypesVector); in nativeOverrideHdrTypes() 87 SurfaceComposerClient::setHdrConversionStrategy(hdrConversionStrategy, &prefHdrType); in nativeSetHdrConversionMode() 97 SurfaceComposerClient::getHdrConversionCapabilities(&hdrConversionCapabilities); in nativeGetSupportedHdrOutputTypes() 123 SurfaceComposerClient::getHdrConversionCapabilities(&hdrConversionCapabilities); in nativeGetHdrOutputTypesWithLatency() 148 status_t err = SurfaceComposerClient::getHdrOutputConversionSupport(&isSupported); in nativeGetHdrOutputConversionSupport() 156 const auto displayIds = SurfaceComposerClient::getPhysicalDisplayIds(); in nativeGetPhysicalDisplayIds() 173 sp<IBinder> token = SurfaceComposerClient::getPhysicalDisplayToken(*id); in nativeGetPhysicalDisplayToken()
|
H A D | com_android_server_display_SmallAreaDetectionController.cpp | 48 SurfaceComposerClient::updateSmallAreaDetection(uidVector, thresholdVector); in nativeUpdateSmallAreaDetection() 53 SurfaceComposerClient::setSmallAreaDetectionThreshold(uid, threshold); in nativeSetSmallAreaDetectionThreshold()
|
H A D | com_android_server_wm_TaskFpsCallbackController.cpp | 78 if (SurfaceComposerClient::addFpsListener(taskId, callback) != OK) { in nativeRegister() 91 if (SurfaceComposerClient::removeFpsListener(callback) != OK) { in nativeUnregister()
|
H A D | com_android_server_app_GameManagerService.cpp | 31 SurfaceComposerClient::setOverrideFrameRate(uid, frameRate); in android_server_app_GameManagerService_nativeSetOverrideFrameRate()
|
H A D | com_android_server_power_PowerManagerService.cpp | 95 SurfaceComposerClient::notifyPowerBoost(static_cast<int32_t>(boost)); in setPowerBoost()
|
/aosp14/frameworks/base/core/jni/include/android_runtime/ |
H A D | android_view_SurfaceSession.h | 24 class SurfaceComposerClient; variable 27 extern sp<SurfaceComposerClient> android_view_SurfaceSession_getClient(
|
H A D | android_view_SurfaceControl.h | 32 extern SurfaceComposerClient::Transaction*
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.h | 41 class SurfaceComposerClient; variable 145 sp<SurfaceComposerClient> session() const; 215 sp<SurfaceComposerClient> mSession;
|
H A D | BootAnimation.cpp | 203 mSession = new SurfaceComposerClient(); in BootAnimation() 238 sp<SurfaceComposerClient> BootAnimation::session() const { in session() 436 auto token = SurfaceComposerClient::getPhysicalDisplayToken( in handleEvent() 445 const status_t error = SurfaceComposerClient::getActiveDisplayMode( in handleEvent() 543 mDisplayToken = SurfaceComposerClient::getPhysicalDisplayToken(ids.front()); in readyToRun() 551 SurfaceComposerClient::getActiveDisplayMode(mDisplayToken, &displayMode); in readyToRun() 565 SurfaceComposerClient::Transaction t; in readyToRun() 647 SurfaceComposerClient::Transaction t; in rotateAwayFromNaturalOrientationIfNeeded() 653 const auto displayIds = SurfaceComposerClient::getPhysicalDisplayIds(); in parseOrientationProperty() 1747 SurfaceComposerClient::Transaction() in handleViewport() [all …]
|
/aosp14/frameworks/base/libs/input/ |
H A D | SpriteController.cpp | 144 SurfaceComposerClient::Transaction t; in doUpdateSprites() 317 SurfaceComposerClient::Transaction t; in doDisposeSurfaces() 330 mSurfaceComposerClient = new SurfaceComposerClient(); in ensureSurfaceComposerClient()
|
H A D | PointerController.cpp | 93 SurfaceComposerClient::getDefault()->addWindowInfosListener(listener); in PointerController() 96 SurfaceComposerClient::getDefault()->removeWindowInfosListener(listener); in __anonf54fdd150302()
|
H A D | SpriteController.h | 251 sp<SurfaceComposerClient> mSurfaceComposerClient;
|
/aosp14/frameworks/base/native/android/ |
H A D | surface_control.cpp | 39 using Transaction = SurfaceComposerClient::Transaction; 79 sp<SurfaceComposerClient> client = new SurfaceComposerClient(); in ASurfaceControl_createFromWindow() 111 SurfaceComposerClient* client = ASurfaceControl_to_SurfaceControl(parent)->getClient().get(); in ASurfaceControl_create()
|
/aosp14/frameworks/base/cmds/screencap/ |
H A D | screencap.cpp | 131 const std::vector<PhysicalDisplayId> ids = SurfaceComposerClient::getPhysicalDisplayIds(); in main()
|
/aosp14/frameworks/base/services/core/jni/stats/ |
H A D | SurfaceFlingerPuller.cpp | 52 status_t err = SurfaceComposerClient::onPullAtom(atomTag, &pullDataProto, &success); in pull()
|