Searched refs:ResourceManagerServiceProxy (Results 1 – 2 of 2) sorted by relevance
281 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct282 ResourceManagerServiceProxy(pid_t pid);283 ~ResourceManagerServiceProxy();326 sp<ResourceManagerServiceProxy> mResourceManagerService;
137 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy(pid_t pid) in ResourceManagerServiceProxy() function in android::MediaCodec::ResourceManagerServiceProxy144 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() { in ~ResourceManagerServiceProxy()150 void MediaCodec::ResourceManagerServiceProxy::init() { in init()161 void MediaCodec::ResourceManagerServiceProxy::binderDied(const wp<IBinder>& /*who*/) { in binderDied()167 void MediaCodec::ResourceManagerServiceProxy::addResource( in addResource()178 void MediaCodec::ResourceManagerServiceProxy::removeResource(int64_t clientId) { in removeResource()186 bool MediaCodec::ResourceManagerServiceProxy::reclaimResource( in reclaimResource()479 mResourceManagerService(new ResourceManagerServiceProxy(pid)), in MediaCodec()