Home
last modified time | relevance | path

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

/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/keymaster/
DAndroid.mk36 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
92 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
129 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
172 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
/system/extras/perfprofd/tests/
DREADME.txt15 | main() | 1-liner; calls perfprofd_main()
22 | | calls into utils library when for
39 | | 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.c`'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/gatekeeper/
DAndroid.mk35 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
/system/sepolicy/
Dclatd.te20 # clatd calls mmap(MAP_LOCKED) with a 1M buffer. MAP_LOCKED first checks
Ddumpstate.te101 # Allow dumpstate to make binder calls to any binder service
128 # Dumpstate calls screencap, which grabs a screenshot. Needs gpu access
Dnetd.te63 # Allow netd to publish a binder service and make binder calls.
Dsystem_server.te118 # NetworkDiagnostics requires explicit bind() calls to ping sockets. These aren't actually the same
528 # For OTA dexopt, allow calls coming from postinstall.
Dinit.te12 # init direct restorecon calls.
Ddomain.te251 # Init can't do anything with binder calls. If this neverallow rule is being
/system/tpm/tpm_manager/server/
Dtpm_manager-seccomp-amd64.policy80 # These calls are attempted but apparently not necessary; return EPERM.
/system/core/liblog/
DREADME94 cation or library. [ASR]LOG[VDIWE] calls are used to log to BAsic,
96 Error priorities. [ASR]LOG[VDIWE]_IF calls are used to perform thus
97 based on a condition being true. IF_ALOG[VDIWE] calls are true if the
/system/connectivity/shill/shims/protos/
Dcrypto_util.proto20 // Return codes describing calls to the shim. We could optionally use the
/system/extras/tests/sdcard/
DREADME42 At the end of the test, some stats for the 'open' and 'write' system calls are written.
/system/core/metricsd/
DREADME.md59 `metricsd` is the daemon that listens for metrics logging calls (via Binder),
65 * The binder thread listens for one-way Binder calls, aggregates the metrics in
/system/bt/service/doc/
DIBluetoothGattClient.txt29 * calls to the functions defined below.
158 * calls to writeCharacteristic are sent to the remote device for verification
DIBluetoothGattServer.txt43 * create a new service range. This can be followed by calls to populate the
/system/tpm/trunks/generator/
Draw_commands.txt10372 // Note: This is copied here so that the calls to the encrypt/decrypt functions
11819 accumulate octets over multiple calls.
21157 previous TPM2_PolicyLocality() calls.
28089 returns TPM_RC_SUCCESS for all calls to TPM2_FieldUpgradeData() except the last. In this
28502 the same size and inverse order as the blocks returned by a sequence of calls to this command.
28548 the number of previous calls to this command in this
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
Draw_structures.txt10357 to pass the structure generically as a ‘b’. Most function calls use the 't' member so that the comp…
Draw_structures_fixed.txt10385 to pass the structure generically as a ‘b’. Most function calls use the 't' member so that the comp…