Searched defs:layerHandle (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | LayerCaptureArgs.h | 27 sp<IBinder> layerHandle; member
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | DisplayEventReceiver_Delegate.java | 37 int vsyncSource, int eventRegistration, long layerHandle) { in nativeInit()
|
/frameworks/native/libs/gui/ |
D | DisplayEventReceiver.cpp | 38 const sp<IBinder>& layerHandle) { in DisplayEventReceiver()
|
D | DisplayEventDispatcher.cpp | 45 const sp<IBinder>& layerHandle) in DisplayEventDispatcher()
|
D | Choreographer.cpp | 106 Choreographer::Choreographer(const sp<Looper>& looper, const sp<IBinder>& layerHandle) in Choreographer()
|
/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 88 MessageQueue messageQueue, int vsyncSource, int eventRegistration, long layerHandle); in nativeInit() 124 long layerHandle) { in DisplayEventReceiver()
|
D | Choreographer.java | 279 private Choreographer(Looper looper, int vsyncSource, long layerHandle) { in Choreographer() 334 static Choreographer getInstanceForSurfaceControl(long layerHandle, in getInstanceForSurfaceControl() 1339 FrameDisplayEventReceiver(Looper looper, int vsyncSource, long layerHandle) { in FrameDisplayEventReceiver()
|
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 108 jlong layerHandle) in NativeDisplayEventReceiver() 318 jlong layerHandle) { in nativeInit()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 446 void increment(BBinder* layerHandle) { in increment() 458 void add(BBinder* layerHandle, const std::string& name, std::atomic<int32_t>* counter) { in add() 463 void remove(BBinder* layerHandle) { in remove()
|
D | SurfaceFlinger.cpp | 2159 const sp<IBinder>& layerHandle) { in createDisplayEventConnection() 9674 const sp<IBinder>& layerHandle, sp<IDisplayEventConnection>* outConnection) { in createDisplayEventConnection()
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | ISurfaceComposer.aidl | 84 EventRegistration eventRegistration, @nullable IBinder layerHandle); in createDisplayEventConnection()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TransactionApplicationTest.cpp | 375 std::optional<sp<IBinder>> layerHandle = std::nullopt) { in createComposerState()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.cpp | 366 Cycle cycle, EventRegistrationFlags eventRegistration, const sp<IBinder>& layerHandle) { in createDisplayEventConnection()
|