Searched refs:IOmx (Results 1 – 16 of 16) sorted by relevance
35 using ::android::hardware::media::omx::V1_0::IOmx;62 sp<IOmx> mBase;63 LWOmx(sp<IOmx> const& base);
85 using ::android::hardware::media::omx::V1_0::IOmx;779 inline bool convertTo(IOmx::ComponentInfo* t, IOMX::ComponentInfo const& l) { in convertTo()796 inline bool convertTo(IOMX::ComponentInfo* l, IOmx::ComponentInfo const& t) { in convertTo()
39 using ::android::hardware::media::omx::V1_0::IOmx;57 struct Omx : public IOmx, public hidl_death_recipient {83 extern "C" IOmx* HIDL_FETCH_IOmx(const char* name);
34 using ::android::hardware::media::omx::V1_0::IOmx;62 Return<sp<IOmx>> getOmx(hidl_string const&) override;
88 using ::android::hardware::media::omx::V1_0::IOmx;592 inline bool convertTo(IOmx::ComponentInfo* t, IOMX::ComponentInfo const& l) { in convertTo()609 inline bool convertTo(IOMX::ComponentInfo* l, IOmx::ComponentInfo const& t) { in convertTo()
34 typedef ::android::hardware::media::omx::V1_0::IOmx IOmx; typedef46 const sp<IOmx>& omx,58 sp<IOmx> mOmx;
73 typedef ::android::hardware::media::omx::V1_0::IOmx IOmx; typedef403 const sp<IOmx>& omx,416 sp<IOmx> mOmx;
372 const sp<IOmx>& omx, in ServiceDeathNotifier()472 sp<IOmx> omx = IOmx::getService(); in setListener()
660 const sp<IOmx>& omx, in ServiceDeathNotifier()745 sp<IOmx> omx = IOmx::getService(); in setDataSource_pre()
48 sp<IOmx> tOmx = IOmx::getService(name); in connect()
37 LWOmx::LWOmx(sp<IOmx> const& base) : mBase(base) { in LWOmx()45 hidl_vec<IOmx::ComponentInfo> const& nodeList) { in listNodes()
117 Return<sp<IOmx>> OmxStore::getOmx(hidl_string const& omxName) { in getOmx()118 return IOmx::tryGetService(omxName); in getOmx()
222 IOmx* HIDL_FETCH_IOmx(const char* /* name */) { in HIDL_FETCH_IOmx()
74 sp<IOmx> omx = new implementation::Omx(); in main()
927 sp<IOmx> omx = IOmx::getService(); in main()930 hidl_vec<IOmx::ComponentInfo> nodeList; in main()
85 sp<IOmx> tOmx = IOmx::getService(); in initOMX()