Searched refs:models (Results 1 – 13 of 13) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/ |
D | sound_trigger_hw_iaxxx.c | 142 struct model_info models[MAX_MODELS]; member 351 if (st_dev->models[i].is_loaded == false) in find_empty_model_slot() 367 if (kw_id == st_dev->models[i].kw_id) in find_handle_for_kw_id() 380 if (check_uuid_equality(uuid, stdev->models[i].uuid)) in find_handle_for_uuid() 393 if (stdev->models[i].is_active == true) { in is_any_model_active() 407 if (stdev->models[i].is_loaded == true) { in is_any_model_loaded() 430 __func__, config->capture_handle, &stdev->models[handle]); in reg_hal_event_session() 431 event_info.st_ses.p_ses = (void *)&stdev->models[handle]; in reg_hal_event_session() 451 __func__, config->capture_handle, &stdev->models[handle]); in dereg_hal_event_session() 452 event_info.st_ses.p_ses = (void *)&stdev->models[handle]; in dereg_hal_event_session() [all …]
|
/hardware/interfaces/soundtrigger/2.0/ |
D | types.hal | 25 /** use for key phrase sound models */ 27 /** use for all models other than keyphrase */
|
D | ISoundTriggerHw.hal | 41 /** Maximum number of concurrent sound models loaded */ 154 * models exceeded), 182 * models exceeded), 241 * Stop recognition on all models.
|
/hardware/interfaces/soundtrigger/2.3/ |
D | types.hal | 46 * String naming the architecture used for running the supported models.
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IDevice.hal | 124 * prepared models owned by the same client. Higher priority executions may 145 * such, some driver services may return partially prepared models, where 157 * prepared models owned by the client. 256 * such, some driver services may return partially prepared models, where
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | IDevice.hal | 91 * such, some driver services may return partially prepared models, where
|
D | types.t | 369 * along with the argument. This can be the case for models that
|
D | types.hal | 1777 * along with the argument. This can be the case for models that
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | IDevice.hal | 96 * such, some driver services may return partially prepared models, where
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IDevice.hal | 146 * still choose not to cache certain compiled models even if it reports that caching 223 * such, some driver services may return partially prepared models, where 314 * such, some driver services may return partially prepared models, where
|
D | types.t | 111 /** The device runs NNAPI models on single or multi-core CPU. */ 113 /** The device can run NNAPI models and also accelerate graphics APIs such
|
D | types.hal | 4713 /** The device runs NNAPI models on single or multi-core CPU. */ 4715 /** The device can run NNAPI models and also accelerate graphics APIs such
|
/hardware/interfaces/identity/support/include/cppbor/ |
D | README.md | 65 below) is to construct an `Item` which models the data to be encoded,
|