Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h285 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct
286 ResourceManagerServiceProxy(pid_t pid);
287 ~ResourceManagerServiceProxy();
335 sp<ResourceManagerServiceProxy> mResourceManagerService;
/frameworks/av/media/libstagefright/
DMediaCodec.cpp169 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy(pid_t pid) in ResourceManagerServiceProxy() function in android::MediaCodec::ResourceManagerServiceProxy
176 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() { in ~ResourceManagerServiceProxy()
182 void MediaCodec::ResourceManagerServiceProxy::init() { in init()
193 void MediaCodec::ResourceManagerServiceProxy::binderDied(const wp<IBinder>& /*who*/) { in binderDied()
199 void MediaCodec::ResourceManagerServiceProxy::addResource( in addResource()
210 void MediaCodec::ResourceManagerServiceProxy::removeResource(int64_t clientId) { in removeResource()
218 bool MediaCodec::ResourceManagerServiceProxy::reclaimResource( in reclaimResource()
521 mResourceManagerService(new ResourceManagerServiceProxy(pid)), in MediaCodec()