Searched refs:startServer (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
D | ProxyService.java | 43 server.startServer(); in onCreate()
|
D | ProxyServer.java | 380 public synchronized void startServer() { in startServer() method in ProxyServer
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 336 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) { in checkBuffering() argument 389 *startServer = (startCount > 0); in checkBuffering() 394 bool prepared, underflow, overflow, startServer, finished; in onPollBuffering() local 395 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished); in onPollBuffering() 414 if (startServer && mHandler != NULL) { in onPollBuffering()
|
/frameworks/av/media/libstagefright/rtsp/fuzzer/ |
D | rtsp_connection_fuzzer.cpp | 95 void startServer(); 302 void RTSPConnectionFuzzer::startServer() { in startServer() function in RTSPConnectionFuzzer 333 startServer(); in process()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/ |
D | RTSPSource.h | 145 bool *startServer,
|