Home
last modified time | relevance | path

Searched refs:startServer (Results 1 – 5 of 5) sorted by relevance

/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
DServerMain.java176 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/
DProxyService.java43 server.startServer(); in onCreate()
DProxyServer.java380 public synchronized void startServer() { in startServer() method in ProxyServer
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp337 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()
DRTSPSource.h145 bool *startServer,