Home
last modified time | relevance | path

Searched defs:layerHandle (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DLayerCaptureArgs.h27 sp<IBinder> layerHandle; member
/frameworks/layoutlib/bridge/src/android/view/
DDisplayEventReceiver_Delegate.java37 int vsyncSource, int eventRegistration, long layerHandle) { in nativeInit()
/frameworks/native/libs/gui/
DDisplayEventReceiver.cpp38 const sp<IBinder>& layerHandle) { in DisplayEventReceiver()
DDisplayEventDispatcher.cpp45 const sp<IBinder>& layerHandle) in DisplayEventDispatcher()
DChoreographer.cpp106 Choreographer::Choreographer(const sp<Looper>& looper, const sp<IBinder>& layerHandle) in Choreographer()
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java88 MessageQueue messageQueue, int vsyncSource, int eventRegistration, long layerHandle); in nativeInit()
124 long layerHandle) { in DisplayEventReceiver()
DChoreographer.java279 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/
Dandroid_view_DisplayEventReceiver.cpp108 jlong layerHandle) in NativeDisplayEventReceiver()
318 jlong layerHandle) { in nativeInit()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h446 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()
DSurfaceFlinger.cpp2159 const sp<IBinder>& layerHandle) { in createDisplayEventConnection()
9674 const sp<IBinder>& layerHandle, sp<IDisplayEventConnection>* outConnection) { in createDisplayEventConnection()
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl84 EventRegistration eventRegistration, @nullable IBinder layerHandle); in createDisplayEventConnection()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp375 std::optional<sp<IBinder>> layerHandle = std::nullopt) { in createComposerState()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp366 Cycle cycle, EventRegistrationFlags eventRegistration, const sp<IBinder>& layerHandle) { in createDisplayEventConnection()