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.java35 MessageQueue messageQueue, int vsyncSource, int eventRegistration, long layerHandle) { in nativeInit()
/frameworks/native/libs/gui/
DDisplayEventReceiver.cpp38 const sp<IBinder>& layerHandle) { in DisplayEventReceiver()
DDisplayEventDispatcher.cpp41 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.java277 private Choreographer(Looper looper, int vsyncSource, long layerHandle) { in Choreographer()
332 static Choreographer getInstanceForSurfaceControl(long layerHandle, in getInstanceForSurfaceControl()
1276 FrameDisplayEventReceiver(Looper looper, int vsyncSource, long layerHandle) { in FrameDisplayEventReceiver()
/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp103 jlong layerHandle) in NativeDisplayEventReceiver()
281 jlong layerHandle) { in nativeInit()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h445 void increment(BBinder* layerHandle) { in increment()
457 void add(BBinder* layerHandle, const std::string& name, std::atomic<int32_t>* counter) { in add()
462 void remove(BBinder* layerHandle) { in remove()
DSurfaceFlinger.cpp2052 const sp<IBinder>& layerHandle) { in createDisplayEventConnection()
8477 const sp<IBinder>& layerHandle, sp<IDisplayEventConnection>* outConnection) { in createDisplayEventConnection()
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl82 EventRegistration eventRegistration, @nullable IBinder layerHandle); in createDisplayEventConnection()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp305 const sp<IBinder>& layerHandle) { in createConnectionInternal()
314 const sp<IBinder>& layerHandle) { in createDisplayEventConnection()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp330 std::optional<sp<IBinder>> layerHandle = std::nullopt) { in createComposerState()
1032 auto layerHandle = layer->getHandle(); in TEST_F() local