Searched refs:given (Results 1 – 25 of 71) sorted by relevance
123
/system/core/fs_mgr/libfiemap/ |
D | utility.cpp | 82 struct stat userdata, given; in GetDevicePathForFile() local 83 if (!stat(bdev_path.c_str(), &given) && !stat(kUserdataDevice, &userdata)) { in GetDevicePathForFile() 84 if (S_ISBLK(given.st_mode) && S_ISBLK(userdata.st_mode) && in GetDevicePathForFile() 85 given.st_rdev == userdata.st_rdev) { in GetDevicePathForFile()
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test.fbs | 41 /// the given interval 63 /// modem for the latest cell scan results on the given interval 70 /// data buffered at given interval. Note: If there is more than one audio 101 /// a given sensor
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 45 * this request by calling IBluetoothGattServer.sendResponse with the given 63 * this request by calling IBluetoothGattServer.sendResponse with the given 79 * this request by calling IBluetoothGattServer.sendResponse with the given 99 * this request by calling IBluetoothGattServer.sendResponse with the given 121 * with the given |request_id|.
|
D | IBluetoothGattServer.txt | 65 * given address for the characteristic with the given handle. |confirm|
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 24 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
D | hal_neverallows.te | 23 # HALs are defined as an attribute and so a given domain could hypothetically
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
D | hal_neverallows.te | 31 # HALs are defined as an attribute and so a given domain could hypothetically
|
/system/sepolicy/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 27 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
D | hal_neverallows.te | 22 # HALs are defined as an attribute and so a given domain could hypothetically
|
/system/bt/doc/ |
D | power_management.md | 37 currently known connections to a given device. Thus, if RFCOMM specifies that 99 are found for the given profile ID and app ID, the function simply 101 - If any timers were set for the given `BD_ADDR`, they are stopped. 110 with the state given to the function. 115 services for the given `BD_ADDR`, then looks up the ssr values from the 136 request to enable PARK for the given peer and connection. 158 2. `bta_dm_pm_btm_cback` packages up the given parameters into a
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | tombstoned.te | 5 # Write to arbitrary pipes given to us.
|
D | crash_dump.te | 21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
|
/system/core/init/ |
D | README.md | 186 _type_ set to "net". Note that only one namespace of a given _type_ may be entered. 282 > This applies the given rlimit to the service. rlimits are inherited by child 283 processes, so this effectively applies the given rlimit to the process tree 323 given console. 359 > Write the child's pid to the given files when it forks. Meant for 379 value to a given new value or when a named property changes value to 463 > Fork and execute command with the given arguments. The command starts 471 > Fork and execute command with the given arguments. This is handled similarly 476 > Start a given service and halt the processing of additional init commands 534 > Create a directory at _path_, optionally with the given mode, owner, and [all …]
|
/system/tools/mkbootimg/ |
D | pylintrc | 51 # Enable the message, report, category or checker with the given id(s). You can 56 # Disable the message, report, category or checker with the given id(s). You 343 # given file (report RP0402 must not be disabled) 346 # Create a graph of external dependencies in the given file (report RP0402 must 350 # Create a graph of internal dependencies in the given file (report RP0402 must
|
/system/extras/memory_replay/traces/ |
D | README | 22 thread_done - Terminate the thread with the given tid.
|
/system/libsysprop/srcs/android/sysprop/ |
D | ContactsProperties.sysprop | 60 # If present, overrides the size given in DEFAULT_THUMBNAIL
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_sensor.proto | 22 // H2C: Host asking nanoapp for information about a given sensor.
|
123