Searched refs:TestMediaHTTPService (Results 1 – 2 of 2) sorted by relevance
125 struct TestMediaHTTPService : public MediaHTTPService { struct127 TestMediaHTTPService() {} in TestMediaHTTPService() argument128 ~TestMediaHTTPService(){}; in ~TestMediaHTTPService() argument137 DISALLOW_EVIL_CONSTRUCTORS(TestMediaHTTPService); argument168 sp<TestMediaHTTPService> httpService = nullptr;280 httpService = new TestMediaHTTPService(); in initLiveSession()
192 struct TestMediaHTTPService : public BnInterface<IMediaHTTPService> { struct194 TestMediaHTTPService() {} in TestMediaHTTPService() argument195 ~TestMediaHTTPService(){}; in ~TestMediaHTTPService() argument204 DISALLOW_EVIL_CONSTRUCTORS(TestMediaHTTPService); argument278 sp<TestMediaHTTPService> testService = sp<TestMediaHTTPService>::make(); in setDataSource()