OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setupConnection
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessConnection.java
68
*
setupConnection
() to setup the connection parameters. start() and
setupConnection
() are
72
* the command line parameters must instead be passed to
setupConnection
().
84
void
setupConnection
(
ChildProcessConnectionImpl.java
89
// This is set in
setupConnection
() and is later used in doConnectionSetupLocked(), after which
93
// Callback provided in
setupConnection
() that will communicate the result to the caller. This
94
// has to be called exactly once after
setupConnection
(), even if setup fails, so that the
153
// doConnectionSetupLocked() will be called from
setupConnection
().
234
"
setupConnection
() called before start() in ChildProcessConnectionImpl.";
249
public void
setupConnection
(
291
* Called after the connection parameters have been set (in
setupConnection
()) *and* a
339
mPid = mService.
setupConnection
(bundle, mConnectionParams.mCallback);
ChildProcessLauncher.java
417
connection.
setupConnection
(commandLine,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcSwitchState.java
84
private int
setupConnection
(String type) {
86
log("DcSwitchState:
setupConnection
type = " + type);
168
int result =
setupConnection
(type);
226
int result =
setupConnection
(type);
284
int result =
setupConnection
(type);
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ChildProcessService.java
69
public int
setupConnection
(Bundle args, IChildProcessCallback callback) {
72
// Allow the command line to be set via bind() intent or
setupConnection
, but
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
BindingManagerImplTest.java
100
public void
setupConnection
(String[] commandLine, FileDescriptorInfo[] filesToBeMapped,
Completed in 97 milliseconds