HomeSort by relevance Sort by last modified time
    Searched defs:JniCache (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/utils/java/
jni-cache.cc 23 JniCache::JniCache(JavaVM* jvm)
113 std::unique_ptr<JniCache> JniCache::Create(JNIEnv* env) {
121 std::unique_ptr<JniCache> result(new JniCache(jvm));
252 JNIEnv* JniCache::GetEnv() const {
262 bool JniCache::ExceptionCheckAndClear() const {
273 ScopedLocalRef<jstring> JniCache::ConvertToJavaString(
294 ScopedLocalRef<jstring> JniCache::ConvertToJavaString
    [all...]
jni-cache.h 31 struct JniCache {
32 static std::unique_ptr<JniCache> Create(JNIEnv* env);
145 explicit JniCache(JavaVM* jvm);

Completed in 565 milliseconds