/system/update_engine/update_manager/ |
D | update_manager_unittest.cc | 250 vector<pair<EvalStatus, UpdateCheckParams>> calls; in TEST_F() local 252 AccumulateCallsCallback<UpdateCheckParams>, &calls); in TEST_F() 256 EXPECT_EQ(0U, calls.size()); in TEST_F() 258 EXPECT_EQ(1U, calls.size()); in TEST_F() 267 vector<pair<EvalStatus, UpdateCheckParams>> calls; in TEST_F() local 269 Bind(AccumulateCallsCallback<UpdateCheckParams>, &calls); in TEST_F() 276 ASSERT_EQ(1U, calls.size()); in TEST_F() 277 EXPECT_EQ(EvalStatus::kSucceeded, calls[0].first); in TEST_F() 283 EXPECT_EQ(1U, calls.size()); in TEST_F() 295 vector<pair<EvalStatus, UpdateCheckParams>> calls; in TEST_F() local [all …]
|
/system/extras/perfprofd/tests/ |
D | README.txt | 21 | main() | 1-liner; calls perfprofd_main() 28 | | calls into utils library when for 45 | | makes calls into perfprofd_main(),
|
/system/bt/doc/ |
D | power_management.md | 6 `bta/sys` events via a callback. The actual state switching calls are handled 27 The PM code makes calls into the BTM module to set various power 78 `bta_dm_pm.cc`'s `bta_dm_init_pm` function calls out to register 117 - `bta_dm_pm_ssr` calls `BTM_SetSsrParams` to actually send along the SSR 119 4. `bta_dm_pm_cback` calls `bta_dm_pm_set_mode` with the peer address and the 135 which calls `BTM_ReadPowerMode` and `BTM_SetPowerMode` to make an HCI 139 called, which makes various calls to `BTM_ReadLocalFeatures`, 143 is made, which calls `BTM_SetPowerMode` to set the link into ACTIVE 171 structure, and then calls back into `bta_dm_pm_set_mode` with the peer 174 `prev_low` field is set, calls `bta_dm_pm_ssr` to re-send SSR params, [all …]
|
/system/tpm/attestation/server/ |
D | attestationd-seccomp-x86.policy | 15 # TODO(namnguyen): filter socket system calls.
|
D | attestationd-seccomp-amd64.policy | 78 # These calls are attempted but apparently not necessary; return EPERM
|
/system/nvram/ |
D | README.md | 18 translates them to NVRAM HAL calls. Results are printed on stdout. 38 header and translates calls into the request/response message format defined in 46 Defines an IPC message format that can be used to serialize NVRAM HAL calls and
|
/system/gatekeeper/ |
D | Android.mk | 35 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
|
/system/keymaster/ |
D | Android.bp | 36 clang_cflags: ["-fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp"], 99 "-fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp" 137 "-fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp"
|
D | Android.mk | 41 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
|
/system/sepolicy/public/ |
D | hwservicemanager.te | 8 # Additionally, it initiates binder IPC calls to
|
D | clatd.te | 22 # clatd calls mmap(MAP_LOCKED) with a 1M buffer. MAP_LOCKED first checks
|
D | dumpstate.te | 94 # Allow dumpstate to make binder calls to any binder service 132 # Dumpstate calls screencap, which grabs a screenshot. Needs gpu access
|
D | netd.te | 66 # Allow netd to publish a binder service and make binder calls.
|
D | installd.te | 132 # Allow installd to publish a binder service and make binder calls.
|
D | init.te | 11 # init direct restorecon calls.
|
D | domain.te | 322 # Init can't do anything with binder calls. If this neverallow rule is being
|
/system/sepolicy/private/ |
D | dumpstate.te | 22 # Allow dumpstate to make binder calls to storaged service
|
D | incidentd.te | 54 # Allow incidentd to make binder calls to any binder service
|
D | system_server.te | 145 # NetworkDiagnostics requires explicit bind() calls to ping sockets. These aren't actually the same 630 # For OTA dexopt, allow calls coming from postinstall.
|
/system/tpm/tpm_manager/server/ |
D | tpm_managerd-seccomp-amd64.policy | 80 # These calls are attempted but apparently not necessary; return EPERM.
|
/system/libhidl/transport/base/1.0/ |
D | IBase.hal | 71 * have changed. The default implementation calls 74 * which in turn calls a set of registered callbacks (eg to update trace
|
/system/core/liblog/ |
D | README | 126 cation or library. [ASR]LOG[VDIWE] calls are used to log to BAsic, 128 Error priorities. [ASR]LOG[VDIWE]_IF calls are used to perform thus 129 based on a condition being true. IF_ALOG[VDIWE] calls are true if the
|
/system/extras/tests/sdcard/ |
D | README | 42 At the end of the test, some stats for the 'open' and 'write' system calls are written.
|
/system/bt/service/doc/ |
D | IBluetoothGattClient.txt | 29 * calls to the functions defined below. 158 * calls to writeCharacteristic are sent to the remote device for verification
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 10383 // Note: This is copied here so that the calls to the encrypt/decrypt functions 11830 accumulate octets over multiple calls. 21168 previous TPM2_PolicyLocality() calls. 28100 returns TPM_RC_SUCCESS for all calls to TPM2_FieldUpgradeData() except the last. In this 28513 the same size and inverse order as the blocks returned by a sequence of calls to this command. 28559 the number of previous calls to this command in this
|