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

/frameworks/av/media/libmedia/omx/1.0/
H A DWOmx.cpp57 status_t LWOmx::allocateNode( function in class:android::hardware::media::omx::V1_0::utils::LWOmx
62 status_t transStatus = toStatusT(mBase->allocateNode(
/frameworks/av/include/media/stagefright/
H A DOMX.h39 virtual status_t allocateNode(
/frameworks/av/media/libstagefright/foundation/include/
H A DOMX.h39 virtual status_t allocateNode(
/frameworks/av/media/libstagefright/include/
H A DOMX.h39 virtual status_t allocateNode(
/frameworks/av/include/media/omx/1.0/
H A DWOmx.h65 status_t allocateNode(
/frameworks/av/media/libstagefright/omx/1.0/
H A DOmx.h63 Return<void> allocateNode(
H A DOmx.cpp85 Return<void> Omx::allocateNode( function in class:android::hardware::media::omx::V1_0::implementation::Omx
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp97 status_t OMX::allocateNode( function in class:android::OMX
H A DOMXNodeInstance.cpp376 CLOG_LIFE(allocateNode, "handle=%p", handle);
/frameworks/av/include/media/
H A DIOMX.h79 virtual status_t allocateNode(
/frameworks/av/media/libmedia/include/media/
H A DIOMX.h79 virtual status_t allocateNode(
/frameworks/av/media/libmedia/
H A DIOMX.cpp93 virtual status_t allocateNode( function in class:android::BpOMX
608 status_t err = allocateNode(name, observer, &omxNode);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp320 status_t err = mOMX->allocateNode(componentName, observer, &mOMXNode);
321 EXPECT_SUCCESS(err, "allocateNode");
/frameworks/av/media/libstagefright/
H A DACodec.cpp6385 err = omx->allocateNode(componentName.c_str(), observer, &omxNode);
8220 err = omx->allocateNode(name.c_str(), observer, &omxNode);

Completed in 1321 milliseconds