Searched refs:startServer (Results 1 – 5 of 5) sorted by relevance
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/ |
D | ServerMain.java | 176 private static ServerMain startServer(int basePort, int limit) throws RemoteException { 203 return startServer(REGISTRY_BASE_PORT, 10); 210 ServerMain server = startServer(basePort, limit);
|
/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 | 337 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) { in checkBuffering() argument 390 *startServer = (startCount > 0); in checkBuffering() 395 bool prepared, underflow, overflow, startServer, finished; in onPollBuffering() local 396 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished); in onPollBuffering() 415 if (startServer && mHandler != NULL) { in onPollBuffering()
|
D | RTSPSource.h | 145 bool *startServer,
|