/system/security/keystore2/src/ |
D | apc.rs | 146 hal: Arc<ApcHal>, field 269 let hal = ApcHal::try_get_service(); in present_prompt() localVariable 270 let hal = match hal { in present_prompt() localVariable 303 let hal = match &mut state.session { in cancel_prompt() localVariable
|
/system/security/identity/ |
D | CredentialStoreFactory.cpp | 40 sp<IIdentityCredentialStore> hal = in createCredentialStore() local
|
D | CredentialStore.cpp | 46 CredentialStore::CredentialStore(const std::string& dataPath, sp<IIdentityCredentialStore> hal) in CredentialStore()
|
/system/tools/hidl/test/lazy_test/ |
D | hidl_lazy_test.cpp | 138 sp<IBase> hal = getHal(instance); in TEST_F() local 164 sp<IBase> hal = getHal(instance); in testWithTimes() local 202 sp<IBase> hal = getHal(fqInstance); in TEST_F() local
|
/system/libvintf/include/vintf/ |
D | HalGroup.h | 66 for (const auto& hal : getHals()) { in forEachInstance() local 90 for (const auto* hal : getHals(package)) { in forEachInstanceOfPackage() local
|
/system/security/keystore2/src/fuzzers/ |
D | keystore2_unsafe_fuzzer.rs | 192 let hal = ApcHal::try_get_service(); localVariable 194 let hal = Arc::new(hal.unwrap()); localVariable
|
/system/libvintf/ |
D | HalManifest.cpp | 44 bool HalManifest::shouldAdd(const ManifestHal& hal, std::string* error) const { in shouldAdd() argument 63 bool HalManifest::addingConflictingMajorVersion(const ManifestHal& hal, std::string* error) const { in addingConflictingMajorVersion() argument 239 for (const auto &hal : mHals) { in getHalNames() local 283 for (const ManifestHal* hal : getHals(package)) { in forEachInstanceOfVersion() local 298 for (const ManifestHal* hal : getHals(package)) { in forEachNativeInstance() local 714 ManifestHal hal; in insertInstance() local
|
D | parse_string.cpp | 384 std::ostream &operator<<(std::ostream &os, const ManifestHal &hal) { in operator <<() 450 for (const auto &hal : vm.getHals()) { in dump() local
|
D | CompatibilityMatrix.cpp | 440 for (const MatrixHal* hal : getHals(package)) { in forEachInstanceOfVersion() local
|
D | VintfObject.cpp | 543 out->removeHalsIf([deviceManifestLevel](const ManifestHal& hal) { in filterHalsByDeviceManifestLevel() 1031 for (const MatrixHal& hal : namedMatrix.getHals()) { in checkDeprecation() local
|
D | check_vintf.cpp | 407 for (const auto& hal : unused) { in logHalsFromNewFcms() local
|
D | AssembleVintf.cpp | 387 for (const auto& hal : halManifest.getHals()) { in verifyAidlMetadataPerManifestEntry() local
|
/system/core/fs_mgr/libsnapshot/ |
D | device_info.cpp | 67 auto hal = BootControlClient::WaitForService(); in EnsureBootHal() local
|
D | snapshotctl.cpp | 307 auto hal = hal::BootControlClient::WaitForService(); in ApplyUpdate() local 745 auto hal = hal::BootControlClient::WaitForService(); in CreateTestUpdate() local
|
/system/nfc/src/rust/hal/ffi/ |
D | hidl.cc | 23 namespace hal { namespace
|
/system/chre/host/hal_generic/common/ |
D | multi_client_context_hub_base.h | 100 MultiClientContextHubBase *hal; member
|
/system/libhidl/transport/base/1.0/vts/functional/ |
D | vts_ibase_test.cpp | 89 sp<IBase> hal = android::hardware::details::getRawServiceInternal( in GetHal() local 296 for (const auto& hal : hals) { in TEST_F() local
|
/system/core/fastboot/device/ |
D | commands.cpp | 73 auto hal = device->boot1_1(); in IsSnapshotUpdateInProgress() local 696 auto hal = device->boot1_1(); in SnapshotUpdateHandler() local
|
D | variables.cpp | 465 auto hal = device->boot1_1(); in GetSnapshotUpdateStatus() local
|
/system/keymint/hal/src/ |
D | lib.rs | 42 pub mod hal; module
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 949 auto hal = getAnyHal(cm, "android.foo.bar"); in TEST_F() local 980 for (const auto &hal : getHals(vm)) { in TEST_F() local 4130 ManifestHal hal; in TEST_F() local 4139 ManifestHal hal; in TEST_F() local
|