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.h60 void binderDied(const wp<IBinder> &the_late_who __unused);
/frameworks/av/media/libmediaplayerservice/
DDrm.h134 virtual void binderDied(const wp<IBinder> &the_late_who);
DDrm.cpp675 void Drm::binderDied(const wp<IBinder> &the_late_who) in binderDied() argument
/frameworks/av/media/libstagefright/include/
DOMX.h131 virtual void binderDied(const wp<IBinder> &the_late_who);
/frameworks/av/media/libstagefright/omx/
DOMX.cpp168 void OMX::binderDied(const wp<IBinder> &the_late_who) { in binderDied() argument
174 ssize_t index = mLiveNodes.indexOfKey(the_late_who); in binderDied()