/packages/modules/Bluetooth/system/osi/test/ |
D | thread_test.cc | 14 thread_t* thread = thread_new("test_thread"); in TEST_F() local 20 thread_t* thread = thread_new("test_thread"); in TEST_F() local 25 thread_t* thread = thread_new("test_name"); in TEST_F() local 31 thread_t* thread = thread_new("0123456789abcdef"); in TEST_F() local 37 thread_t* thread = thread_new("0123456789abcdefg"); in TEST_F() local 43 thread_t* thread = (thread_t*)context; in thread_is_self_fn() local 48 thread_t* thread = thread_new("test_thread"); in TEST_F() local 54 thread_t* thread = thread_new("test_thread"); in TEST_F() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_thread.cc | 58 void thread_free(thread_t* thread) { in thread_free() 62 reactor_t* thread_get_reactor(const thread_t* thread) { in thread_get_reactor() 66 bool thread_is_self(const thread_t* thread) { in thread_is_self() 70 void thread_join(thread_t* thread) { in thread_join() 74 const char* thread_name(const thread_t* thread) { in thread_name() 86 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() 90 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() 94 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() 98 void thread_stop(thread_t* thread) { in thread_stop()
|
D | mock_common_repeating_timer.cc | 43 const base::WeakPtr<MessageLoopThread>& thread, in SchedulePeriodic()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | thread.cc | 53 thread_t* thread; member 109 void thread_free(thread_t* thread) { in thread_free() 120 void thread_join(thread_t* thread) { in thread_join() 127 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() 144 void thread_stop(thread_t* thread) { in thread_stop() 149 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() 162 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() 178 bool thread_is_self(const thread_t* thread) { in thread_is_self() 183 reactor_t* thread_get_reactor(const thread_t* thread) { in thread_get_reactor() 188 const char* thread_name(const thread_t* thread) { in thread_name() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | Profile.java | 42 Thread thread; field in Profile.WatchEntry 77 public synchronized void addWatchEntry(Thread thread, int cycleTime) { in addWatchEntry() 87 public synchronized void removeWatchEntry(Thread thread) { in removeWatchEntry() 112 Thread thread = entry.thread; in processList() local 126 Thread thread = entry.thread; in sampleStack() local 139 private WatchEntry findEntry(Thread thread) { in findEntry()
|
/packages/apps/Camera2/src/com/android/camera/async/ |
D | HandlerFactory.java | 32 final HandlerThread thread = new HandlerThread(threadName); in create() local 52 final HandlerThread thread = new HandlerThread(threadName); in create() local
|
/packages/apps/TV/common/src/com/android/tv/common/concurrent/ |
D | NamedThreadFactory.java | 37 final Thread thread = mDefaultThreadFactory.newThread(runnable); in newThread() local 42 public boolean namedWithPrefix(Thread thread) { in namedWithPrefix()
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/ |
D | JavaMockitoHelperTest.java | 139 Thread thread = getCurrentThreadIninterrupted(); in testGetResult_interruptedException() local 200 Thread thread = getCurrentThreadIninterrupted(); in testGetResult_withCustomTimeout_interruptedException() local 211 Thread thread = Thread.currentThread(); in getCurrentThreadIninterrupted() local
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadJobService.java | 67 final DownloadThread thread; in onStartJob() local 86 final DownloadThread thread; in onStopJob() local
|
/packages/modules/Bluetooth/system/gd/ |
D | stack_manager_unittest.cc | 28 os::Thread thread{"test_thread", os::Thread::Priority::NORMAL}; in TEST() local 52 os::Thread thread{"test_thread", os::Thread::Priority::NORMAL}; in TEST() local
|
D | module.cc | 68 void ModuleRegistry::Start(ModuleList* modules, Thread* thread) { in Start() 79 Module* ModuleRegistry::Start(const ModuleFactory* module, Thread* thread) { in Start()
|
/packages/modules/adb/daemon/ |
D | property_monitor_test.cpp | 87 auto thread = SpawnThread(&pm); in TEST() local 111 auto thread = SpawnThread(&pm); in TEST() local 153 auto thread = SpawnThread(&pm); in TEST() local
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | thread_unittest.cc | 33 …explicit SampleReactable(Thread* thread) : thread_(thread), fd_(eventfd(0, 0)), is_same_thread_che… in SampleReactable() 66 Thread* thread = nullptr; member in bluetooth::os::__anon40e447eb0111::ThreadTest
|
/packages/modules/Bluetooth/system/common/ |
D | message_loop_thread_unittest.cc | 289 base::BindOnce([](MessageLoopThread* thread) { thread->IsRunning(); }, in TEST_F() 299 auto thread = std::thread(&MessageLoopThread::ShutDown, &message_loop_thread); in TEST_F() local 309 auto thread = std::thread(&MessageLoopThread::StartUp, &message_loop_thread); in TEST_F() local 318 auto thread = std::thread(&MessageLoopThread::ShutDown, &message_loop_thread); in TEST_F() local 328 auto thread = std::thread(&MessageLoopThread::StartUp, &message_loop_thread); in TEST_F() local
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
D | PduCache.java | 104 HashSet<Uri> thread = mThreads.get(threadId); in put() local 233 HashSet<Uri> thread = mThreads.get(entry.getThreadId()); in removeFromThreads() local 244 HashSet<Uri> thread = mThreads.remove(threadId); in purgeByThreadId() local
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/ |
D | PreBootListener.java | 33 Thread thread = new Thread(() -> { in onReceive() local
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioninglisteners/ |
D | ProvisioningCompletedListener.java | 46 Thread thread = new Thread(() -> { in onReceive() local
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiFrameworkInitializer.java | 55 HandlerThread thread = new HandlerThread("WifiManagerThread"); in createInstance() local
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/ |
D | SamplerRule.java | 46 Thread thread = in startThread() local
|
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/ |
D | TopLevelStoragePreferenceControllerTest.java | 93 Future thread = mController.refreshSummaryThread(preference); in updateSummary_shouldDisplayUsedPercentAndFreeSpace() local
|
/packages/modules/DnsResolver/ |
D | DnsQueryLogTest.cpp | 93 for (auto& thread : threads) { in TEST_F() local 101 for (auto& thread : threads) { in TEST_F() local
|
/packages/modules/Bluetooth/system/gd/os/ |
D | handler.cc | 31 Handler::Handler(Thread* thread) : tasks_(new std::queue<OnceClosure>()), thread_(thread) { in Handler()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DownloadUtils.java | 50 final Thread thread = Thread.currentThread(); in dump() local
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_dumpsys_test.cc | 52 os::Thread* thread = new os::Thread("thread", os::Thread::Priority::NORMAL); in SetUp() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | AsyncRingtonePlayer.java | 132 HandlerThread thread = new HandlerThread("ringtone-player"); in getNewHandler() local
|