Searched refs:getCodecList (Results 1 – 6 of 6) sorted by relevance
61 sp<IMediaCodecList> getCodecList() const { in getCodecList() function in JavaMediaCodecListWrapper99 static const JavaMediaCodecListWrapper *getCodecList(JNIEnv *env) { in getCodecList() function115 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in getCodecInfo()131 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_getCodecCount()177 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_findCodecByName()340 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_getGlobalSettings()346 const sp<AMessage> settings = mcl->getCodecList()->getGlobalSettings(); in android_media_MediaCodecList_getGlobalSettings()
109 virtual sp<IMediaCodecList> getCodecList() const { in getCodecList() function in android::BpMediaPlayerService174 sp<IMediaCodecList> mcl = getCodecList(); in onTransact()
51 virtual sp<IMediaCodecList> getCodecList() const = 0;
189 sRemoteList = service->getCodecList(); in getInstance()
240 virtual sp<IMediaCodecList> getCodecList() const;
337 sp<IMediaCodecList> MediaPlayerService::getCodecList() const { in getCodecList() function in android::MediaPlayerService