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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h281 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct in struct:android::MediaCodec
282 ResourceManagerServiceProxy(pid_t pid);
283 ~ResourceManagerServiceProxy();
326 sp<ResourceManagerServiceProxy> mResourceManagerService;
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h281 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct in struct:android::MediaCodec
282 ResourceManagerServiceProxy(pid_t pid);
283 ~ResourceManagerServiceProxy();
326 sp<ResourceManagerServiceProxy> mResourceManagerService;
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h281 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient { struct in struct:android::MediaCodec
282 ResourceManagerServiceProxy(pid_t pid);
283 ~ResourceManagerServiceProxy();
326 sp<ResourceManagerServiceProxy> mResourceManagerService;
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp137 MediaCodec::ResourceManagerServiceProxy::ResourceManagerServiceProxy(pid_t pid) function in class:android::MediaCodec::ResourceManagerServiceProxy
144 MediaCodec::ResourceManagerServiceProxy::~ResourceManagerServiceProxy() {
150 void MediaCodec::ResourceManagerServiceProxy::init() {
161 void MediaCodec::ResourceManagerServiceProxy::binderDied(const wp<IBinder>& /*who*/) {
167 void MediaCodec::ResourceManagerServiceProxy::addResource(
178 void MediaCodec::ResourceManagerServiceProxy::removeResource(int64_t clientId) {
186 bool MediaCodec::ResourceManagerServiceProxy::reclaimResource(
479 mResourceManagerService(new ResourceManagerServiceProxy(pi
[all...]

Completed in 941 milliseconds