Searched refs:startsWithIgnoreCase (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DAString.h87 bool startsWithIgnoreCase(const char *prefix) const;
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp340 bool AString::startsWithIgnoreCase(const char *prefix) const { function in class:android::AString
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1001 if (mime.startsWithIgnoreCase("video/")) {
2260 mIsVideo = mime.startsWithIgnoreCase("video/");

Completed in 67 milliseconds