Home
last modified time | relevance | path

Searched refs:OmxStore (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp33 OmxStore::OmxStore( in OmxStore() function in android::hardware::media::omx::V1_0::implementation::OmxStore
95 OmxStore::~OmxStore() { in ~OmxStore()
98 Return<void> OmxStore::listServiceAttributes(listServiceAttributes_cb _hidl_cb) { in listServiceAttributes()
107 Return<void> OmxStore::getNodePrefix(getNodePrefix_cb _hidl_cb) { in getNodePrefix()
112 Return<void> OmxStore::listRoles(listRoles_cb _hidl_cb) { in listRoles()
117 Return<sp<IOmx>> OmxStore::getOmx(hidl_string const& omxName) { in getOmx()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DOmxStore.h44 struct OmxStore : public IOmxStore { struct
45 OmxStore(
56 virtual ~OmxStore();
/frameworks/av/services/mediacodec/
Dmain_codecservice.cpp68 sp<IOmxStore> omxStore = new implementation::OmxStore(); in main()
/frameworks/av/media/libstagefright/omx/
DAndroid.bp20 "1.0/OmxStore.cpp",