Searched refs:getParentLayer (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DClient.h74 sp<Layer> getParentLayer(bool* outParentDied = nullptr) const;
H A DClient.cpp78 sp<Layer> Client::getParentLayer(bool* outParentDied) const { function in class:android::Client
135 && (getParentLayer() == nullptr)) {
165 parent = getParentLayer(&parentDied);

Completed in 9 milliseconds