Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessConnection.java184 ConnectionParams(Bundle connectionBundle, List<IBinder> clientInterfaces) { in ConnectionParams() argument
186 mClientInterfaces = clientInterfaces; in ConnectionParams()
384 public void setupConnection(Bundle connectionBundle, @Nullable List<IBinder> clientInterfaces, in setupConnection() argument
396 mConnectionParams = new ConnectionParams(connectionBundle, clientInterfaces); in setupConnection()
DChildProcessLauncher.java109 List<IBinder> clientInterfaces) { in ChildProcessLauncher() argument
117 mClientInterfaces = clientInterfaces; in ChildProcessLauncher()
DIChildProcessService.aidl19 in List<IBinder> clientInterfaces); in setupConnection() argument
DChildProcessServiceDelegate.java33 void onConnectionSetup(Bundle connectionBundle, List<IBinder> clientInterfaces); in onConnectionSetup() argument
DChildProcessService.java308 private void processConnectionBundle(Bundle bundle, List<IBinder> clientInterfaces) { in processConnectionBundle() argument
328 mDelegate.onConnectionSetup(bundle, clientInterfaces); in processConnectionBundle()