Home
last modified time | relevance | path

Searched defs:backend (Results 1 – 13 of 13) sorted by relevance

/system/tools/hidl/hidl2aidl/
DAidlTranslate.cpp41 std::string AidlHelper::translateHeaderFile(const FQName& fqName, AidlBackend backend) { in translateHeaderFile()
53 std::string AidlHelper::translateSourceFile(const FQName& fqName, AidlBackend backend) { in translateSourceFile()
67 static const std::string aidlTypePackage(const NamedType& type, AidlBackend backend) { in aidlTypePackage()
75 static void emitEnumStaticAssert(Formatter& out, const NamedType& namedType, AidlBackend backend) { in emitEnumStaticAssert()
97 AidlBackend backend) { in emitStaticAsserts()
108 AidlBackend backend) { in namedTypeTranslation()
153 AidlBackend backend) { in h2aScalarChecks()
201 static std::string wrapToString16(const std::string& payload, AidlBackend backend) { in wrapToString16()
210 const FQName& fqName, AidlBackend backend) { in wrapStaticCast()
228 AidlBackend backend) { in wrapCppSource()
[all …]
Dmain.cpp172 static void emitAidlSharedLibs(Formatter& out, FQName fqName, AidlBackend backend) { in emitAidlSharedLibs()
187 static void emitHidlSharedLibs(Formatter& out, std::vector<FQName>& targets, AidlBackend backend) { in emitHidlSharedLibs()
204 static std::string aidlTranslateLibraryName(FQName fqName, AidlBackend backend) { in aidlTranslateLibraryName()
DAidlType.cpp50 AidlBackend backend) { in getAidlType()
DAidlHelper.cpp54 std::string AidlHelper::getAidlName(const FQName& fqName, AidlBackend backend) { in getAidlName()
/system/tools/aidl/tests/
Daidl_test_client.h56 BackendType backend; variable
Daidl_test_client_ndk_strings_test.cpp43 BackendType backend; member
Daidl_test_client_ndk_versioned_interface.cpp55 BackendType backend; member
Daidl_test_client_ndk_nullables.cpp44 BackendType backend; member
Daidl_test_client_ndk_parcelables.cpp75 BackendType backend; in TEST_F() local
/system/sepolicy/tools/
Dcheckfc.c253 static void do_compare_and_die_on_error(struct selinux_opt opts[], unsigned int backend, char *path… in do_compare_and_die_on_error()
287 static void do_test_data_and_die_on_error(struct selinux_opt opts[], unsigned int backend, in do_test_data_and_die_on_error()
356 static void do_fc_check_and_die_on_error(struct selinux_opt opts[], unsigned int backend, filemode … in do_fc_check_and_die_on_error()
433 unsigned int backend = SELABEL_CTX_FILE; in main() local
/system/security/keystore2/selinux/src/
Dlib.rs678 let backend = crate::KeystoreKeyBackend::new()?; in test_label_lookup() localVariable
726 let backend = KeystoreKeyBackend::new()?; localVariable
/system/security/keystore2/src/fuzzers/
Dkeystore2_unsafe_fuzzer.rs214 let backend = KeystoreKeyBackend::new(); localVariable
/system/tools/aidl/tests/rust/
Dtest_client.rs425 let backend = service.getBackendType().expect("error getting backend type"); in test_parcel_file_descriptor_array() localVariable
612 let backend = service.getBackendType().expect("error getting backend type"); in test_utf8_string() localVariable
966 let backend = main_service.getBackendType().expect("error getting backend type"); in test_versioned_unknown_union_field_triggers_error() localVariable