Home
last modified time | relevance | path

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

1234

/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.fbs43 /// the given interval
94 /// modem for the latest cell scan results on the given interval
101 /// data buffered at given interval. Note: If there is more than one audio
133 /// a given sensor
/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/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/logging/logd/
DREADME.replay.md32 3. `latency BUFFER_TYPE` - this prints statistics of the latency of the Log() function for the given
35 4. `print_logs BUFFER_TYPE [buffers] [print_point]` - this prints the logs as processed by the given
46 given buffer type. This is used for profiling CPU usage of strictly the log buffer.
/system/sepolicy/prebuilts/api/31.0/public/
Dtombstoned.te5 # Write to arbitrary pipes given to us.
/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)
/system/sepolicy/public/
Dtombstoned.te5 # Write to arbitrary pipes given to us.
/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/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/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/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/extras/f2fs_utils/
Dmkf2fsuserimg.sh14 when sload compression args are not given, <num> must be 0,
/system/core/init/
DREADME.md190 _type_ set to "net". Note that only one namespace of a given _type_ may be entered.
289 > This applies the given rlimit to the service. rlimits are inherited by child
290 processes, so this effectively applies the given rlimit to the process tree
330 given console.
366 > Write the child's pid to the given files when it forks. Meant for
386 value to a given new value or when a named property changes value to
474 > Fork and execute command with the given arguments. The command starts
482 > Fork and execute command with the given arguments. This is handled similarly
487 > Start a given service and halt the processing of additional init commands
550 > Create a directory at _path_, optionally with the given mode, owner, and
[all …]
/system/libsysprop/srcs/android/sysprop/
DContactsProperties.sysprop60 # If present, overrides the size given in DEFAULT_THUMBNAIL
/system/extras/memory_replay/traces/
DREADME22 thread_done - Terminate the thread with the given tid.
/system/hardware/interfaces/suspend/1.0/default/
DSuspendProperties.sysprop45 # Duration in milliseconds below which a given suspend is considered a short suspend

1234