Searched defs:AlarmImpl (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
H A DAlarmImpl.java29 public class AlarmImpl extends Stub { class in inherits:Stub
31 private static final String LOG_TAG = AlarmImpl.class.getSimpleName();
35 public AlarmImpl(Context context) { method in class:AlarmImpl
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp55 class AlarmImpl class in namespace:android
58 AlarmImpl(int *fds, size_t n_fds);
59 virtual ~AlarmImpl();
70 class AlarmImplAlarmDriver : public AlarmImpl
73 AlarmImplAlarmDriver(int fd) : AlarmImpl(&fd, 1) { }
80 class AlarmImplTimerFd : public AlarmImpl
84 AlarmImpl(fds, N_ANDROID_TIMERFDS), epollfd(epollfd) { }
95 AlarmImpl::AlarmImpl(int *fds_, size_t n_fds) : fds(new int[n_fds]), function in class:android::AlarmImpl
101 AlarmImpl
[all...]

Completed in 89 milliseconds