Home
last modified time | relevance | path

Searched refs:ResourceManagerServiceProxy (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodec.cpp403 struct MediaCodec::ResourceManagerServiceProxy : struct in android::MediaCodec
404 public std::enable_shared_from_this<ResourceManagerServiceProxy> {
411 std::weak_ptr<ResourceManagerServiceProxy> mRMServiceProxy;
414 ResourceManagerServiceProxy(pid_t pid, uid_t uid,
416 ~ResourceManagerServiceProxy();
517 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy( in ResourceManagerServiceProxy() function in android::MediaCodec::ResourceManagerServiceProxy
533 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() { in ~ResourceManagerServiceProxy()
537 status_t MediaCodec::ResourceManagerServiceProxy::init() { in init()
565 std::shared_ptr<IResourceManagerService> MediaCodec::ResourceManagerServiceProxy::getService_l() { in getService_l()
592 void MediaCodec::ResourceManagerServiceProxy::reRegisterAllResources_l() { in reRegisterAllResources_l()
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h461 struct ResourceManagerServiceProxy;
510 std::shared_ptr<ResourceManagerServiceProxy> mResourceManagerProxy;