Home
last modified time | relevance | path

Searched refs:allocateNode (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libmedia/omx/1.0/
DWOmx.cpp57 status_t LWOmx::allocateNode( in allocateNode() function in android::hardware::media::omx::V1_0::utils::LWOmx
62 status_t transStatus = toStatusT(mBase->allocateNode( in allocateNode()
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmx.h65 status_t allocateNode(
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DOmx.h63 Return<void> allocateNode(
/frameworks/av/media/libmedia/include/media/
DIOMX.h80 virtual status_t allocateNode(
/frameworks/av/include/media/
DIOMX.h80 virtual status_t allocateNode(
/frameworks/av/media/libstagefright/omx/1.0/
DOmx.cpp84 Return<void> Omx::allocateNode( in allocateNode() function in android::hardware::media::omx::V1_0::implementation::Omx
/frameworks/av/media/libmedia/
DIOMX.cpp93 virtual status_t allocateNode( in allocateNode() function in android::BpOMX
608 status_t err = allocateNode(name, observer, &omxNode); in onTransact()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp306 status_t err = mOMX->allocateNode(componentName, observer, &mOMXNode); in testStateTransitions()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp387 CLOG_LIFE(allocateNode, "handle=%p", handle); in setHandle()
/frameworks/av/media/libstagefright/
DACodec.cpp6485 err = omx->allocateNode(componentName.c_str(), observer, &omxNode); in onAllocateComponent()
8312 err = omx->allocateNode(name, observer, &omxNode); in queryCapabilities()