Home
last modified time | relevance | path

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

/aosp12/system/core/libstats/pull_lazy/
H A Dlibstatspull_lazy.cpp34 enum MethodIndex { enum
80 static void BindSymbol(void* handle, const char* name, enum MethodIndex index) { in BindSymbol()
/aosp12/system/core/libstats/socket_lazy/
H A Dlibstatssocket_lazy.cpp35 enum MethodIndex { enum
82 static void BindSymbol(void* handle, const char* name, enum MethodIndex index) { in BindSymbol()
/aosp12/libnativehelper/
H A Dlibnativehelper_lazy.c39 enum MethodIndex { enum
95 static void BindSymbol(void* handle, const char* name, enum MethodIndex index) { in BindSymbol()
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method_type.h55 static constexpr std::size_t MethodIndex() { in MethodIndex() function
/aosp12/art/runtime/
H A Dimt_conflict_table.h36 enum MethodIndex { enum
H A Dstack_map.h268 BIT_TABLE_COLUMN(0, MethodIndex)
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp950 EXPECT_EQ(0u, TestInterface::API::MethodIndex<TestInterface::Add>()); in TEST()