Searched refs:IResourceManagerService (Results 1 - 11 of 11) 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...]
H A DAndroid.mk32 IResourceManagerService.cpp \
/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>
58 // IResourceManagerService interface
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h46 class IResourceManagerService;
301 sp<IResourceManagerService> mService;
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h46 class IResourceManagerService;
301 sp<IResourceManagerService> mService;
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h46 class IResourceManagerService;
301 sp<IResourceManagerService> mService;
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp27 #include <media/IResourceManagerService.h>
254 sp<IResourceManagerService> service = interface_cast<IResourceManagerService>(binder);
H A DMediaCodec.cpp35 #include <media/IResourceManagerService.h>
153 mService = interface_cast<IResourceManagerService>(binder);
/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp24 #include <media/IResourceManagerService.h>

Completed in 2240 milliseconds