Searched refs:CLOCK_BOOTTIME_ALARM (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/health/utils/libhealthloop/ |
D | HealthLoop.cpp | 184 wakealarm_fd_.reset(timerfd_create(CLOCK_BOOTTIME_ALARM, TFD_NONBLOCK)); in WakeAlarmInit()
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocTimer.cpp | 47 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 212 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocTimer.cpp | 47 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 212 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | LocTimer.cpp | 46 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 211 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocTimer.cpp | 46 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 211 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|
/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | LocTimer.cpp | 46 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 211 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|
/hardware/qcom/sm7150/gps/utils/ |
D | LocTimer.cpp | 48 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 213 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocTimer.cpp | 46 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 211 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|
/hardware/qcom/sm8150/gps/utils/ |
D | LocTimer.cpp | 48 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 213 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | LocTimer.cpp | 48 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 213 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | LocTimer.cpp | 47 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 212 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|
/hardware/qcom/sm8150p/gps/utils/ |
D | LocTimer.cpp | 48 #define CLOCK_BOOTTIME_ALARM CLOCK_MONOTONIC macro 213 mDevFd(timerfd_create(wakeOnExpire ? CLOCK_BOOTTIME_ALARM : CLOCK_BOOTTIME, 0)) { in LocTimerContainer()
|