Searched defs:ResourceManagerServiceProxy (Results 1 – 1 of 1) sorted by relevance
196 struct MediaCodec::ResourceManagerServiceProxy : public RefBase { struct in android::MediaCodec206 static Mutex sLockCookies;207 static std::set<void*> sCookies;218 Mutex mLock;219 pid_t mPid;220 uid_t mUid;221 std::shared_ptr<IResourceManagerService> mService;222 std::shared_ptr<IResourceManagerClient> mClient;226 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy( in ResourceManagerServiceProxy() function in android::MediaCodec::ResourceManagerServiceProxy