/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProviderMap.java | 382 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 D | CustomSurfaceView.java | 67 HandlerThread thread = new HandlerThread("SurfaceInvalidator"); in CustomSurfaceView() local
|
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/ |
H A D | snapuserd_server.h | 63 std::thread& thread() { return thread_; } in thread() function
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_systempasteboard.cpp | 603 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 D | debuggerd_benchmark.cpp | 102 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 D | AudioPolicyDeathTestActivity.java | 80 AudioCapturingThread thread = in onCreate() local
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | cmd_executor.cpp | 121 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/ |
H A D | platform_queue.h | 40 struct OsalThread thread; /* the worker thread of this queue */ member
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_thread.cpp | 40 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 D | AccessoryChat.java | 148 Thread thread = new Thread(null, this, "AccessoryChat"); in openAccessory() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | cpu_manager_strategy.cpp | 59 … ops.WorkerRetired = [pIns] (WorkerThread* thread) { pIns->WorkerRetiredSimplified(thread); }; in CreateCPUWorker()
|
H A D | worker_thread.h | 206 std::thread thread; variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | sink_userdata.h | 52 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 D | applifecycledeal_fuzzer.cpp | 65 sptr<IAppScheduler> thread = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | IAccessibilityInputMethodSessionInvoker.java | 77 final HandlerThread thread = new HandlerThread("IMM.IAIMS"); in createOrNull() local
|
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | PackageChangeReceiver.java | 56 public void register(@NonNull Context context, @Nullable Looper thread, in register()
|
/aosp14/system/core/debuggerd/libdebuggerd/ |
H A D | tombstone.cpp | 86 const ThreadInfo& thread = threads[pid]; in engrave_tombstone_ucontext() local
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | UpdateInstaller.java | 75 Thread thread = new Thread(() -> { in startInstallUpdate() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/ |
H A D | LocationBasedCountryDetectorTest.java | 358 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 D | ntp_update_time.cpp | 130 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 D | StorageManagerIntegrationTest.java | 158 Thread thread = null; field in StorageManagerIntegrationTest.MyThreadFactory
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | BiometricServiceRegistry.java | 99 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 D | rdb_security_manager_test.cpp | 102 std::thread thread([dbFile = dbFile_, blockResult]() { in __anonef16be330102() variable
|
/ohos5.0/foundation/ai/ai_engine/test/common/threadpool/ |
H A D | thread_pool_test.cpp | 125 Thread thread; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_thread.cpp | 42 sptr<AbilityThread> thread = nullptr; in AbilityThreadMain() local 75 sptr<AbilityThread> thread = nullptr; in AbilityThreadMain() local
|