Searched refs:mResourceManagerProxy (Results 1 – 2 of 2) sorted by relevance
781 mResourceManagerProxy = new ResourceManagerServiceProxy(pid, mUid, in MediaCodec()816 mResourceManagerProxy->removeClient(); in ~MediaCodec()1366 mResourceManagerProxy->init(); in init()1455 if (!mResourceManagerProxy->reclaimResource(resources)) { in init()2270 if (!mResourceManagerProxy->reclaimResource(resources)) { in start()2812 mResourceManagerProxy->addResource(MediaResource::CpuBoostResource()); in requestCpuBoostIfNeeded()3192 mResourceManagerProxy->addResource( in onMessageReceived()3360 mResourceManagerProxy->addResource( in onMessageReceived()3579 mResourceManagerProxy->removeClient(); in onMessageReceived()4094 mResourceManagerProxy->markClientForPendingRemoval(); in onMessageReceived()[all …]
439 sp<ResourceManagerServiceProxy> mResourceManagerProxy; member