Home
last modified time | relevance | path

Searched refs:Control (Results 1 – 25 of 36) sorted by relevance

12

/system/incremental_delivery/incfs/include/
Dincfs.h171 using Control = UniqueControl; variable
201 ErrorCode setOptions(const Control& control, MountOptions newOptions);
206 std::string root(const Control& control);
208 ErrorCode makeFile(const Control& control, std::string_view path, int mode, FileId fileId,
210 ErrorCode makeDir(const Control& control, std::string_view path, int mode = 0555);
211 ErrorCode makeDirs(const Control& control, std::string_view path, int mode = 0555);
213 RawMetadata getMetadata(const Control& control, FileId fileId);
214 RawMetadata getMetadata(const Control& control, std::string_view path);
215 FileId getFileId(const Control& control, std::string_view path);
217 RawSignature getSignature(const Control& control, FileId fileId);
[all …]
Dincfs_inline.h140 inline ErrorCode setOptions(const Control& control, MountOptions newOptions) { in setOptions()
152 inline std::string root(const Control& control) { in root()
164 inline ErrorCode makeFile(const Control& control, std::string_view path, int mode, FileId fileId, in makeFile()
168 inline ErrorCode makeDir(const Control& control, std::string_view path, int mode) { in makeDir()
171 inline ErrorCode makeDirs(const Control& control, std::string_view path, int mode) { in makeDirs()
175 inline RawMetadata getMetadata(const Control& control, FileId fileId) { in getMetadata()
185 inline RawMetadata getMetadata(const Control& control, std::string_view path) { in getMetadata()
195 inline RawSignature getSignature(const Control& control, FileId fileId) { in getSignature()
205 inline RawSignature getSignature(const Control& control, std::string_view path) { in getSignature()
215 inline FileId getFileId(const Control& control, std::string_view path) { in getFileId()
[all …]
/system/bt/gd/l2cap/
Dl2cap_packets.pdl236 packet Control {
249 packet CommandReject : Control (code = COMMAND_REJECT) {
266 packet ConnectionRequest : Control (code = CONNECTION_REQUEST) {
287 packet ConnectionResponse : Control (code = CONNECTION_RESPONSE) {
351 tx_window_size : 8, // 1-32 for Flow Control and Retransmission, 1-63 for Enhanced
381 packet ConfigurationRequest : Control (code = CONFIGURATION_REQUEST) {
397 packet ConfigurationResponse : Control (code = CONFIGURATION_RESPONSE) {
405 packet DisconnectionRequest : Control (code = DISCONNECTION_REQUEST) {
410 packet DisconnectionResponse : Control (code = DISCONNECTION_RESPONSE) {
415 packet EchoRequest : Control (code = ECHO_REQUEST) {
[all …]
/system/sepolicy/prebuilts/api/26.0/public/
Dupdate_verifier.te18 # Use Boot Control HAL
Dupdate_engine.te40 # Use Boot Control HAL
/system/sepolicy/prebuilts/api/27.0/public/
Dupdate_verifier.te18 # Use Boot Control HAL
Dupdate_engine.te40 # Use Boot Control HAL
/system/nvram/hal/
Dfake-nvram-seccomp-x86.policy17 # Control socket operation.
Dfake-nvram-seccomp-arm64.policy17 # Control socket operation.
Dfake-nvram-seccomp-x86_64.policy17 # Control socket operation.
Dfake-nvram-seccomp-arm.policy17 # Control socket operation.
/system/sepolicy/prebuilts/api/28.0/public/
Dupdate_verifier.te30 # Use Boot Control HAL
Dupdate_engine.te51 # Use Boot Control HAL
/system/sepolicy/public/
Dupdate_verifier.te27 # Use Boot Control HAL
Dupdate_engine.te57 # Use Boot Control HAL
/system/sepolicy/prebuilts/api/29.0/public/
Dupdate_verifier.te30 # Use Boot Control HAL
Dupdate_engine.te49 # Use Boot Control HAL
/system/sepolicy/prebuilts/api/30.0/public/
Dupdate_verifier.te33 # Use Boot Control HAL
Dupdate_engine.te57 # Use Boot Control HAL
/system/sepolicy/prebuilts/api/28.0/private/
Dshell.te31 # Control Perfetto traced and obtain traces from it.
/system/sepolicy/prebuilts/api/29.0/private/
Dshell.te31 # Control Perfetto traced and obtain traces from it.
/system/sepolicy/prebuilts/api/30.0/private/
Dshell.te31 # Control Perfetto traced and obtain traces from it.
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp196 Control control_;
220 TEST_F(IncFsTest, Control) { in TEST_F() argument
311 Control control = open(mount_dir_path_); in TEST_F()
319 Control control = open(tmp_dir_to_bind.path); in TEST_F()
/system/sepolicy/prebuilts/api/27.0/private/
Dzygote.te57 # Control cgroups.
/system/sepolicy/prebuilts/api/26.0/private/
Dzygote.te57 # Control cgroups.

12