Home
last modified time | relevance | path

Searched defs:startThread (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/logcat/
DILogcatManagerService.aidl32 void startThread(in int uid, in int gid, in int pid, in int fd); in startThread() method
/frameworks/base/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/
DTinyFrameworkMethodCallReplace.java62 public static void startThread(Thread thread) { in startThread() method in TinyFrameworkMethodCallReplace.ReplaceTo
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/
DRequestThrottleTest.kt214 private fun startThread(block: () -> Unit) = Thread { block() }.apply { start() } in CountDownLatch() method in com.android.server.pm.test.install.RequestThrottleTest
/frameworks/base/services/core/java/com/android/server/inputmethod/
DAdditionalSubtypeMapRepository.java185 void startThread() { in startThread() method in AdditionalSubtypeMapRepository.SingleThreadedBackgroundWriter
/frameworks/av/media/psh_utils/
DAudioPowerManager.cpp69 std::unique_ptr<Token> AudioPowerManager::startThread( in startThread() function in android::media::psh_utils::AudioPowerManager
/frameworks/base/services/core/java/com/android/server/logcat/
DLogcatManagerService.java196 public void startThread(int uid, int gid, int pid, int fd) { in startThread() method in LogcatManagerService.BinderService