Home
last modified time | relevance | path

Searched defs:thread (Results 101 – 125 of 285) sorted by relevance

12345678910>>...12

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProviderMap.java382 final IApplicationThread thread = r.proc != null ? r.proc.getThread() : null; in dumpProvider() local
431 IApplicationThread thread; in dumpProviderProto() local
445 final ContentProviderRecord r, final IApplicationThread thread, String[] args) { in dumpToTransferPipe()
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DCustomSurfaceView.java67 HandlerThread thread = new HandlerThread("SurfaceInvalidator"); in CustomSurfaceView() local
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd_server.h63 std::thread& thread() { return thread_; } in thread() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp603 std::thread thread([block, unifiedData = obj->value_]() mutable { in GetUnifiedDataSync() local
644 std::thread thread([block, unifiedData, isDelay, delayGetter]() mutable { in SetUnifiedDataSync() local
779 std::thread thread([block]() { in IsRemoteData() local
801 std::thread thread([block, &bundleName]() mutable { in GetDataSource() local
866 std::thread thread([block, mimeType]() { in HasDataType() local
917 std::thread thread([block]() { in ClearDataSync() local
941 std::thread thread([block, pasteData = obj->value_]() mutable { in GetDataSync() local
977 std::thread thread([block, data]() { in SetDataSync() local
1000 std::thread thread([block]() { in HasDataSync() local
/aosp14/system/core/debuggerd/
H A Ddebuggerd_benchmark.cpp102 auto thread = std::thread([&]() { max_pause = GetMaximumPause(thread_state); }); in BM_maximum_pause_impl() local
/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioPolicyDeathTestActivity.java80 AudioCapturingThread thread = in onCreate() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dcmd_executor.cpp121 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_queue.h40 struct OsalThread thread; /* the worker thread of this queue */ member
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_thread.cpp40 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
/aosp14/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java148 Thread thread = new Thread(null, this, "AccessoryChat"); in openAccessory() local
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_manager_strategy.cpp59 … ops.WorkerRetired = [pIns] (WorkerThread* thread) { pIns->WorkerRetiredSimplified(thread); }; in CreateCPUWorker()
H A Dworker_thread.h206 std::thread thread; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dsink_userdata.h52 pa_thread *thread; member
90 pa_thread *thread; member
104 pa_thread *thread; member
121 pa_thread *thread; member
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
H A Dapplifecycledeal_fuzzer.cpp65 sptr<IAppScheduler> thread = nullptr; in DoSomethingInterestingWithMyAPI() local
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DIAccessibilityInputMethodSessionInvoker.java77 final HandlerThread thread = new HandlerThread("IMM.IAIMS"); in createOrNull() local
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DPackageChangeReceiver.java56 public void register(@NonNull Context context, @Nullable Looper thread, in register()
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp86 const ThreadInfo& thread = threads[pid]; in engrave_tombstone_ucontext() local
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DUpdateInstaller.java75 Thread thread = new Thread(() -> { in startInstallUpdate() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
H A DLocationBasedCountryDetectorTest.java358 private void waitForThreadEnding(Thread thread) { in waitForThreadEnding()
375 Thread thread = detector.getQueryThread(); in waitForQueryThreadLaunched() local
/ohos5.0/base/time/time_service/services/time/src/
H A Dntp_update_time.cpp130 std::thread thread(retryRegister); in MonitorNetwork() local
149 std::thread thread(setSystemTime); in RefreshNetworkTimeByTimer() local
/aosp14/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java158 Thread thread = null; field in StorageManagerIntegrationTest.MyThreadFactory
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricServiceRegistry.java99 final ServiceThread thread = new ServiceThread(TAG, Process.THREAD_PRIORITY_BACKGROUND, in registerAll() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_security_manager_test.cpp102 std::thread thread([dbFile = dbFile_, blockResult]() { in __anonef16be330102() variable
/ohos5.0/foundation/ai/ai_engine/test/common/threadpool/
H A Dthread_pool_test.cpp125 Thread thread; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_thread.cpp42 sptr<AbilityThread> thread = nullptr; in AbilityThreadMain() local
75 sptr<AbilityThread> thread = nullptr; in AbilityThreadMain() local

12345678910>>...12