Searched refs:com (Results 1 – 25 of 42) sorted by relevance
12
/trusty/user/app/keymint/ |
D | OWNERS | 1 armellel@google.com 2 arve@android.com 3 drysdale@google.com 4 hasinitg@google.com 5 marcone@google.com 6 mmaurer@google.com 7 ncbray@google.com 8 oarbildo@google.com 9 thurston@google.com 10 trong@google.com
|
D | build-config-usertests | 18 porttest("com.android.trusty.rust.keymint.test").needs(storage_boot=True),
|
/trusty/user/app/keymaster/ |
D | OWNERS | 1 armellel@google.com 2 arve@android.com 3 drysdale@google.com 4 gmar@google.com 5 marcone@google.com 6 mmaurer@google.com 7 ncbray@google.com 8 swillden@google.com 9 trong@google.com 10 wenhaowang@google.com
|
D | build-config-usertests | 18 porttest("com.android.keymaster-unittest").needs(storage_boot=True),
|
/trusty/user/app/secretkeeper/ |
D | OWNERS | 1 alanstokes@google.com 2 armellel@google.com 3 arve@android.com 4 drysdale@google.com 5 hasinitg@google.com 6 shikhapanwar@google.com
|
/trusty/kernel/ |
D | build-config-kerneltests | 20 porttest("com.android.kernel.btitest"), 21 porttest("com.android.kernel.cachetest"), 22 porttest("com.android.kernel.console-unittest"), 23 porttest("com.android.kernel.dpc-unittest"), 24 porttest("com.android.kernel.iovectest"), 25 porttest("com.android.kernel.ktipc.test"), 26 porttest("com.android.kernel.libctest"), 27 porttest("com.android.kernel.libcxxtest"), 28 porttest("com.android.kernel.memorylatency.bench").type(BENCHMARK), 29 porttest("com.android.kernel.memorytest"), [all …]
|
D | AUTHORS | 11 Travis Geiselbrecht <geist@foobox.com>
|
/trusty/user/app/sample/ |
D | build-config-usertests | 19 porttest("com.android.appmgmt-unittest.appmngr"), 20 porttest("com.android.manifesttest"), 21 porttest("com.android.memref.test"), 22 porttest("com.android.trusty.rust.memref.test"), 23 porttest("com.android.timer-unittest"), 24 porttest("com.android.trusty.binder.test"), 25 porttest("com.android.trusty.hwcrypto.test"), 26 porttest("com.android.trusty.hwaes.bench").type(BENCHMARK), 27 porttest("com.android.trusty.hwrng.bench").type(BENCHMARK), 28 porttest("com.android.trusty.hwrng.test"), [all …]
|
D | build-config-boottests | 18 porttest("com.android.trusty.rust.hwcryptohalserver.test"), 19 porttest("com.android.trusty.rust.hwcryptokey_test.test"),
|
/trusty/user/base/ |
D | build-config-usertests | 27 porttest("com.android.ipc-unittest.ctrl"), 28 porttest("com.android.libctest"), 29 porttest("com.android.libcxxtest"), 30 porttest("com.android.trusty.apploader.test"), 31 porttest("com.android.trusty.cfitest"), 32 porttest("com.android.trusty.confirmationui.test"), 33 porttest("com.android.trusty.crashtest"), 34 porttest("com.android.trusty.dlmalloctest"), 35 porttest("com.android.trusty.hwaes.test"), 36 porttest("com.android.trusty.hwbcc.test"), [all …]
|
D | build-config-usertests-release | 19 porttest("com.android.libctest"),
|
/trusty/user/app/storage/ |
D | build-config-usertests | 17 porttest("com.android.trusty.rust.storage_unittest_aidl.test", timeout=(60 * 30)), 24 name="com.android.storage-unittest.tp-init-check-clean", 26 porttest("com.android.storage-unittest.tp.init"), 28 porttest("com.android.storage-unittest.tp.check"), 29 porttest("com.android.storage-unittest.tp.clean"), 33 porttest("com.android.storage-unittest.tp", timeout=(60 * 30)), 35 name="com.android.storage-unittest.tdea-init-check-clean", 37 porttest("com.android.storage-unittest.tdea.init"), 39 porttest("com.android.storage-unittest.tdea.check"), 40 porttest("com.android.storage-unittest.tdea.clean"), [all …]
|
/trusty/user/base/interface/device_tree/com/android/trusty/device_tree/ |
D | INode.aidl | 17 package com.android.trusty.device_tree; 19 import com.android.trusty.device_tree.INodeIterator; 20 import com.android.trusty.device_tree.IPropIterator; 21 import com.android.trusty.device_tree.Property;
|
D | IDeviceTree.aidl | 17 package com.android.trusty.device_tree; 19 import com.android.trusty.device_tree.INodeIterator; 20 import com.android.trusty.device_tree.INode;
|
D | INodeIterator.aidl | 17 package com.android.trusty.device_tree; 19 import com.android.trusty.device_tree.INode;
|
D | IPropIterator.aidl | 17 package com.android.trusty.device_tree; 19 import com.android.trusty.device_tree.Property;
|
D | Property.aidl | 17 package com.android.trusty.device_tree;
|
/trusty/user/app/avb/ |
D | README.md | 3 The AVB ([Android Verified Boot](https://android.googlesource.com/platform/external/avb)) 5 [libavb](https://android.googlesource.com/platform/external/avb/+/master#Device-Integration). 7 ([Android Things eXtension](https://android.googlesource.com/platform/external/avb/+/master/libavb_… 30 [attributes](https://android.googlesource.com/platform/external/avb/+/master/libavb_atx/avb_atx_typ… 47 [here](https://android.googlesource.com/trusty/external/trusty/+/master/ql-tipc/).
|
/trusty/user/base/app/device_tree/ |
D | main.cpp | 31 using com::android::trusty::device_tree::DeviceTree; 32 using com::android::trusty::device_tree::IDeviceTree;
|
/trusty/vendor/google/aosp/ide/vscode/ |
D | launch.json | 6 * https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
|
/trusty/user/app/sample/binder-test/service/ |
D | main.cpp | 37 using com::android::trusty::binder::test::BnTestService; 38 using com::android::trusty::binder::test::ByteEnum; 39 using com::android::trusty::binder::test::IntEnum; 40 using com::android::trusty::binder::test::ITestService; 41 using com::android::trusty::binder::test::LongEnum;
|
/trusty/user/app/cast-auth/app/test-app/ |
D | README.md | 2 "/vendor/bin/trusty-ut-ctrl -D /dev/trusty-ipc-dev0 com.android.trusty.cast_auth.test" \
|
/trusty/user/base/interface/device_tree/ |
D | rules.mk | 20 MODULE_AIDL_PACKAGE := com/android/trusty/device_tree
|
/trusty/kernel/lib/shared/device_tree/client/ |
D | device_tree.cpp | 34 using com::android::trusty::device_tree::IDeviceTree; 35 using com::android::trusty::device_tree::INode; 36 using com::android::trusty::device_tree::INodeIterator; 37 using com::android::trusty::device_tree::IPropIterator; 38 using com::android::trusty::device_tree::Property;
|
/trusty/user/app/sample/binder-test/client/ |
D | main.cpp | 31 using com::android::trusty::binder::test::ByteEnum; 32 using com::android::trusty::binder::test::IntEnum; 33 using com::android::trusty::binder::test::ITestService; 34 using com::android::trusty::binder::test::LongEnum;
|
12