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

/frameworks/av/media/libmedia/
H A DIMediaCodecService.cpp18 #define LOG_TAG "IMediaCodecService"
25 #include <media/IMediaCodecService.h>
33 class BpMediaCodecService : public BpInterface<IMediaCodecService>
37 : BpInterface<IMediaCodecService>(impl)
43 data.writeInterfaceToken(IMediaCodecService::getInterfaceDescriptor());
50 IMPLEMENT_META_INTERFACE(MediaCodecService, "android.media.IMediaCodecService");
60 CHECK_INTERFACE(IMediaCodecService, data, reply);
H A DAndroid.mk18 IMediaCodecService.cpp \
/frameworks/av/include/media/
H A DIMediaCodecService.h28 class IMediaCodecService: public IInterface class in namespace:android
36 class BnMediaCodecService: public BnInterface<IMediaCodecService>
/frameworks/av/media/libmedia/include/media/
H A DIMediaCodecService.h28 class IMediaCodecService: public IInterface class in namespace:android
36 class BnMediaCodecService: public BnInterface<IMediaCodecService>
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp28 #include <media/IMediaCodecService.h>
60 sp<IMediaCodecService> codecservice = interface_cast<IMediaCodecService>(codecbinder);
63 ALOGE("Cannot obtain IMediaCodecService");
/frameworks/av/services/mediacodec/
H A DMediaCodecService.h21 #include <media/IMediaCodecService.h>
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp36 #include <media/IMediaCodecService.h>
921 sp<IMediaCodecService> service = interface_cast<IMediaCodecService>(binder);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp30 #include <media/IMediaCodecService.h>
92 sp<IMediaCodecService> service = interface_cast<IMediaCodecService>(binder);

Completed in 567 milliseconds