Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/headless/nop/
Dnop.cc28 int bluetooth::test::headless::Nop::Run() { in Run() function in bluetooth::test::headless::Nop
/packages/modules/Bluetooth/system/test/headless/dumpsys/
Ddumpsys.cc23 int bluetooth::test::headless::Dumpsys::Run() { in Run() function in bluetooth::test::headless::Dumpsys
/packages/modules/Bluetooth/system/test/headless/pairing/
Dpairing.cc26 int bluetooth::test::headless::Pairing::Run() { in Run() function in bluetooth::test::headless::Pairing
/packages/modules/Bluetooth/system/test/headless/discovery/
Ddiscovery.cc59 int bluetooth::test::headless::Discovery::Run() { in Run() function in bluetooth::test::headless::Discovery
/packages/modules/Bluetooth/system/test/headless/scan/
Dscan.cc86 int bluetooth::test::headless::Scan::Run() { in Run() function in bluetooth::test::headless::Scan
/packages/modules/Bluetooth/system/test/headless/adapter/
Dadapter.cc84 int bluetooth::test::headless::Adapter::Run() { in Run() function in bluetooth::test::headless::Adapter
/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/test/headless/
Dheadless.h101 virtual T Run() { in Run() function
Dmain.cc106 int Run() override { in Run() function in __anonf5f1d9240111::Main
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_socket_thread.cc77 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/connect/
Dconnect.cc152 int bluetooth::test::headless::Connect::Run() { in Run() function in bluetooth::test::headless::Connect
/packages/modules/Bluetooth/system/test/headless/sdp/
Dsdp.cc92 int bluetooth::test::headless::Sdp::Run() { in Run() function in bluetooth::test::headless::Sdp
/packages/modules/Bluetooth/system/test/headless/mode/
Dmode.cc139 int bluetooth::test::headless::Mode::Run() { in Run() function in bluetooth::test::headless::Mode
/packages/modules/adb/daemon/
Dproperty_monitor.cpp86 void PropertyMonitor::Run() { in Run() function in PropertyMonitor
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.cc172 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.cpp202 void ReconnectHandler::Run() { in Run() function in __anon2ca61e5f0111::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.cc124 void Reactor::Run() { in Run() function in bluetooth::os::Reactor
/packages/modules/Virtualization/android/vm/src/
Dmain.rs307 Run { enumerator
/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc559 SourceAudioHalAsrc::Run(const std::vector<uint8_t>& in) { in Run() function in bluetooth::audio::asrc::SourceAudioHalAsrc
/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py1399 def Run(InitializeFiles=None, DumpExample=None): function