Home
last modified time | relevance | path

Searched refs:tOmx (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DOMXClient.cpp48 sp<IOmx> tOmx = IOmx::getService(name); in connect() local
49 if (tOmx.get() == nullptr) { in connect()
53 if (!tOmx->isRemote()) { in connect()
57 mOMX = new utils::LWOmx(tOmx); in connect()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp85 sp<IOmx> tOmx = IOmx::getService(); in initOMX() local
86 if (tOmx == nullptr) { in initOMX()
89 mOMX = new utils::LWOmx(tOmx); in initOMX()