Searched refs:getComponentRole (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h344 static const char *getComponentRole(bool isEncoder, const char *mime);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1610 const char *role = getComponentRole(isEncoder, mime);
1623 const char *ACodec::getComponentRole( function in class:android::ACodec
7816 const char *role = getComponentRole(isEncoder, mime.c_str());

Completed in 63 milliseconds