Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp38 OmxStore::OmxStore( in OmxStore() function in android::hardware::media::omx::V1_0::implementation::OmxStore
119 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()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DOmxStore.h45 struct OmxStore : public IOmxStore { struct
46 OmxStore(
56 virtual ~OmxStore();
/frameworks/av/services/mediacodec/
Dmain_codecservice.cpp61 sp<IOmxStore> omxStore = new implementation::OmxStore( in main()
/frameworks/av/media/libstagefright/omx/
DAndroid.bp14 "1.0/OmxStore.cpp",
/frameworks/av/media/codec2/hidl/services/
Dvendor.cpp183 android::sp<IOmxStore> omxStore = new implementation::OmxStore(); in main()