Home
last modified time | relevance | path

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

123

/device/huawei/angler/sepolicy/
Dtime.te1 type time, domain, domain_deprecated;
5 init_daemon_domain(time)
7 allow time self:capability { setuid setgid };
10 allow time rtc_device:chr_file r_file_perms;
11 allow time alarm_device:chr_file rw_file_perms;
13 allow time time_data_file:dir rw_dir_perms;
14 allow time time_data_file:file create_file_perms;
15 allow time sysfs_msm_subsys:dir r_dir_perms;
16 allow time sysfs_msm_subsys:lnk_file r_file_perms;
18 allow time self:socket create_socket_perms;
[all …]
Dsystem_app.te2 allow system_app time:unix_stream_socket connectto;
Drild.te16 allow rild time:unix_stream_socket connectto;
Dtee.te17 allow tee time:unix_stream_socket connectto;
/device/moto/shamu/sepolicy/
Dtime.te1 type time, domain, domain_deprecated;
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_device: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 };
Dplatform_app.te7 allow platform_app time:unix_stream_socket connectto;
Dsystem_app.te1 allow system_app time:unix_stream_socket connectto;
Drild.te13 allow rild time:unix_stream_socket connectto;
/device/google/contexthub/firmware/src/drivers/orientation/
Dorientation.c82 uint64_t time; member
238 mTask.samples[index][w].time = curr_time + counter; in fillSamples()
266 static bool allocateDataEvt(struct FusionSensor *mSensor, uint64_t time) in allocateDataEvt() argument
277 mSensor->ev->referenceTime = time; in allocateDataEvt()
278 mSensor->prev_time = time; in allocateDataEvt()
283 static void addSample(struct FusionSensor *mSensor, uint64_t time, float x, float y, float z) in addSample() argument
288 if (!allocateDataEvt(mSensor, time)) in addSample()
300 sample->deltaTime = time > mSensor->prev_time ? (time - mSensor->prev_time) : 0; in addSample()
301 mSensor->prev_time = time; in addSample()
385 mTask.samples[0][last_accel_sample_index].time, in updateOutput()
[all …]
/device/lge/bullhead/sepolicy/
Dtime_daemon.te1 # Policies for time daemon
/device/generic/goldfish/gps/
Dgps_qemu.c195 time_t now = time(NULL); in nmea_reader_update_utc_diff()
261 time_t now = time(NULL); in nmea_reader_update_time()
286 nmea_reader_update_date( NmeaReader* r, Token date, Token time ) in nmea_reader_update_date() argument
308 return nmea_reader_update_time( r, time ); in nmea_reader_update_date()
877 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/google/contexthub/
DCodingStandard.txt50 This will be enforced at compile time and will fail your build. This is intentional as the power
53 at compile time and will fail your build. This is intentional as the power and speed costs are
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.h164 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.h164 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.h164 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty);
/device/lge/bullhead/wifi/
DWCNSS_qcom_cfg.ini332 #gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send …
333 #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPer…
442 #Maxium Channel time in msec
597 # Inactivity time (in ms) to end TX Service Period while in IBSS power save mode
/device/lge/bullhead/
Dinit.bullhead.rc135 # Allow QMUX daemon to assign port open wait time
200 # Create /data/time folder for time-services
201 mkdir /data/time/ 0700 system system
/device/linaro/hikey/installer/
Dhisi-idt.py6 import serial, time
/device/moto/shamu/
Dinit.shamu.rc180 # Allow QMUX daemon to assign port open wait time
318 # Create /data/time folder for time-services
319 mkdir /data/time/ 0700 system system
/device/asus/fugu/self-extractors/widevine/
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/fugu/self-extractors/google/
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/fugu/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/moto/shamu/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

123