Home
last modified time | relevance | path

Searched refs:attachLayer (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DClient.h43 void attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer);
H A DClient.cpp49 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer) in attachLayer() function in android::Client
H A DSurfaceFlinger.cpp3429 client->attachLayer(handle, lbc); in addClientLayer()