Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DMediaCodecList.h86 void binderDied(const wp<IBinder> &the_late_who __unused);
/frameworks/av/include/media/
DDrm.h141 virtual void binderDied(const wp<IBinder> &the_late_who);
/frameworks/av/media/libstagefright/include/
DOMX.h147 virtual void binderDied(const wp<IBinder> &the_late_who);
/frameworks/av/media/libstagefright/omx/
DOMX.cpp179 void OMX::binderDied(const wp<IBinder> &the_late_who) { in binderDied() argument
185 ssize_t index = mLiveNodes.indexOfKey(the_late_who); in binderDied()
/frameworks/av/drm/libmediadrm/
DDrm.cpp769 void Drm::binderDied(const wp<IBinder> &the_late_who __unused) in binderDied()