Home
last modified time | relevance | path

Searched defs:PFN_callee (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/binary_translation/jni/
Djni_trampolines.cc178 using PFN_callee = decltype(std::declval<JNIEnv>().functions->RegisterNatives); in DoTrampoline_JNIEnv_RegisterNatives() typedef
189 using PFN_callee = decltype(std::declval<JNIEnv>().functions->GetJavaVM); in DoTrampoline_JNIEnv_GetJavaVM() typedef
202 using PFN_callee = decltype(std::declval<JNIEnv>().functions->CallStaticVoidMethodV); in DoTrampoline_JNIEnv_CallStaticVoidMethodV() typedef
222 using PFN_callee = decltype(std::declval<JavaVM>().functions->DestroyJavaVM); in DoJavaVMTrampoline_DestroyJavaVM() typedef
232 using PFN_callee = decltype(std::declval<JavaVM>().functions->AttachCurrentThread); in DoJavaVMTrampoline_AttachCurrentThread() typedef
246 using PFN_callee = decltype(std::declval<JavaVM>().functions->DetachCurrentThread); in DoJavaVMTrampoline_DetachCurrentThread() typedef
256 using PFN_callee = decltype(std::declval<JavaVM>().functions->GetEnv); in DoJavaVMTrampoline_GetEnv() typedef
274 using PFN_callee = decltype(std::declval<JavaVM>().functions->AttachCurrentThreadAsDaemon); in DoJavaVMTrampoline_AttachCurrentThreadAsDaemon() typedef
/frameworks/libs/native_bridge_support/android_api/libOpenMAXAL/proxy/
Dmaxal_translation.cc134 using PFN_callee = decltype(std::declval<XAPlayItf_>().RegisterCallback); in DoCustomTrampoline_XAPlay_RegisterCallback() typedef
163 using PFN_callee = decltype(std::declval<XAAndroidBufferQueueItf_>().RegisterCallback); in DoCustomTrampoline_XABufferQueue_RegisterCallback() typedef
200 using PFN_callee = decltype(std::declval<XAStreamInformationItf_>().RegisterStreamChangeCallback); in DoCustomTrampoline_XAStreamInformation_RegisterStreamChangeCallback() typedef
247 using PFN_callee = decltype(std::declval<XAObjectItf_>().GetInterface); in DoCustomTrampoline_XAObject_GetInterface() typedef
348 using PFN_callee = decltype(std::declval<XAObjectItf_>().RegisterCallback); in DoCustomTrampoline_XAObject_RegisterCallback() typedef
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/
Degl_trampolines.cc43 using PFN_callee = void (*)(Callback, void* Param); in DoCustomTrampolineWithThunk_glDebugMessageCallback() typedef
61 using PFN_callee = void (*)(Callback, void* Param); in RunGuest_glDebugMessageCallback() typedef
87 using PFN_callee = void (*)(uint32_t pname, void** params); in DoCustomTrampolineWithThunk_glGetPointerv() typedef
154 using PFN_callee = decltype(&eglGetProcAddress); in DoCustomTrampolineWithThunk_eglGetProcAddress() typedef
/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/
Dsles_trampolines.cc162 using PFN_callee = decltype(std::declval<SLAndroidSimpleBufferQueueItf_>().RegisterCallback); in DoCustomTrampoline_SLAndroidSimpleBufferQueueItf_RegisterCallback() typedef
242 using PFN_callee = decltype(std::declval<SLBufferQueueItf_>().RegisterCallback); in DoCustomTrampoline_SLBufferQueueItf_RegisterCallback() typedef
440 using PFN_callee = decltype(std::declval<SLObjectItf_>().GetInterface); in DoCustomTrampoline_SLObjectItf_GetInterface() typedef
452 using PFN_callee = decltype(std::declval<SLObjectItf_>().RegisterCallback); in DoCustomTrampoline_SLObjectItf_RegisterCallback() typedef
492 using PFN_callee = decltype(std::declval<SLPlayItf_>().RegisterCallback); in DoCustomTrampoline_SLPlayItf_RegisterCallback() typedef
526 using PFN_callee = decltype(std::declval<SLPrefetchStatusItf_>().RegisterCallback); in DoCustomTrampoline_SLPrefetchStatusItf_RegisterCallback() typedef
557 using PFN_callee = decltype(std::declval<SLRecordItf_>().RegisterCallback); in DoCustomTrampoline_SLRecordItf_RegisterCallback() typedef
/frameworks/libs/native_bridge_support/android_api/libandroid_runtime/proxy/
Dandroid_runtime_trampolines.cc34 using PFN_callee = decltype(&android::AndroidRuntime::registerNativeMethods); in DoCustomTrampoline__ZN7android14AndroidRuntime21registerNativeMethodsEP7_JNIEnvPKcPK15JNINativeMethodi() typedef