Searched refs:getCodecList (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp34 static sp<IMediaCodecList> getCodecList(JNIEnv *env) { function
46 sp<IMediaCodecList> mcl = getCodecList(env);
56 sp<IMediaCodecList> mcl = getCodecList(env);
85 sp<IMediaCodecList> mcl = getCodecList(env);
99 sp<IMediaCodecList> mcl = getCodecList(env);
116 sp<IMediaCodecList> mcl = getCodecList(env);
153 sp<IMediaCodecList> mcl = getCodecList(env);
266 sp<IMediaCodecList> mcl = getCodecList(env);
/frameworks/av/include/media/
H A DIMediaPlayerService.h51 virtual sp<IMediaCodecList> getCodecList() const = 0;
/frameworks/av/media/libmedia/include/media/
H A DIMediaPlayerService.h51 virtual sp<IMediaCodecList> getCodecList() const = 0;
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp108 virtual sp<IMediaCodecList> getCodecList() const { function in class:android::BpMediaPlayerService
173 sp<IMediaCodecList> mcl = getCodecList();
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp184 sRemoteList = service->getCodecList();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h241 virtual sp<IMediaCodecList> getCodecList() const;
H A DMediaPlayerService.cpp334 sp<IMediaCodecList> MediaPlayerService::getCodecList() const { function in class:android::MediaPlayerService

Completed in 72 milliseconds