Searched refs:startServer (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyService.java43 server.startServer();
H A DProxyServer.java381 public synchronized void startServer() { method in class:ProxyServer
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.h144 bool *startServer,
H A DRTSPSource.cpp343 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) {
387 *startServer = (startCount > 0);
392 bool prepared, underflow, overflow, startServer, finished; local
393 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished);
412 if (startServer && mHandler != NULL) {
342 checkBuffering( bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) argument

Completed in 120 milliseconds