Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DTestPlayerStub.h111 static bool canBeUsed(const char *url);
DTestPlayerStub.cpp193 /* static */ bool TestPlayerStub::canBeUsed(const char *url) in canBeUsed() function in android::TestPlayerStub
DMediaPlayerFactory.cpp230 if (TestPlayerStub::canBeUsed(url)) { in scoreFactory()