Searched refs:ResourceManagerServiceProxy (Results 1 – 2 of 2) sorted by relevance
285 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct286 ResourceManagerServiceProxy(pid_t pid);287 ~ResourceManagerServiceProxy();335 sp<ResourceManagerServiceProxy> mResourceManagerService;
169 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy(pid_t pid) in ResourceManagerServiceProxy() function in android::MediaCodec::ResourceManagerServiceProxy176 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()