Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h433 void increment(BBinder* layerHandle) { in increment()
445 void add(BBinder* layerHandle, const std::string& name, std::atomic<int32_t>* counter) { in add()
450 void remove(BBinder* layerHandle) { in remove()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerState.h376 sp<IBinder> layerHandle; member