Home
last modified time | relevance | path

Searched refs:addInfoListener (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/media/eco/aidl/android/media/eco/
DIECOSession.aidl75 boolean addInfoListener(IECOServiceInfoListener listener, in ECOData config); in addInfoListener() method
/hardware/google/av/media/eco/tests/
DEcoSessionTest.cpp176 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()
DEcoServiceTest.cpp220 status = session->addInfoListener(fakeListener, listenerConfig, &res); in TEST_F()
/hardware/google/av/media/eco/include/eco/
DECOSession.h70 virtual ScopedAStatus addInfoListener(const std::shared_ptr<IECOServiceInfoListener>&,
/hardware/google/av/media/eco/
DECOSession.cpp436 ScopedAStatus ECOSession::addInfoListener( in addInfoListener() function in android::media::eco::ECOSession