Searched defs:model_context (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/hardware/libhardware/modules/soundtrigger/ |
H A D | sound_trigger_hw.c | 205 struct recognition_context *model_context = NULL; in fetch_model_with_handle() local 307 struct recognition_context *model_context = fetch_model_with_handle(stdev, model_handle_str); in send_event_with_handle() local 391 struct recognition_context *model_context = NULL; in get_model_context() local 621 struct recognition_context *model_context; in stdev_load_sound_model() local 672 struct recognition_context *model_context = stdev->root_model_context; in unload_all_sound_models() local 694 struct recognition_context *model_context = NULL; in stdev_unload_sound_model() local 735 struct recognition_context *model_context = get_model_context(stdev, handle); in stdev_start_recognition() local 767 struct recognition_context *model_context = get_model_context(stdev, handle); in stdev_stop_recognition() local 791 struct recognition_context *model_context = stdev->root_model_context; in stdev_stop_all_recognitions() local 815 struct recognition_context *model_context = get_model_context(stdev, handle); in stdev_get_model_state() local
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | annotator_jni.cc | 127 JNIEnv* env, const AnnotatorJniContext* model_context, jobject app_context, in ClassificationResultWithIntentsToJObject() 305 JNIEnv* env, const AnnotatorJniContext* model_context, jobject app_context, in ClassificationResultsWithIntentsToJObjectArray() 367 JNIEnv* env, const AnnotatorJniContext* model_context, in ClassificationResultsToJObjectArray() 660 const AnnotatorJniContext* model_context = in TC3_JNI_METHOD() local 697 const AnnotatorJniContext* model_context = in TC3_JNI_METHOD() local 752 const AnnotatorJniContext* model_context = in TC3_JNI_METHOD() local
|