Home
last modified time | relevance | path

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

/system/core/libnativebridge/tests/
DDummyNativeBridge.cpp51 .isSupported = &native_bridge_isSupported,
DDummyNativeBridge2.cpp71 .isSupported = &native_bridge2_isSupported,
DDummyNativeBridge3.cpp112 .isSupported = &native_bridge3_isSupported,
/system/tools/hidl/
DConstantExpression.cpp58 static inline bool isSupported(ScalarType::Kind kind) { in isSupported() function
70 CHECK(isSupported(lft) && isSupported(rgt)); in usualArithmeticConversion()
169 CHECK(isSupported(kind)); in ValueOf()
/system/core/libnativebridge/include/nativebridge/
Dnative_bridge.h215 bool (*isSupported)(const char* libpath); member
/system/core/libnativebridge/
Dnative_bridge.cc522 return callbacks->isSupported(libpath); in NativeBridgeIsSupported()