Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 27) sorted by relevance

12

/system/update_engine/update_manager/
Dupdate_manager_unittest.cc250 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/
DREADME.txt21 | main() | 1-liner; calls perfprofd_main()
28 | | calls into utils library when for
45 | | makes calls into perfprofd_main(),
/system/bt/doc/
Dpower_management.md6 `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/
Dattestationd-seccomp-x86.policy15 # TODO(namnguyen): filter socket system calls.
Dattestationd-seccomp-amd64.policy78 # These calls are attempted but apparently not necessary; return EPERM
/system/nvram/
DREADME.md18 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/
DAndroid.mk35 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
/system/keymaster/
DAndroid.bp36 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"
DAndroid.mk41 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
/system/sepolicy/public/
Dhwservicemanager.te8 # Additionally, it initiates binder IPC calls to
Dclatd.te22 # clatd calls mmap(MAP_LOCKED) with a 1M buffer. MAP_LOCKED first checks
Ddumpstate.te94 # Allow dumpstate to make binder calls to any binder service
132 # Dumpstate calls screencap, which grabs a screenshot. Needs gpu access
Dnetd.te66 # Allow netd to publish a binder service and make binder calls.
Dinstalld.te132 # Allow installd to publish a binder service and make binder calls.
Dinit.te11 # init direct restorecon calls.
Ddomain.te322 # Init can't do anything with binder calls. If this neverallow rule is being
/system/sepolicy/private/
Ddumpstate.te22 # Allow dumpstate to make binder calls to storaged service
Dincidentd.te54 # Allow incidentd to make binder calls to any binder service
Dsystem_server.te145 # 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/
Dtpm_managerd-seccomp-amd64.policy80 # These calls are attempted but apparently not necessary; return EPERM.
/system/libhidl/transport/base/1.0/
DIBase.hal71 * have changed. The default implementation calls
74 * which in turn calls a set of registered callbacks (eg to update trace
/system/core/liblog/
DREADME126 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/
DREADME42 At the end of the test, some stats for the 'open' and 'write' system calls are written.
/system/bt/service/doc/
DIBluetoothGattClient.txt29 * calls to the functions defined below.
158 * calls to writeCharacteristic are sent to the remote device for verification
/system/tpm/trunks/generator/
Draw_commands_fixed.txt10383 // 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

12