Home
last modified time | relevance | path

Searched refs:given (Results 1 – 25 of 71) sorted by relevance

123

/system/core/fs_mgr/libfiemap/
Dutility.cpp82 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/
Dchre_power_test.fbs41 /// 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/
DIBluetoothGattServerCallback.txt45 * 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|.
DIBluetoothGattServer.txt65 * given address for the characteristic with the given handle. |confirm|
/system/sepolicy/prebuilts/api/26.0/public/
Dtombstoned.te5 # Write to arbitrary pipes given to us.
Dcrash_dump.te24 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
Dhal_neverallows.te23 # HALs are defined as an attribute and so a given domain could hypothetically
/system/sepolicy/prebuilts/api/29.0/public/
Dtombstoned.te5 # Write to arbitrary pipes given to us.
Dcrash_dump.te21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
/system/sepolicy/prebuilts/api/30.0/public/
Dtombstoned.te5 # Write to arbitrary pipes given to us.
Dcrash_dump.te21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
Dhal_neverallows.te31 # HALs are defined as an attribute and so a given domain could hypothetically
/system/sepolicy/public/
Dtombstoned.te5 # Write to arbitrary pipes given to us.
Dcrash_dump.te21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
/system/sepolicy/prebuilts/api/27.0/public/
Dtombstoned.te5 # Write to arbitrary pipes given to us.
Dcrash_dump.te27 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
Dhal_neverallows.te22 # HALs are defined as an attribute and so a given domain could hypothetically
/system/bt/doc/
Dpower_management.md37 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/
Dtombstoned.te5 # Write to arbitrary pipes given to us.
Dcrash_dump.te21 # Append to pipes given to us by processes requesting dumps (e.g. dumpstate)
/system/core/init/
DREADME.md186 _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/
Dpylintrc51 # 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/
DREADME22 thread_done - Terminate the thread with the given tid.
/system/libsysprop/srcs/android/sysprop/
DContactsProperties.sysprop60 # If present, overrides the size given in DEFAULT_THUMBNAIL
/system/chre/apps/test/common/proto/
Dchre_cross_validation_sensor.proto22 // H2C: Host asking nanoapp for information about a given sensor.

123