Searched refs:ResourceManagerServiceProxy (Results 1 – 2 of 2) sorted by relevance
266 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct267 ResourceManagerServiceProxy(pid_t pid);268 ~ResourceManagerServiceProxy();309 sp<ResourceManagerServiceProxy> mResourceManagerService;
113 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy(pid_t pid) in ResourceManagerServiceProxy() function in android::MediaCodec::ResourceManagerServiceProxy120 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() { in ~ResourceManagerServiceProxy()126 void MediaCodec::ResourceManagerServiceProxy::init() { in init()137 void MediaCodec::ResourceManagerServiceProxy::binderDied(const wp<IBinder>& /*who*/) { in binderDied()143 void MediaCodec::ResourceManagerServiceProxy::addResource( in addResource()154 void MediaCodec::ResourceManagerServiceProxy::removeResource(int64_t clientId) { in removeResource()162 bool MediaCodec::ResourceManagerServiceProxy::reclaimResource( in reclaimResource()270 mResourceManagerService(new ResourceManagerServiceProxy(pid)), in MediaCodec()