Home
last modified time | relevance | path

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

/external/libchrome/base/
Dscoped_native_library_unittest.cc40 GetFunctionPointerFromNativeLibrary(native_library, kFunctionName), in TEST()
44 GetFunctionPointerFromNativeLibrary(native_library, kFunctionName)); in TEST()
Dscoped_native_library.cc28 return base::GetFunctionPointerFromNativeLibrary(library_, function_name); in GetFunctionPointer()
Dnative_library_posix.cc56 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, in GetFunctionPointerFromNativeLibrary() function
Dnative_library.h98 BASE_EXPORT void* GetFunctionPointerFromNativeLibrary(NativeLibrary library,
Dnative_library_unittest.cc99 GetFunctionPointerFromNativeLibrary(library_, function_name))(args...); in Call()
/external/libchrome/base/profiler/
Dstack_sampling_profiler_unittest.cc249 GetFunctionPointerFromNativeLibrary(stack_config->library, in CallThroughOtherLibrary()