Searched refs:nodeID (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h39 OMX::node_id nodeID();
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp111 OMX::node_id OMXNodeInstance::nodeID() { function in class:android::OMXNodeInstance
698 instance->nodeID(), eEvent, nData1, nData2, pEventData);
710 return instance->owner()->OnEmptyBufferDone(instance->nodeID(), pBuffer);
722 return instance->owner()->OnFillBufferDone(instance->nodeID(), pBuffer);
H A DOMX.cpp178 index = mDispatchers.indexOfKey(instance->nodeID());
182 invalidateNodeID_l(instance->nodeID());
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1364 XAint32 nodeID,
1378 XAint32 nodeID,
1385 XAint32 nodeID,
1391 XAint32 nodeID,
1398 XAint32 nodeID,
1404 XAint32 nodeID,
/frameworks/av/media/libstagefright/
H A DACodec.cpp2468 IOMX::node_id nodeID; local
2469 CHECK(msg->findPointer("node", &nodeID));
2470 CHECK_EQ(nodeID, mCodec->mNode);

Completed in 195 milliseconds