Searched defs:clientContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DChildProcessLauncher.java337 * @param clientContext Arbitrary parameter used by the client to distinguish this connection.
347 long clientContext) {
355 assert clientContext != 0;
379 nativeOnChildProcessStarted(clientContext, 0);
389 callbackType, clientContext);
400 final long clientContext) {
405 Log.d(TAG, "on connect callback, pid=" + pid + " context=" + clientContext);
413 if (clientContext != 0) { // Will be 0 in Java instrumentation tests.
414 nativeOnChildProcessStarted(clientContext, pid);
555 private static native void nativeOnChildProcessStarted(long clientContext, in argument
340 start( Context context, final String[] commandLine, int childProcessId, int[] fileIds, int[] fileFds, boolean[] fileAutoClose, long clientContext) argument
394 triggerConnectionSetup( final ChildProcessConnection connection, String[] commandLine, int childProcessId, FileDescriptorInfo[] filesToBeMapped, int callbackType, final long clientContext) argument
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c1633 void * clientContext = NULL; local
1663 clientContext = pwSpec->client.cipher_context;
1771 rv = (*initFn)(clientContext,
1782 pwSpec->encodeContext = (ss->sec.isServer) ? serverContext : clientContext;
1783 pwSpec->decodeContext = (ss->sec.isServer) ? clientContext : serverContext;
2119 PK11Context * clientContext = NULL; local
2225 clientContext = PK11_CreateContextBySymKey(mechanism,
2232 if (clientContext == NULL) {
2240 pwSpec->encodeContext = (ss->sec.isServer) ? serverContext : clientContext;
2241 pwSpec->decodeContext = (ss->sec.isServer) ? clientContext
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1031 void *clientContext; member in struct:NATTraversalInfo_struct

Completed in 356 milliseconds