Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 77) sorted by relevance

1234

/device/moto/shamu/sepolicy/
Dtime.te1 type time, domain;
5 init_daemon_domain(time)
7 allow time shared_log_device:chr_file rw_file_perms;
8 allow time alarm_device:chr_file rw_file_perms;
11 allow time rtc:chr_file r_file_perms;
13 allow time time_data_file:dir rw_dir_perms;
14 allow time time_data_file:file create_file_perms;
16 allow time self:socket *;
17 allow time self:capability { setuid setgid };
Dsystem_app.te4 allow system_app time:unix_stream_socket connectto;
Dplatform_app.te7 allow platform_app time:unix_stream_socket connectto;
Drild.te12 allow rild time:unix_stream_socket connectto;
Dfile_contexts5 /data/time(/.*)? u:object_r:time_data_file:s0
96 # Real-time clock
/device/lge/hammerhead/sepolicy/
Dtime.te1 type time, domain;
5 init_daemon_domain(time)
8 allow time rtc:chr_file rw_file_perms;
10 allow time time_data_file:dir rw_dir_perms;
11 allow time time_data_file:file create_file_perms;
13 allow time shared_log_device:chr_file rw_file_perms;
14 allow time alarm_device:chr_file rw_file_perms;
15 allow time self:socket *;
17 allow time self:capability { setuid setgid };
Dplatform_app.te1 allow platform_app time:unix_stream_socket connectto;
/device/samsung/manta/liblights/
Dlights.c156 static void time_add(struct timespec *time, int sec, int nsec) in time_add() argument
158 time->tv_nsec += nsec; in time_add()
159 time->tv_sec += time->tv_nsec / NSEC_PER_SEC; in time_add()
160 time->tv_nsec %= NSEC_PER_SEC; in time_add()
161 time->tv_sec += sec; in time_add()
/device/samsung/manta/health/
Dhealthd-manta.cpp95 time(&manta_bat_charging_start_time); in manta_bat_set_charge_time()
134 return time(NULL) >= manta_bat_charging_start_time + timeout; in manta_bat_charge_timeout()
/device/asus/flo/conn_init/
Dwfc_util_common.c120 srandom(time(NULL)); in wfc_util_random_mac()
/device/lge/mako/conn_init/
Dwfc_util_common.c120 srandom(time(NULL)); in wfc_util_random_mac()
/device/generic/goldfish/gps/
Dgps_qemu.c197 time_t now = time(NULL); in nmea_reader_update_utc_diff()
263 time_t now = time(NULL); in nmea_reader_update_time()
288 nmea_reader_update_date( NmeaReader* r, Token date, Token time ) in nmea_reader_update_date() argument
310 return nmea_reader_update_time( r, time ); in nmea_reader_update_date()
879 qemu_gps_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty) in qemu_gps_inject_time() argument
/device/generic/goldfish/camera/fake-pipeline2/
DScene.h64 void calculateScene(nsecs_t time);
DScene.cpp138 void Scene::calculateScene(nsecs_t time) { in calculateScene() argument
143 nsecs_t timeSinceIdx = (mHour - timeIdx * kTimeStep) * kOneHourInNsec + time; in calculateScene()
/device/lge/hammerhead/libsensors/
DProximitySensor.cpp126 mPendingEvent.timestamp = timevalToNano(event->time); in readEvents()
DLightSensor.cpp145 mPendingEvent.timestamp = timevalToNano(event->time); in readEvents()
/device/moto/shamu/
Dinit.shamu.rc179 # Allow QMUX daemon to assign port open wait time
321 # Create /data/time folder for time-services
322 mkdir /data/time/ 0700 system system
/device/asus/flo/self-extractors/broadcom/
DLICENSE179 herein. You may terminate the Agreement at any time by deleting and
184 any time terminate this Agreement, without cause, upon notice to
204 time thereafter; nor shall the waiver by either party of a breach
/device/asus/grouper/self-extractors/asus/
DLICENSE179 herein. You may terminate the Agreement at any time by deleting and
184 any time terminate this Agreement, without cause, upon notice to
204 time thereafter; nor shall the waiver by either party of a breach
/device/asus/grouper/self-extractors/broadcom/
DLICENSE179 herein. You may terminate the Agreement at any time by deleting and
184 any time terminate this Agreement, without cause, upon notice to
204 time thereafter; nor shall the waiver by either party of a breach
/device/asus/grouper/self-extractors/elan/
DLICENSE179 herein. You may terminate the Agreement at any time by deleting and
184 any time terminate this Agreement, without cause, upon notice to
204 time thereafter; nor shall the waiver by either party of a breach
/device/asus/grouper/self-extractors/invensense/
DLICENSE179 herein. You may terminate the Agreement at any time by deleting and
184 any time terminate this Agreement, without cause, upon notice to
204 time thereafter; nor shall the waiver by either party of a breach
/device/samsung/manta/self-extractors/broadcom/
DLICENSE179 herein. You may terminate the Agreement at any time by deleting and
184 any time terminate this Agreement, without cause, upon notice to
204 time thereafter; nor shall the waiver by either party of a breach
/device/lge/mako/self-extractors/broadcom/
DLICENSE179 herein. You may terminate the Agreement at any time by deleting and
184 any time terminate this Agreement, without cause, upon notice to
204 time thereafter; nor shall the waiver by either party of a breach
/device/asus/tilapia/self-extractors/nxp/
DLICENSE179 herein. You may terminate the Agreement at any time by deleting and
184 any time terminate this Agreement, without cause, upon notice to
204 time thereafter; nor shall the waiver by either party of a breach

1234