Searched refs:addInfoListener (Results 1 – 5 of 5) sorted by relevance
/hardware/google/av/media/eco/aidl/android/media/eco/ |
D | IECOSession.aidl | 75 boolean addInfoListener(IECOServiceInfoListener listener, in ECOData config); in addInfoListener() method
|
/hardware/google/av/media/eco/tests/ |
D | EcoSessionTest.cpp | 176 ScopedAStatus status = ecoSession->addInfoListener(fakeListener, ListenerConfig, &res); in TEST_F() 192 ScopedAStatus status = ecoSession->addInfoListener(fakeListener, ListenerConfig, &res); in TEST_F() 208 ScopedAStatus status = ecoSession->addInfoListener(fakeListener, ListenerConfig, &res); in TEST_F() 250 status = ecoSession->addInfoListener(fakeListener, listenerConfig, &res); in TEST_F() 497 ScopedAStatus status = ecoSession->addInfoListener(fakeListener, listenerConfig, &res); in TEST_F() 525 ScopedAStatus status = ecoSession->addInfoListener(fakeListener, listenerConfig, &res); in TEST_F() 603 status = ecoSession->addInfoListener(fakeListener, listenerConfig, &res); in TEST_F()
|
D | EcoServiceTest.cpp | 220 status = session->addInfoListener(fakeListener, listenerConfig, &res); in TEST_F()
|
/hardware/google/av/media/eco/include/eco/ |
D | ECOSession.h | 70 virtual ScopedAStatus addInfoListener(const std::shared_ptr<IECOServiceInfoListener>&,
|
/hardware/google/av/media/eco/ |
D | ECOSession.cpp | 436 ScopedAStatus ECOSession::addInfoListener( in addInfoListener() function in android::media::eco::ECOSession
|