Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/foundation/
DANetworkSession.h128 static status_t MakeSocketNonBlocking(int s);
/frameworks/av/media/libstagefright/foundation/
DANetworkSession.cpp948 status_t ANetworkSession::MakeSocketNonBlocking(int s) { in MakeSocketNonBlocking() function in android::ANetworkSession
1032 err = MakeSocketNonBlocking(s); in createClientOrServer()
1344 status_t err = MakeSocketNonBlocking(clientSocket); in threadLoop()