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

  /external/libtextclassifier/actions/
actions_jni.cc 64 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache,
66 if (jni_cache == nullptr || model == nullptr) {
71 model->model()->resources(), jni_cache);
73 libtextclassifier3::RemoteActionTemplatesHandler::Create(jni_cache);
79 return new ActionsSuggestionsJniContext(jni_cache, std::move(model),
84 std::shared_ptr<libtextclassifier3::JniCache> jni_cache() const { function in class:libtextclassifier3::__anon29366::ActionsSuggestionsJniContext
98 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache,
102 : jni_cache_(jni_cache),
177 ScopedLocalRef<jstring> reply = context->jni_cache()->ConvertToJavaString(
313 std::shared_ptr<libtextclassifier3::JniCache> jni_cache local
336 std::shared_ptr<libtextclassifier3::JniCache> jni_cache = local
    [all...]
  /external/libtextclassifier/annotator/
annotator_jni.cc 69 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache,
71 if (jni_cache == nullptr || model == nullptr) {
76 model->model()->resources(), jni_cache);
78 libtextclassifier3::RemoteActionTemplatesHandler::Create(jni_cache);
82 return new AnnotatorJniContext(jni_cache, std::move(model),
87 std::shared_ptr<libtextclassifier3::JniCache> jni_cache() const { function in class:libtextclassifier3::__anon29387::AnnotatorJniContext
101 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache,
105 : jni_cache_(jni_cache),
407 std::shared_ptr<libtextclassifier3::JniCache> jni_cache(
411 jni_cache,
    [all...]

Completed in 72 milliseconds