OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OmxStore
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/omx/1.0/
OmxStore.cpp
23
#include "
OmxStore
.h"
32
OmxStore
::
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
...]
OmxStore.h
43
struct
OmxStore
: public IOmxStore {
44
OmxStore
();
45
virtual ~
OmxStore
();
Completed in 92 milliseconds