Searched refs:clientInterfaces (Results 1 – 5 of 5) sorted by relevance
184 ConnectionParams(Bundle connectionBundle, List<IBinder> clientInterfaces) { in ConnectionParams() argument186 mClientInterfaces = clientInterfaces; in ConnectionParams()384 public void setupConnection(Bundle connectionBundle, @Nullable List<IBinder> clientInterfaces, in setupConnection() argument396 mConnectionParams = new ConnectionParams(connectionBundle, clientInterfaces); in setupConnection()
109 List<IBinder> clientInterfaces) { in ChildProcessLauncher() argument117 mClientInterfaces = clientInterfaces; in ChildProcessLauncher()
19 in List<IBinder> clientInterfaces); in setupConnection() argument
33 void onConnectionSetup(Bundle connectionBundle, List<IBinder> clientInterfaces); in onConnectionSetup() argument
308 private void processConnectionBundle(Bundle bundle, List<IBinder> clientInterfaces) { in processConnectionBundle() argument328 mDelegate.onConnectionSetup(bundle, clientInterfaces); in processConnectionBundle()