Home
last modified time | relevance | path

Searched defs:schedule (Results 1 – 6 of 6) sorted by relevance

/system/extras/profcollectd/binder/com/android/server/profcollect/
DIProfCollectd.aidl21 void schedule(); in schedule() method
/system/extras/profcollectd/libprofcollectd/
Dlib.rs63 pub fn schedule() -> Result<()> { in schedule() function
Dservice.rs55 fn schedule(&self) -> BinderResult<()> { in schedule() method
/system/bt/gd/os/linux_generic/
Dalarm_unittest.cc55 TEST_F(AlarmTest, schedule) { in TEST_F() argument
Drepeating_alarm_unittest.cc95 TEST_F(RepeatingAlarmTest, schedule) { in TEST_F() argument
/system/update_engine/cros/
Dupdate_attempter_unittest.cc1194 void UpdateAttempterTest::SetUpStagingTest(const StagingSchedule& schedule) { in SetUpStagingTest()