Home
last modified time | relevance | path

Searched defs:guest_api (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/
Dgen_known_trampolines.py30 def _get_type_str(guest_api, type_name, is_return_type): argument
94 def _get_function_type_str(guest_api, type, format_string): argument
122 def _get_default_trampoline(symbol, guest_api): argument
142 def _generate_trampolines(output_file, guest_api): argument
194 def _generate_variables(output_file, guest_api): argument
218 def _generate_redirect_stubs(output_file, library, guest_api): argument
Dapi_analysis.py388 def mark_incompatible_api(guest_api, host_api, verbose=False): argument
395 def _override_custom_type_properties(guest_api, custom_api): argument
400 def _set_call_method_for_symbols(guest_api): argument
409 def _override_custom_symbol_properties(guest_api, custom_api): argument
462 def mark_incompatible_and_custom_api(guest_api, host_api, custom_api, verbose=False): argument
/frameworks/libs/binary_translation/kernel_api/tools/
Dapi_analysis.py386 def mark_incompatible_api(guest_api, host_api, verbose=False): argument
393 def _override_custom_type_properties(guest_api, custom_api): argument
398 def _set_call_method_for_symbols(guest_api): argument
407 def _override_custom_symbol_properties(guest_api, custom_api): argument
459 def mark_incompatible_and_custom_api(guest_api, host_api, custom_api, verbose=False): argument
Dgen_kernel_syscalls_translation.py110 def _print_syscalls_translation(src_arch, dst_arch, all_syscalls, guest_api): argument