Home
last modified time | relevance | path

Searched refs:FormatBufferGuestParamsArgs (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc138 class FormatBufferGuestParamsArgs { class
143 explicit FormatBufferGuestParamsArgs(GuestVAListParams&& params) : params_(params) {} in FormatBufferGuestParamsArgs() function in berberis::__anon619791690111::FormatBufferGuestParamsArgs
165 FormatBufferGuestParamsArgs args{GuestParamsValues<void(const char*, ...)>(state)}; in TraceCallback()