Searched refs:nodeID (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | OMX.cpp | 196 index = mDispatchers.indexOfKey(instance->nodeID()); in binderDied() 200 invalidateNodeID_l(instance->nodeID()); in binderDied()
|
D | OMXNodeInstance.cpp | 248 OMX::node_id OMXNodeInstance::nodeID() { in nodeID() function in android::OMXNodeInstance 1714 instance->nodeID(), eEvent, nData1, nData2, pEventData); in OnEvent() 1731 return instance->owner()->OnEmptyBufferDone(instance->nodeID(), in OnEmptyBufferDone() 1749 return instance->owner()->OnFillBufferDone(instance->nodeID(), in OnFillBufferDone()
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 1364 XAint32 nodeID, 1378 XAint32 nodeID, 1385 XAint32 nodeID, 1391 XAint32 nodeID, 1398 XAint32 nodeID, 1404 XAint32 nodeID,
|
/frameworks/av/media/libstagefright/include/ |
D | OMXNodeInstance.h | 40 OMX::node_id nodeID();
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 5438 IOMX::node_id nodeID; in checkOMXMessage() local 5439 CHECK(msg->findInt32("node", (int32_t*)&nodeID)); in checkOMXMessage() 5440 if (nodeID != mCodec->mNode) { in checkOMXMessage() 5441 ALOGE("Unexpected message for nodeID: %u, should have been %u", nodeID, mCodec->mNode); in checkOMXMessage()
|