Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp501 struct DeathRecipientCookie { struct
512 auto funcs = static_cast<DeathRecipientCookie*>(cookie); in LambdaOnDeath() argument
519 auto funcs = static_cast<DeathRecipientCookie*>(cookie); in LambdaOnUnlink()
558 DeathRecipientCookie* cookie = new DeathRecipientCookie{&onDeath, &onUnlink}; in TEST()
620 DeathRecipientCookie* cookie = new DeathRecipientCookie{&onDeath, &onUnlink}; in TEST()
681 DeathRecipientCookie* cookie = new DeathRecipientCookie{&onDeath, &onUnlink}; in TEST()
701 auto funcs = static_cast<DeathRecipientCookie*>(cookie); in LambdaOnUnlinkMultiple()
730 DeathRecipientCookie* cookie = new DeathRecipientCookie{&onDeath, &onUnlink}; in TEST()