[go: nahoru, domu]

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

/frameworks/av/media/libstagefright/
H A DOMXClient.cpp56 virtual status_t allocateNode(
269 status_t MuxOMX::allocateNode( function in class:android::MuxOMX
289 status_t err = omx->allocateNode(name, observer, nodeBinder, node);
H A DACodec.cpp6401 err = omx->allocateNode(componentName.c_str(), observer, &mCodec->mNodeBinder, &node);
7831 err = omx->allocateNode(name.c_str(), observer, NULL, &node);
/frameworks/av/include/media/
H A DIOMX.h61 virtual status_t allocateNode(
/frameworks/av/media/libstagefright/include/
H A DOMX.h38 virtual status_t allocateNode(
/frameworks/av/media/libmedia/
H A DIOMX.cpp105 virtual status_t allocateNode( function in class:android::BpOMX
691 status_t err = allocateNode(name, observer,
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp243 status_t OMX::allocateNode( function in class:android::OMX
H A DOMXNodeInstance.cpp223 CLOG_LIFE(allocateNode, "handle=%p", handle);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp270 mOMX->allocateNode(componentName, this, NULL, &node);
271 EXPECT_SUCCESS(err, "allocateNode");

Completed in 232 milliseconds