Home
last modified time | relevance | path

Searched defs:Run (Results 1 – 21 of 21) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/nop/
Dnop.cc29 int bluetooth::test::headless::Nop::Run() { in Run() function in bluetooth::test::headless::Nop
/packages/modules/Bluetooth/system/test/headless/dumpsys/
Ddumpsys.cc31 int bluetooth::test::headless::Dumpsys::Run() { in Run() function in bluetooth::test::headless::Dumpsys
/packages/modules/Bluetooth/system/test/headless/pairing/
Dpairing.cc29 int bluetooth::test::headless::Pairing::Run() { in Run() function in bluetooth::test::headless::Pairing
/packages/modules/Bluetooth/system/test/headless/read/
Dname.cc36 int bluetooth::test::headless::Name::Run() { in Run() function in bluetooth::test::headless::Name
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_socket_thread.cc91 void SnoopLoggerSocketThread::Run(std::promise<bool> thread_started) { in Run() function in bluetooth::hal::SnoopLoggerSocketThread
/packages/modules/Bluetooth/
DREADME.md154 ### Run subsection
/packages/modules/Bluetooth/system/test/headless/
Dheadless.h110 virtual T Run() { in Run() function
Dmain.cc116 int Run() override { in Run() function in __anon30c6d1130111::Main
/packages/modules/Bluetooth/system/test/headless/discovery/
Ddiscovery.cc170 int bluetooth::test::headless::Discovery::Run() { in Run() function in bluetooth::test::headless::Discovery
/packages/modules/Bluetooth/system/test/headless/scan/
Dscan.cc102 int bluetooth::test::headless::Scan::Run() { in Run() function in bluetooth::test::headless::Scan
/packages/modules/Bluetooth/system/test/headless/connect/
Dconnect.cc129 int bluetooth::test::headless::Connect::Run() { in Run() function in bluetooth::test::headless::Connect
/packages/modules/Bluetooth/system/test/headless/sdp/
Dsdp.cc130 int bluetooth::test::headless::Sdp::Run() { in Run() function in bluetooth::test::headless::Sdp
/packages/modules/adb/daemon/
Dproperty_monitor.cpp86 void PropertyMonitor::Run() { in Run() function in PropertyMonitor
/packages/modules/Virtualization/vm/src/
Dmain.rs168 Run { enumerator
/packages/modules/Bluetooth/system/test/mock/
Dmock_common_message_loop_thread.cc183 void MessageLoopThread::Run(std::promise<void> start_up_promise) { in Run() function in bluetooth::common::MessageLoopThread
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.cc180 void MessageLoopThread::Run(std::promise<void> start_up_promise) { in Run() function in bluetooth::common::MessageLoopThread
/packages/modules/adb/
Dtransport_fd.cpp62 void Run(std::string* error) { in Run() function
Dtransport.cpp194 void ReconnectHandler::Run() { in Run() function in __anonc80066ee0111::ReconnectHandler
/packages/modules/adb/fdevent/
Dfdevent.cpp189 void fdevent_context::Run(std::function<void()> fn) { in Run() function in fdevent_context
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc127 void Reactor::Run() { in Run() function in bluetooth::os::Reactor
/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py1399 def Run(InitializeFiles=None, DumpExample=None): function