Searched refs:omxStore (Results 1 – 3 of 3) sorted by relevance
60 sp<IOmxStore> omxStore = new implementation::OmxStore(omx); in main() local61 if (omxStore == nullptr) { in main()63 } else if (omxStore->registerAsService() != OK) { in main()
140 android::sp<IOmxStore> omxStore = new implementation::OmxStore(); in main() local141 if (omxStore == nullptr) { in main()143 } else if (omxStore->registerAsService() != android::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()