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

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

Completed in 36 milliseconds