OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMediaCodecService
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/include/media/
IMediaCodecService.h
28
class
IMediaCodecService
: public IInterface
36
class BnMediaCodecService: public BnInterface<
IMediaCodecService
>
/frameworks/av/media/libmedia/
IMediaCodecService.cpp
18
#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);
Android.mk
33
IMediaCodecService
.cpp \
/frameworks/av/services/mediacodec/
MediaCodecService.h
21
#include <media/
IMediaCodecService
.h>
/frameworks/av/media/libstagefright/
OMXClient.cpp
28
#include <media/
IMediaCodecService
.h>
528
sp<
IMediaCodecService
> codecservice = interface_cast<
IMediaCodecService
>(codecbinder);
531
ALOGE("Cannot obtain
IMediaCodecService
");
/frameworks/av/cmds/stagefright/
stagefright.cpp
36
#include <media/
IMediaCodecService
.h>
909
sp<
IMediaCodecService
> service = interface_cast<
IMediaCodecService
>(binder);
[
all
...]
/frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp
30
#include <media/
IMediaCodecService
.h>
61
sp<
IMediaCodecService
> service = interface_cast<
IMediaCodecService
>(binder);
Completed in 137 milliseconds