Searched defs:ResourceManagerServiceProxy (Results 1 – 1 of 1) sorted by relevance
245 struct MediaCodec::ResourceManagerServiceProxy : public RefBase { struct in android::MediaCodec255 static Mutex sLockCookies;256 static std::set<void*> sCookies;267 Mutex mLock;268 pid_t mPid;269 uid_t mUid;270 std::shared_ptr<IResourceManagerService> mService;271 std::shared_ptr<IResourceManagerClient> mClient;275 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy( in ResourceManagerServiceProxy() function in android::MediaCodec::ResourceManagerServiceProxy