Home
last modified time | relevance | path

Searched refs:enablePortAsync (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
DOMXCodec.h328 status_t enablePortAsync(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/
DOMXCodec.cpp2607 status_t err = enablePortAsync(portIndex); in onCmdComplete()
2959 status_t OMXCodec::enablePortAsync(OMX_U32 portIndex) { in enablePortAsync() function in android::OMXCodec