Searched refs:OmxStore (Results 1 – 5 of 5) sorted by relevance
38 OmxStore::OmxStore( in OmxStore() function in android::hardware::media::omx::V1_0::implementation::OmxStore119 OmxStore::~OmxStore() { in ~OmxStore()122 Return<void> OmxStore::listServiceAttributes(listServiceAttributes_cb _hidl_cb) { in listServiceAttributes()131 Return<void> OmxStore::getNodePrefix(getNodePrefix_cb _hidl_cb) { in getNodePrefix()136 Return<void> OmxStore::listRoles(listRoles_cb _hidl_cb) { in listRoles()141 Return<sp<IOmx>> OmxStore::getOmx(hidl_string const& omxName) { in getOmx()
45 struct OmxStore : public IOmxStore { struct46 OmxStore(56 virtual ~OmxStore();
61 sp<IOmxStore> omxStore = new implementation::OmxStore( in main()
14 "1.0/OmxStore.cpp",
183 android::sp<IOmxStore> omxStore = new implementation::OmxStore(); in main()