Home | History | Annotate | Download | only in soundtrigger

Lines Matching defs:implementor

77         /** human readable voice detection engine implementor */
78 public final String implementor;
117 ModuleProperties(int id, String implementor, String description,
123 this.implementor = implementor;
151 String implementor = in.readString();
164 return new ModuleProperties(id, implementor, description, uuid, version,
173 dest.writeString(implementor);
195 return "ModuleProperties [id=" + id + ", implementor=" + implementor + ", description="