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

  /frameworks/av/media/libstagefright/omx/1.0/
OmxStore.cpp 23 #include <media/stagefright/omx/1.0/OmxStore.h>
33 OmxStore::OmxStore(
95 OmxStore::~OmxStore() {
98 Return<void> OmxStore::listServiceAttributes(listServiceAttributes_cb _hidl_cb) {
107 Return<void> OmxStore::getNodePrefix(getNodePrefix_cb _hidl_cb) {
112 Return<void> OmxStore::listRoles(listRoles_cb _hidl_cb) {
117 Return<sp<IOmx>> OmxStore::getOmx(hidl_string const& omxName) {
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
OmxStore.h 44 struct OmxStore : public IOmxStore {
45 OmxStore(
56 virtual ~OmxStore();

Completed in 54 milliseconds