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

/frameworks/av/media/libstagefright/omx/1.0/
H A DOmxStore.cpp23 #include "OmxStore.h"
32 OmxStore::OmxStore() { function in class:android::hardware::media::omx::V1_0::implementation::OmxStore
35 OmxStore::~OmxStore() {
38 Return<void> OmxStore::listServiceAttributes(listServiceAttributes_cb _hidl_cb) {
43 Return<void> OmxStore::getNodePrefix(getNodePrefix_cb _hidl_cb) {
48 Return<void> OmxStore::listRoles(listRoles_cb _hidl_cb) {
53 Return<sp<IOmx>> OmxStore::getOmx(hidl_string const& omxName) {
60 return new OmxStore();
[all...]
H A DOmxStore.h43 struct OmxStore : public IOmxStore { struct in namespace:android::hardware::media::omx::V1_0::implementation
44 OmxStore();
45 virtual ~OmxStore();
/frameworks/av/services/mediacodec/
H A Dmain_codecservice.cpp36 #include <omx/1.0/OmxStore.h>
64 sp<IOmxStore> omxStore = new implementation::OmxStore();
/frameworks/av/media/libstagefright/omx/
H A DAndroid.mk18 1.0/OmxStore.cpp \

Completed in 207 milliseconds