Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 128) sorted by relevance

123456

/system/nfc/halimpl/pn54x/tml/
DphOsalNfc_Timer.c142 struct itimerspec its; in phOsalNfc_Timer_Start() local
152 its.it_interval.tv_sec = 0; in phOsalNfc_Timer_Start()
153 its.it_interval.tv_nsec = 0; in phOsalNfc_Timer_Start()
154 its.it_value.tv_sec = dwRegTimeCnt / 1000; in phOsalNfc_Timer_Start()
155 its.it_value.tv_nsec = 1000000 * (dwRegTimeCnt % 1000); in phOsalNfc_Timer_Start()
156 if (its.it_value.tv_sec == 0 && its.it_value.tv_nsec == 0) { in phOsalNfc_Timer_Start()
158 its.it_value.tv_nsec = 1; in phOsalNfc_Timer_Start()
164 if ((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1) { in phOsalNfc_Timer_Start()
195 static struct itimerspec its = {{0, 0}, {0, 0}}; in phOsalNfc_Timer_Stop() local
207 if ((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1) { in phOsalNfc_Timer_Stop()
/system/sepolicy/private/
Dinstalld.te6 # Run dex2oat in its own sandbox.
9 # Run dexoptanalyzer in its own sandbox.
12 # Run profman in its own sandbox.
15 # Run idmap in its own sandbox.
Dotapreopt_chroot.te3 # Allow to transition to postinstall_ota, to run otapreopt in its own sandbox.
Dpostinstall_dexopt.te3 # Run dex2oat/patchoat in its own sandbox.
Dnetd.te9 # Allow netd to start clatd in its own domain
Dupdate_engine_common.te4 # postinstall_file regardless of its attributes in the new system.
Dshell.te18 # XXX Transition into its own domain?
Dsu.te13 # Put the incident command into its domain so it is the same on user, userdebug and eng.
Dincident.te8 # allow incident access to stdout from its parent shell.
Dwebview_zygote.te40 # Allow webview_zygote to manage the pgroup of its children.
43 # Interaction between the webview_zygote and its children.
/system/sepolicy/vendor/
Dhostapd.te10 # hostapd learns about its network interface via sysfs.
30 # hostapd wants to create the directory holding its control socket.
32 # hostapd needs to create, bind to, read, and write its control socket.
/system/sepolicy/public/
Dhal_neverallows.te35 # its OK for them to share a process its not OK with them to share processes
50 # Only allow transitioning to a domain by running its executable. Do not
Dservicemanager.te9 # created by other domains. It never passes its own references
Dracoon.te20 # XXX: should we give ip-up-vpn its own label (currently racoon domain)
Dpostinstall.te6 # Allow postinstall to write to its stdout/stderr when redirected via pipes to
/system/core/logd/
DREADME.auditd3 The audit daemon is a simplified version of its desktop
/system/core/libmemunreachable/
DAndroid.bp36 // Only need this for arm since libc++ uses its own unwind code that
/system/core/adb/
DOVERVIEW.TXT52 then, the client sends its service requests to the ADB server. It doesn't
73 its role is to initiate the connection, then of being a pass-through
89 For example, to query the ADB server for its internal version number,
/system/bt/
DBUILD.gn23 # This pulls in main/BUILD.gn and all of its dependencies.
/system/media/audio_route/
DNOTICE11 its contributors may be used to endorse or promote products derived
/system/core/toolbox/
DNOTICE56 3. Neither the name of the University nor the names of its contributors
85 3. Neither the name of the University nor the names of its contributors
117 3. Neither the name of the University nor the names of its contributors
146 3. Neither the name of the University nor the names of its contributors
178 3. Neither the name of the University nor the names of its contributors
207 3. Neither the name of the University nor the names of its contributors
236 3. Neither the name of the University nor the names of its contributors
268 3. Neither the name of the University nor the names of its contributors
300 3. Neither the name of the University nor the names of its contributors
332 3. Neither the name of the University nor the names of its contributors
[all …]
/system/bt/doc/
Dstyle_guide.md15 For a subsystem that contains code, its directory structure should look like:
91 Note that the function explicitly includes `void` in its parameter list to
120 to be allocated in contiguous memory with its containing struct.
186 At minimum, every function should assert expectations on its arguments. The
225 // Each public function must have a comment describing its semantics. In
/system/sepolicy/tools/fc_sort/
DNOTICE14 software--to make sure the software is free for all its users. This
46 want its recipients to know that what they have is not the original, so
73 covered by this License; they are outside its scope. The act of
75 is covered only if its contents constitute a work based on the
117 themselves, then this License, and its terms, do not apply to those
182 distribute the Program or its derivative works. These actions are
186 all its terms and conditions for copying, distributing or modifying
/system/core/init/
DREADME.md20 with the same name as an existing one, its commands are appended to
33 at the beginning of its execution. It is responsible for the initial
63 its service.
138 > This service will not automatically start with its class.
145 > Create a unix domain socket named /dev/socket/_name_ and pass its fd to the
153 > Open a file path and pass its fd to the launched process. _type_ must be
163 capabilities, then drop to its desired uid. There is a new
450 The import keyword is not a command, but rather its own section and is
/system/bt/service/doc/
DIBluetoothGattServerCallback.txt50 * not a long attribute (i.e. its value would fit within the current ATT MTU),
68 * not a long attribute (i.e. its value would fit within the current ATT MTU),

123456