Searched defs:OMXStore (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXStore.h29 class OMXStore : public BnOMXStore { class in namespace:android
31 OMXStore(
51 ~OMXStore() override;
/frameworks/av/media/libstagefright/omx/
H A DOMXStore.cpp18 #define LOG_TAG "OMXStore"
23 #include <media/stagefright/omx/OMXStore.h>
40 OMXStore::OMXStore( function in class:android::OMXStore
95 status_t OMXStore::listServiceAttributes(std::vector<Attribute>* attributes) {
100 status_t OMXStore::getNodePrefix(std::string* prefix) {
105 status_t OMXStore::listRoles(std::vector<RoleInfo>* roleList) {
110 status_t OMXStore::getOmx(const std::string& name, sp<IOMX>* omx) {
115 OMXStore::~OMXStore() {
[all...]

Completed in 71 milliseconds