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

/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
H A DLinker.java108 * - A service process shall call either initServiceProcess() or
117 * initServiceProcess(baseLoadAddress) indicates that shared RELROs are to be
198 // Set to true if this runs in the browser process. Disabled by initServiceProcess().
489 * used in this process. If initServiceProcess() was previously called,
515 // initServiceProcess() in service processes.
526 * this system, or if initServiceProcess() was called previously.
562 public static void initServiceProcess(long baseLoadAddress) { method in class:Linker
565 Locale.US, "initServiceProcess(0x%x) called", baseLoadAddress));

Completed in 78 milliseconds