Searched defs:ResourceManagerServiceProxy (Results 1 – 1 of 1) sorted by relevance
362 struct MediaCodec::ResourceManagerServiceProxy : public RefBase { struct in android::MediaCodec372 static Mutex sLockCookies;373 static std::set<void*> sCookies;387 inline void setCodecName(const char* name) { in setCodecName()392 Mutex mLock;393 pid_t mPid;394 uid_t mUid;395 std::string mCodecName;396 std::shared_ptr<IResourceManagerService> mService;397 std::shared_ptr<IResourceManagerClient> mClient;[all …]