Searched refs:startServer (Results 1 - 7 of 7) 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/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
H A DServerMain.java163 private static ServerMain startServer(int basePort, int limit) throws RemoteException { method in class:ServerMain
189 ServerMain server = startServer(basePort, limit);
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DRTSPSource2.h143 bool *startServer,
H A DRTSPSource2.cpp327 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) {
380 *startServer = (startCount > 0);
385 bool prepared, underflow, overflow, startServer, finished; local
386 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished);
405 if (startServer && mHandler != NULL) {
326 checkBuffering( bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.h145 bool *startServer,
H A DRTSPSource.cpp329 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) {
382 *startServer = (startCount > 0);
387 bool prepared, underflow, overflow, startServer, finished; local
388 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished);
407 if (startServer && mHandler != NULL) {
328 checkBuffering( bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) argument

Completed in 903 milliseconds