Searched refs:tOmx (Results 1 – 2 of 2) sorted by relevance
48 sp<IOmx> tOmx = IOmx::getService(name); in connect() local49 if (tOmx.get() == nullptr) { in connect()53 if (!tOmx->isRemote()) { in connect()57 mOMX = new utils::LWOmx(tOmx); in connect()
85 sp<IOmx> tOmx = IOmx::getService(); in initOMX() local86 if (tOmx == nullptr) { in initOMX()89 mOMX = new utils::LWOmx(tOmx); in initOMX()