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

/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java381 public synchronized void startServer() { method in class:ProxyServer
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp313 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) {
353 *startServer = (startCount > 0);
358 bool prepared, underflow, overflow, startServer, finished; local
359 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished);
378 if (startServer && mHandler != NULL) {
312 checkBuffering( bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) argument

Completed in 201 milliseconds