Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DIMediaDeathNotifier.h30 virtual ~IMediaDeathNotifier() { removeObitRecipient(this); } in ~IMediaDeathNotifier()
40 static void removeObitRecipient(const wp<IMediaDeathNotifier>& recipient);
/frameworks/av/media/libmedia/
DIMediaDeathNotifier.cpp70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient() function in android::IMediaDeathNotifier