Home
last modified time | relevance | path

Searched refs:RepeatingAlarm (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Drepeating_alarm.cc39 RepeatingAlarm::RepeatingAlarm(Handler* handler) in RepeatingAlarm() function in bluetooth::os::RepeatingAlarm
44 fd_, common::Bind(&RepeatingAlarm::on_fire, common::Unretained(this)), common::Closure()); in RepeatingAlarm()
47 RepeatingAlarm::~RepeatingAlarm() { in ~RepeatingAlarm()
55 void RepeatingAlarm::Schedule(Closure task, std::chrono::milliseconds period) { in Schedule()
66 void RepeatingAlarm::Cancel() { in Cancel()
73 void RepeatingAlarm::on_fire() { in on_fire()
Drepeating_alarm_unittest.cc38 alarm_ = new RepeatingAlarm(handler_); in SetUp()
78 RepeatingAlarm* alarm_;
111 [](RepeatingAlarm* alarm, std::promise<void>* promise) { in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/
Drepeating_alarm.h34 class RepeatingAlarm {
37 explicit RepeatingAlarm(Handler* handler);
39 RepeatingAlarm(const RepeatingAlarm&) = delete;
40 RepeatingAlarm& operator=(const RepeatingAlarm&) = delete;
43 ~RepeatingAlarm();
Dalarm_benchmark.cc31 using ::bluetooth::os::RepeatingAlarm;
41 repeating_alarm_ = std::make_unique<RepeatingAlarm>(handler_.get()); in SetUp()
83 std::unique_ptr<RepeatingAlarm> repeating_alarm_;
Dhandler.h71 friend class RepeatingAlarm; variable
/aosp_15_r20/developers/samples/android/background/alarms/RepeatingAlarm/
DREADME.md2 Android RepeatingAlarm Sample
28 https://github.com/googlesamples/android-RepeatingAlarm
/aosp_15_r20/developers/build/prebuilts/gradle/RepeatingAlarm/
H A DREADME.md2 Android RepeatingAlarm Sample
28 https://github.com/googlesamples/android-RepeatingAlarm
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DAlarmController.java136 Intent intent = new Intent(AlarmController.this, RepeatingAlarm.class);
163 Intent intent = new Intent(AlarmController.this, RepeatingAlarm.class);
H A DRepeatingAlarm.java32 public class RepeatingAlarm extends BroadcastReceiver class
/aosp_15_r20/development/samples/browseable/RepeatingAlarm/
H A D_index.jd2 page.tags="RepeatingAlarm"
/aosp_15_r20/packages/modules/Bluetooth/system/gd/metrics/
Dcounter_metrics.h43 std::unique_ptr<os::RepeatingAlarm> alarm_;
Dcounter_metrics.cc35 alarm_ = std::make_unique<os::RepeatingAlarm>(GetHandler()); in Start()
/aosp_15_r20/developers/samples/android/
Dbuild.gradle33 "background/alarms/RepeatingAlarm",
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.h336 std::unique_ptr<os::RepeatingAlarm> alarm_;
Dsnoop_logger.cc1293 alarm_ = std::make_unique<os::RepeatingAlarm>(GetHandler()); in Start()
/aosp_15_r20/development/build/
H A Dsdk.atree175 …lopers/build/prebuilts/gradle/RepeatingAlarm/ samples/${PLATFORM_NAME}/…
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Ddistance_measurement_manager.cc158 std::unique_ptr<os::RepeatingAlarm> repeating_alarm;
202 std::unique_ptr<os::RepeatingAlarm> repeating_alarm = nullptr;
348 rssi_trackers[address].repeating_alarm = std::make_unique<os::RepeatingAlarm>(handler_); in start_distance_measurement()
390 it->second.repeating_alarm = std::make_unique<os::RepeatingAlarm>(handler_); in init_cs_requester_tracker()
/aosp_15_r20/out/.module_paths/
Dfiles.db[all...]
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.ninja.globs13295 …java","development/samples/ApiDemos/src/com/example/android/apis/app/RepeatingAlarm.java","develop…