Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DMediaCodec.h266 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct
267 ResourceManagerServiceProxy(pid_t pid);
268 ~ResourceManagerServiceProxy();
309 sp<ResourceManagerServiceProxy> mResourceManagerService;
/frameworks/av/media/libstagefright/
DMediaCodec.cpp113 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy(pid_t pid) in ResourceManagerServiceProxy() function in android::MediaCodec::ResourceManagerServiceProxy
120 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() { in ~ResourceManagerServiceProxy()
126 void MediaCodec::ResourceManagerServiceProxy::init() { in init()
137 void MediaCodec::ResourceManagerServiceProxy::binderDied(const wp<IBinder>& /*who*/) { in binderDied()
143 void MediaCodec::ResourceManagerServiceProxy::addResource( in addResource()
154 void MediaCodec::ResourceManagerServiceProxy::removeResource(int64_t clientId) { in removeResource()
162 bool MediaCodec::ResourceManagerServiceProxy::reclaimResource( in reclaimResource()
270 mResourceManagerService(new ResourceManagerServiceProxy(pid)), in MediaCodec()