Searched refs:startServer (Results 1 – 9 of 9) 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 | 381 public synchronized void startServer() { in startServer() method in ProxyServer
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 329 bool *prepared, bool *underflow, bool *overflow, bool *startServer, bool *finished) { in checkBuffering() argument 382 *startServer = (startCount > 0); in checkBuffering() 387 bool prepared, underflow, overflow, startServer, finished; in onPollBuffering() local 388 checkBuffering(&prepared, &underflow, &overflow, &startServer, &finished); in onPollBuffering() 407 if (startServer && mHandler != NULL) { in onPollBuffering()
|
D | RTSPSource.h | 145 bool *startServer,
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/ |
D | RedirectListener.java | 115 public boolean startServer(@NonNull RedirectCallback callback, @NonNull Handler startHandler) { in startServer() method in RedirectListener
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/ |
D | RedirectListenerTest.java | 90 mRedirectListener.startServer(mListener, mHandler); in verifyStartServer()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointProvisionerTest.java | 207 when(mRedirectListener.startServer( in setUp() 361 .startServer(mOnRedirectReceivedArgumentCaptor.capture(), in stopAfterStep()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointProvisioner.java | 757 if (!mRedirectListener.startServer(new RedirectListener.RedirectCallback() { in launchOsuWebView()
|