Searched refs:RepeatingAlarm (Results 1 – 19 of 19) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | repeating_alarm.cc | 39 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()
|
D | repeating_alarm_unittest.cc | 38 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/ |
D | repeating_alarm.h | 34 class RepeatingAlarm { 37 explicit RepeatingAlarm(Handler* handler); 39 RepeatingAlarm(const RepeatingAlarm&) = delete; 40 RepeatingAlarm& operator=(const RepeatingAlarm&) = delete; 43 ~RepeatingAlarm();
|
D | alarm_benchmark.cc | 31 using ::bluetooth::os::RepeatingAlarm; 41 repeating_alarm_ = std::make_unique<RepeatingAlarm>(handler_.get()); in SetUp() 83 std::unique_ptr<RepeatingAlarm> repeating_alarm_;
|
D | handler.h | 71 friend class RepeatingAlarm; variable
|
/aosp_15_r20/developers/samples/android/background/alarms/RepeatingAlarm/ |
D | README.md | 2 Android RepeatingAlarm Sample 28 https://github.com/googlesamples/android-RepeatingAlarm
|
/aosp_15_r20/developers/build/prebuilts/gradle/RepeatingAlarm/ |
H A D | README.md | 2 Android RepeatingAlarm Sample 28 https://github.com/googlesamples/android-RepeatingAlarm
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/ |
H A D | AlarmController.java | 136 Intent intent = new Intent(AlarmController.this, RepeatingAlarm.class); 163 Intent intent = new Intent(AlarmController.this, RepeatingAlarm.class);
|
H A D | RepeatingAlarm.java | 32 public class RepeatingAlarm extends BroadcastReceiver class
|
/aosp_15_r20/development/samples/browseable/RepeatingAlarm/ |
H A D | _index.jd | 2 page.tags="RepeatingAlarm"
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/metrics/ |
D | counter_metrics.h | 43 std::unique_ptr<os::RepeatingAlarm> alarm_;
|
D | counter_metrics.cc | 35 alarm_ = std::make_unique<os::RepeatingAlarm>(GetHandler()); in Start()
|
/aosp_15_r20/developers/samples/android/ |
D | build.gradle | 33 "background/alarms/RepeatingAlarm",
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger.h | 336 std::unique_ptr<os::RepeatingAlarm> alarm_;
|
D | snoop_logger.cc | 1293 alarm_ = std::make_unique<os::RepeatingAlarm>(GetHandler()); in Start()
|
/aosp_15_r20/development/build/ |
H A D | sdk.atree | 175 …lopers/build/prebuilts/gradle/RepeatingAlarm/ samples/${PLATFORM_NAME}/…
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | distance_measurement_manager.cc | 158 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/ |
D | files.db | [all...] |
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.ninja.globs | 13295 …java","development/samples/ApiDemos/src/com/example/android/apis/app/RepeatingAlarm.java","develop…
|