Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching full:url

28 // The URL passed to setDataSource has this format:
30 // test:<name of the .so>?url=<url for the real setDataSource impl.>
33 // test:invoke_test_media_player.so?url=http://youtube.com/
34 // test:invoke_test_media_player.so?url=speedtest
36 // TestPlayerStub::setDataSource loads the library in the test url. 2
44 // implementation is called with the value of the 'url' parameter.
50 // p.setDataSource("test:invoke_mock_media_player.so?url=http://youtube.com");
67 // @param url Should be a test url. See class comment.
69 const char* url, const KeyedVector<String8, String8> *headers);
101 // url's scheme is 'test:'
102 static bool canBeUsed(const char *url);
109 char *mUrl; // test:foo.so?url=http://bar