OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOmx
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/
poc.cpp
45
sp<IOMX>
mOmx
;
53
mOmx
= client.interface();
54
if (
mOmx
== NULL) {
55
ALOGE("OMXClient interface
mOmx
== NULL");
63
status_t err =
mOmx
->allocateNode(name, observerDec, &mOMXNode);
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
OMXMaster.h
56
OMXPluginBase *
mOmx
;
/frameworks/av/media/libstagefright/omx/
OMXMaster.cpp
136
destroyOMXPlugin(plugin.
mOmx
);
138
delete plugin.
mOmx
;
Completed in 503 milliseconds