Searched defs:Model (Results 1 - 4 of 4) sorted by relevance
/frameworks/av/services/soundtrigger/ |
H A D | SoundTriggerHwService.h | 63 class Model : public RefBase { class in class:android::SoundTriggerHwService 71 Model(sound_model_handle_t handle, audio_session_t session, audio_io_handle_t ioHandle, 73 ~Model() {} 135 sp<Model> getModel(sound_model_handle_t handle); 152 DefaultKeyedVector< sound_model_handle_t, sp<Model> > mModels;
|
H A D | SoundTriggerHwService.cpp | 503 sp<Model> model = mModels.valueAt(i); 505 if (model->mState == Model::STATE_ACTIVE) { 565 sp<Model> model = new Model(*handle, session, ioHandle, device, sound_model->type); 588 sp<Model> model = mModels.valueAt(index); 590 if (model->mState == Model::STATE_ACTIVE) { 592 model->mState = Model::STATE_IDLE; 615 sp<Model> model = getModel(handle); 624 if (model->mState == Model::STATE_ACTIVE) { 639 model->mState = Model 824 SoundTriggerHwService::Model::Model(sound_model_handle_t handle, audio_session_t session, function in class:android::SoundTriggerHwService::Model [all...] |
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/ |
H A D | StochasticLinearRanker.java | 41 static public class Model implements Serializable { class in class:StochasticLinearRanker 86 public Model getUModel(){ 87 Model slrModel = new Model(); 108 public boolean loadModel(Model model) { 141 public void print(Model model){
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
H A D | StochasticLinearRankerWithPrior.java | 66 static public class Model implements Serializable { class in class:StochasticLinearRankerWithPrior 67 public StochasticLinearRanker.Model uModel = new StochasticLinearRanker.Model(); 144 public Model getModel(){ 145 Model m = new Model(); 160 public boolean loadModel(Model m) { 200 public void print(Model m){
|
Completed in 137 milliseconds