Searched refs:allocateNode (Results 1 - 10 of 10) sorted by relevance
/frameworks/av/media/libmedia/omx/1.0/ |
H A D | WOmx.cpp | 57 status_t LWOmx::allocateNode( function in class:android::hardware::media::omx::V1_0::utils::LWOmx 62 status_t transStatus = toStatusT(mBase->allocateNode(
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
H A D | WOmx.h | 65 status_t allocateNode(
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
H A D | Omx.h | 63 Return<void> allocateNode(
|
/frameworks/av/include/media/ |
H A D | IOMX.h | 80 virtual status_t allocateNode(
|
/frameworks/av/media/libmedia/include/media/ |
H A D | IOMX.h | 80 virtual status_t allocateNode(
|
/frameworks/av/media/libstagefright/omx/1.0/ |
H A D | Omx.cpp | 84 Return<void> Omx::allocateNode( function in class:android::hardware::media::omx::V1_0::implementation::Omx
|
/frameworks/av/media/libmedia/ |
H A D | IOMX.cpp | 93 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 D | OMXHarness.cpp | 306 status_t err = mOMX->allocateNode(componentName, observer, &mOMXNode); 307 EXPECT_SUCCESS(err, "allocateNode");
|
/frameworks/av/media/libstagefright/omx/ |
H A D | OMXNodeInstance.cpp | 387 CLOG_LIFE(allocateNode, "handle=%p", handle);
|
/frameworks/av/media/libstagefright/ |
H A D | ACodec.cpp | 6485 err = omx->allocateNode(componentName.c_str(), observer, &omxNode); 8312 err = omx->allocateNode(name, observer, &omxNode);
|
Completed in 64 milliseconds