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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h285 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct in struct:android::MediaCodec
286 ResourceManagerServiceProxy(pid_t pid);
287 ~ResourceManagerServiceProxy();
335 sp<ResourceManagerServiceProxy> mResourceManagerService;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h285 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct in struct:android::MediaCodec
286 ResourceManagerServiceProxy(pid_t pid);
287 ~ResourceManagerServiceProxy();
335 sp<ResourceManagerServiceProxy> mResourceManagerService;
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp169 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy(pid_t pid) function in class:android::MediaCodec::ResourceManagerServiceProxy
176 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() {
182 void MediaCodec::ResourceManagerServiceProxy::init() {
193 void MediaCodec::ResourceManagerServiceProxy::binderDied(const wp<IBinder>& /*who*/) {
199 void MediaCodec::ResourceManagerServiceProxy::addResource(
210 void MediaCodec::ResourceManagerServiceProxy::removeResource(int64_t clientId) {
218 bool MediaCodec::ResourceManagerServiceProxy::reclaimResource(
521 mResourceManagerService(new ResourceManagerServiceProxy(pi
[all...]

Completed in 46 milliseconds