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

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DOmxStore.h44 struct OmxStore : public IOmxStore { struct in namespace:android::hardware::media::omx::V1_0::implementation
45 OmxStore(
56 virtual ~OmxStore();
/frameworks/av/media/libstagefright/omx/1.0/
H A DOmxStore.cpp23 #include <media/stagefright/omx/1.0/OmxStore.h>
33 OmxStore::OmxStore( function in class:android::hardware::media::omx::V1_0::implementation::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) {

Completed in 67 milliseconds