Searched refs:its (Results 1 – 25 of 128) sorted by relevance
123456
/system/nfc/halimpl/pn54x/tml/ |
D | phOsalNfc_Timer.c | 142 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/ |
D | installd.te | 6 # 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.
|
D | otapreopt_chroot.te | 3 # Allow to transition to postinstall_ota, to run otapreopt in its own sandbox.
|
D | postinstall_dexopt.te | 3 # Run dex2oat/patchoat in its own sandbox.
|
D | netd.te | 9 # Allow netd to start clatd in its own domain
|
D | update_engine_common.te | 4 # postinstall_file regardless of its attributes in the new system.
|
D | shell.te | 18 # XXX Transition into its own domain?
|
D | su.te | 13 # Put the incident command into its domain so it is the same on user, userdebug and eng.
|
D | incident.te | 8 # allow incident access to stdout from its parent shell.
|
D | webview_zygote.te | 40 # Allow webview_zygote to manage the pgroup of its children. 43 # Interaction between the webview_zygote and its children.
|
/system/sepolicy/vendor/ |
D | hostapd.te | 10 # 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/ |
D | hal_neverallows.te | 35 # 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
|
D | servicemanager.te | 9 # created by other domains. It never passes its own references
|
D | racoon.te | 20 # XXX: should we give ip-up-vpn its own label (currently racoon domain)
|
D | postinstall.te | 6 # Allow postinstall to write to its stdout/stderr when redirected via pipes to
|
/system/core/logd/ |
D | README.auditd | 3 The audit daemon is a simplified version of its desktop
|
/system/core/libmemunreachable/ |
D | Android.bp | 36 // Only need this for arm since libc++ uses its own unwind code that
|
/system/core/adb/ |
D | OVERVIEW.TXT | 52 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/ |
D | BUILD.gn | 23 # This pulls in main/BUILD.gn and all of its dependencies.
|
/system/media/audio_route/ |
D | NOTICE | 11 its contributors may be used to endorse or promote products derived
|
/system/core/toolbox/ |
D | NOTICE | 56 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/ |
D | style_guide.md | 15 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/ |
D | NOTICE | 14 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/ |
D | README.md | 20 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/ |
D | IBluetoothGattServerCallback.txt | 50 * 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