Searched refs:getCodecList (Results 1 - 6 of 6) 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.h54 virtual sp<IMediaCodecList> getCodecList() const = 0;
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp126 virtual sp<IMediaCodecList> getCodecList() const { function in class:android::BpMediaPlayerService
204 sp<IMediaCodecList> mcl = getCodecList();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h220 virtual sp<IMediaCodecList> getCodecList() const;
H A DMediaPlayerService.cpp345 sp<IMediaCodecList> MediaPlayerService::getCodecList() const { function in class:android::MediaPlayerService
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp160 sRemoteList = service->getCodecList();

Completed in 119 milliseconds