Home
last modified time | relevance | path

Searched refs:getLocalInstance (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecList.h62 static sp<IMediaCodecList> getLocalInstance();
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp147 sp<IMediaCodecList> MediaCodecList::getLocalInstance() { in getLocalInstance() function in android::MediaCodecList
198 sRemoteList = getLocalInstance(); in getInstance()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp519 return MediaCodecList::getLocalInstance(); in getCodecList()