Home
last modified time | relevance | path

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

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