Searched refs:IResourceManagerService (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libmedia/
H A DIResourceManagerService.cpp19 #define LOG_TAG "IResourceManagerService"
22 #include <media/IResourceManagerService.h>
58 class BpResourceManagerService : public BpInterface<IResourceManagerService>
62 : BpInterface<IResourceManagerService>(impl)
68 data.writeInterfaceToken(IResourceManagerService::getInterfaceDescriptor());
79 data.writeInterfaceToken(IResourceManagerService::getInterfaceDescriptor());
90 data.writeInterfaceToken(IResourceManagerService::getInterfaceDescriptor());
99 data.writeInterfaceToken(IResourceManagerService::getInterfaceDescriptor());
112 IMPLEMENT_META_INTERFACE(ResourceManagerService, "android.media.IResourceManagerService");
122 CHECK_INTERFACE(IResourceManagerService, dat
[all...]
/frameworks/av/include/media/
H A DIResourceManagerService.h33 class IResourceManagerService: public IInterface class in namespace:android
55 class BnResourceManagerService: public BnInterface<IResourceManagerService>
/frameworks/av/media/libmedia/include/media/
H A DIResourceManagerService.h33 class IResourceManagerService: public IInterface class in namespace:android
55 class BnResourceManagerService: public BnInterface<IResourceManagerService>
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.h29 #include <media/IResourceManagerService.h>
59 // IResourceManagerService interface
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h46 class IResourceManagerService;
305 sp<IResourceManagerService> mService;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h46 class IResourceManagerService;
305 sp<IResourceManagerService> mService;
/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp24 #include <media/IResourceManagerService.h>
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp40 #include <media/IResourceManagerService.h>
185 mService = interface_cast<IResourceManagerService>(binder);

Completed in 3189 milliseconds