Home
last modified time | relevance | path

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

/hardware/nxp/uwb/aidl/
Duwb_chip.cpp34 AIBinder_DeathRecipient *mClientDeathRecipient = nullptr; variable
60 mClientDeathRecipient = AIBinder_DeathRecipient_new(onServiceDied); in open()
63 mClientDeathRecipient, this /* cookie */); in open()
85 AIBinder_DeathRecipient_delete(mClientDeathRecipient); in close()
86 mClientDeathRecipient = nullptr; in close()