Searched defs:slash1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp279 const char *slash1 = strchr(desc, '/'); local
280 CHECK(slash1 != NULL);
282 const char *s = slash1 + 1;

Completed in 40 milliseconds