Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h431 void increment(BBinder* layerHandle) { in increment()
443 void add(BBinder* layerHandle, const std::string& name, std::atomic<int32_t>* counter) { in add()
448 void remove(BBinder* layerHandle) { in remove()
/frameworks/native/libs/gui/include/gui/
DLayerState.h370 sp<IBinder> layerHandle; member