Searched refs:allocateNode (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXClient.cpp41 virtual status_t allocateNode(
172 status_t MuxOMX::allocateNode( function in class:android::MuxOMX
188 status_t err = omx->allocateNode(name, observer, node);
H A DOMXCodec.cpp350 status_t err = omx->allocateNode(componentName, observer, &node);
4567 status_t err = omx->allocateNode(componentName, observer, &node);
H A DACodec.cpp3119 status_t err = omx->allocateNode(componentName.c_str(), observer, &node);
/frameworks/av/include/media/
H A DIOMX.h54 virtual status_t allocateNode(
/frameworks/av/media/libstagefright/include/
H A DOMX.h38 virtual status_t allocateNode(
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp220 status_t OMX::allocateNode( function in class:android::OMX
/frameworks/av/media/libmedia/
H A DIOMX.cpp92 virtual status_t allocateNode( function in class:android::BpOMX
460 status_t err = allocateNode(name, observer, &node);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp288 mOMX->allocateNode(componentName, this, &node);
289 EXPECT_SUCCESS(err, "allocateNode");

Completed in 265 milliseconds