Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/gui/include/gui/
H A DSurface.h75 virtual bool needsDeathNotify() { return false; } in needsDeathNotify() function
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp119 virtual bool needsDeathNotify() { return true; } in needsDeathNotify() function in android::DeathWatcherListener