Searched refs:omxStore (Results 1 – 3 of 3) sorted by relevance
61 sp<IOmxStore> omxStore = new implementation::OmxStore( in main() local63 if (omxStore == nullptr) { in main()65 } else if (omxStore->registerAsService() != OK) { in main()
96 sp<IOmxStore> omxStore = IOmxStore::getService(); in buildMediaCodecList() local97 if (omxStore == nullptr) { in buildMediaCodecList()105 auto transStatus = omxStore->listRoles( in buildMediaCodecList()116 transStatus = omxStore->listServiceAttributes( in buildMediaCodecList()
183 android::sp<IOmxStore> omxStore = new implementation::OmxStore(); in main() local184 if (omxStore == nullptr) { in main()186 } else if (omxStore->registerAsService() != android::OK) { in main()