HomeSort by relevance Sort by last modified time
    Searched refs:omxStore (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/mediacodec/
main_codecservice.cpp 36 #include <omx/1.0/OmxStore.h>
64 sp<IOmxStore> omxStore = new implementation::OmxStore();
65 if (omxStore == nullptr) {
67 } else if (omxStore->registerAsService() != OK) {
  /hardware/interfaces/media/omx/1.0/vts/functional/master/
VtsHalMediaOmxV1_0TargetMasterTest.cpp 102 omxStore = nullptr;
103 omxStore = ::testing::VtsHalHidlTargetTestBase::getService<IOmxStore>();
104 ASSERT_NE(omxStore, nullptr);
106 omx = omxStore->getOmx(gEnv->getInstance());
112 sp<IOmxStore> omxStore;
136 EXPECT_TRUE(omxStore
151 omxStore->getNodePrefix(
160 omxStore->listRoles([&roleList](hidl_vec<IOmxStore::RoleInfo> const& _nl) {

Completed in 309 milliseconds