Home
last modified time | relevance | path

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

/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