Searched refs:startServer (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
D | ProxyService.java | 43 server.startServer(); in onCreate()
|
D | ProxyServer.java | 381 public synchronized void startServer() { in startServer() method in ProxyServer
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 343 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) { in checkBuffering() argument 387 *startServer = (startCount > 0); in checkBuffering() 392 bool prepared, underflow, overflow, startServer, finished; in onPollBuffering() local 393 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished); in onPollBuffering() 412 if (startServer && mHandler != NULL) { in onPollBuffering()
|
D | RTSPSource.h | 144 bool *startServer,
|