Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/fuzzer/
Drtsp_connection_fuzzer.cpp268 std::string clientResponse(buffer); in handleConnection() local
269 std::string header = clientResponse.substr(0, clientResponse.find(kHeaderBoundary)); in handleConnection()
282 std::string clientResponse(buffer); in handleConnection() local
284 clientResponse.substr(0, clientResponse.find(kHeaderBoundary)); in handleConnection()