Searched refs:pidCallback (Results 1 – 3 of 3) sorted by relevance
115 public void setupConnection(Bundle args, ICallbackInt pidCallback, List<IBinder> callbacks)121 pidCallback.call(-1);126 pidCallback.call(Process.myPid());
18 oneway void setupConnection(in Bundle args, ICallbackInt pidCallback, in setupConnection() argument
523 ICallbackInt pidCallback = new ICallbackInt.Stub() { in doConnectionSetup() local535 mService.setupConnection(mConnectionParams.mConnectionBundle, pidCallback, in doConnectionSetup()