Home
last modified time | relevance | path

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

1234

/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/
H A DRequestThrottleTest.kt214 private fun startThread(block: () -> Unit) = Thread { block() }.apply { start() } in CountDownLatch() method in com.android.server.pm.test.install.RequestThrottleTest
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DTailer.java199 private boolean startThread = true; field in Tailer.Builder
269 public Builder setStartThread(final boolean startThread) { in setStartThread()
/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DSamplerRule.java45 public static Thread startThread(Description description) { in startThread() method in SamplerRule
/aosp_15_r20/frameworks/base/core/java/android/os/logcat/
H A DILogcatManagerService.aidl32 void startThread(in int uid, in int gid, in int pid, in int fd); in startThread() method
/aosp_15_r20/platform_testing/libraries/health/rules/src/android/platform/test/rule/
H A DSamplerRule.java49 public static Thread startThread(Description description) { in startThread() method in SamplerRule
/aosp_15_r20/out/soong/.intermediates/system/logging/logd/liblogd/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/aidl_library/android/os/logcat/
DILogcatManagerService.h36 …::android::binder::Status startThread(int32_t /*uid*/, int32_t /*gid*/, int32_t /*pid*/, int32_t /… in startThread() function
DBnLogcatManagerService.h33 …::android::binder::Status startThread(int32_t uid, int32_t gid, int32_t pid, int32_t fd) override { in startThread() function
DILogcatManagerService.cpp30 ::android::binder::Status BpLogcatManagerService::startThread(int32_t uid, int32_t gid, int32_t pid… in startThread() function in android::os::logcat::BpLogcatManagerService
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/services/libservices/android_arm64_armv8-2a_cortex-a55_shared/gen/aidl_library/android/os/logcat/
DILogcatManagerService.h36 …::android::binder::Status startThread(int32_t /*uid*/, int32_t /*gid*/, int32_t /*pid*/, int32_t /… in startThread() function
DBnLogcatManagerService.h33 …::android::binder::Status startThread(int32_t uid, int32_t gid, int32_t pid, int32_t fd) override { in startThread() function
DILogcatManagerService.cpp30 ::android::binder::Status BpLogcatManagerService::startThread(int32_t uid, int32_t gid, int32_t pid… in startThread() function in android::os::logcat::BpLogcatManagerService
/aosp_15_r20/out/soong/.intermediates/system/logging/logd/logd/android_arm64_armv8-2a_cortex-a55_cfi/gen/aidl_library/android/os/logcat/
DILogcatManagerService.h36 …::android::binder::Status startThread(int32_t /*uid*/, int32_t /*gid*/, int32_t /*pid*/, int32_t /… in startThread() function
DBnLogcatManagerService.h33 …::android::binder::Status startThread(int32_t uid, int32_t gid, int32_t pid, int32_t fd) override { in startThread() function
DILogcatManagerService.cpp30 ::android::binder::Status BpLogcatManagerService::startThread(int32_t uid, int32_t gid, int32_t pid… in startThread() function in android::os::logcat::BpLogcatManagerService
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/
H A DTinyFrameworkMethodCallReplace.java49 public static void startThread(Thread thread) { in startThread() method in TinyFrameworkMethodCallReplace.ReplaceTo
/aosp_15_r20/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/
H A DOcAgentTraceServiceConnectionWorker.java121 static void startThread( in startThread() method in OcAgentTraceServiceConnectionWorker
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DEffectThread.cpp68 RetCode EffectThread::startThread() { in startThread() function in aidl::android::hardware::audio::effect::EffectThread
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0837/
H A Dpoc.cpp30 volatile bool startThread; member
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DAdditionalSubtypeMapRepository.java185 void startThread() { in startThread() method in AdditionalSubtypeMapRepository.SingleThreadedBackgroundWriter
/aosp_15_r20/frameworks/av/media/psh_utils/
H A DAudioPowerManager.cpp69 std::unique_ptr<Token> AudioPowerManager::startThread( in startThread() function in android::media::psh_utils::AudioPowerManager
/aosp_15_r20/external/deqp/framework/delibs/dethread/unix/
H A DdeThreadUnix.c61 static void *startThread(void *entryPtr) in startThread() function
/aosp_15_r20/external/deqp/framework/delibs/dethread/win32/
H A DdeThreadWin32.c64 static DWORD __stdcall startThread(LPVOID entryPtr) in startThread() function
/aosp_15_r20/external/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c249 int startThread(Thread * thrd) in startThread() function
/aosp_15_r20/hardware/interfaces/sensors/common/default/2.X/
H A DSensor.cpp103 void Sensor::startThread(Sensor* sensor) { in startThread() function in android::hardware::sensors::V2_X::implementation::Sensor
/aosp_15_r20/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
H A DSensor.cpp114 void Sensor::startThread(Sensor* sensor) { in startThread() function in android::hardware::sensors::V2_1::subhal::implementation::Sensor

1234