Home
last modified time | relevance | path

Searched defs:got (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_ndk_primitives_test.cpp41 std::shared_ptr<INamedCallback> got; in TEST_F() local
48 std::vector<std::shared_ptr<INamedCallback>> got; in TEST_F() local
63 std::optional<std::vector<std::shared_ptr<INamedCallback>>> got; in TEST_F() local
82 std::optional<std::vector<std::shared_ptr<INamedCallback>>> got; in TEST_F() local
Daidl_test_client_primitives.cpp194 sp<INamedCallback> got; in TEST_F() local
200 std::vector<sp<INamedCallback>> got; in TEST_F() local
215 std::optional<std::vector<sp<INamedCallback>>> got; in TEST_F() local
236 std::optional<std::vector<sp<INamedCallback>>> got; in TEST_F() local
Daidl_test_client_file_descriptors.cpp55 int got; in ReadFdToStringAndCompare() local
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java289 INamedCallback got = service.GetOtherTestService("Smythe"); in testBinderExchange() local
298 INamedCallback[] got = service.GetInterfaceArray(names); in testBinderArrayExchange() local
308 INamedCallback[] got = service.GetNullableInterfaceArray(names); in testNullableBinderArrayExchange() local
319 List<INamedCallback> got = service.GetInterfaceList(names); in testInterfaceListExchange() local
/system/tools/aidl/tests/rust/
Dtest_client.rs272 let got = service.GetOtherTestService(NAME).expect("error calling GetOtherTestService"); in test_binder_exchange() localVariable
281 let got = service.GetInterfaceArray(&names).expect("error calling GetInterfaceArray"); in test_binder_array_exchange() localVariable
290 let got = service in test_binder_nullable_array_exchange() localVariable
310 let got = service.GetInterfaceList(Some(&names)).expect("error calling GetInterfaceList"); in test_interface_list_exchange() localVariable
/system/security/keystore2/src/
Dkm_compat.rs494 let got = v1.emulation_required(&params, &KeyImportData::None); in test_keymintv1_emulation_required() localVariable
584 let got = v0.emulation_required(&params, &KeyImportData::None); in test_keymaster_emulation_required() localVariable