Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h287 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct
288 ResourceManagerServiceProxy(pid_t pid, uid_t uid);
289 ~ResourceManagerServiceProxy();
343 sp<ResourceManagerServiceProxy> mResourceManagerService;
/frameworks/av/media/libstagefright/
DMediaCodec.cpp169 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy( in ResourceManagerServiceProxy() function in android::MediaCodec::ResourceManagerServiceProxy
177 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() { in ~ResourceManagerServiceProxy()
183 void MediaCodec::ResourceManagerServiceProxy::init() { in init()
194 void MediaCodec::ResourceManagerServiceProxy::binderDied(const wp<IBinder>& /*who*/) { in binderDied()
200 void MediaCodec::ResourceManagerServiceProxy::addResource( in addResource()
211 void MediaCodec::ResourceManagerServiceProxy::removeResource( in removeResource()
221 void MediaCodec::ResourceManagerServiceProxy::removeClient(int64_t clientId) { in removeClient()
229 bool MediaCodec::ResourceManagerServiceProxy::reclaimResource( in reclaimResource()
549 mResourceManagerService = new ResourceManagerServiceProxy(pid, mUid); in MediaCodec()