Searched defs:implementor (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/core/java/android/hardware/soundtrigger/ |
H A D | SoundTrigger.java | 54 /** human readable voice detection engine implementor */ 55 public final String implementor; field in class:SoundTrigger.ModuleProperties 94 ModuleProperties(int id, String implementor, String description, argument 100 this.implementor = implementor; 128 String implementor = in.readString(); 141 return new ModuleProperties(id, implementor, description, uuid, version, 150 dest.writeString(implementor); 172 return "ModuleProperties [id=" + id + ", implementor=" + implementor [all...] |
/frameworks/base/core/java/android/hardware/radio/ |
H A D | RadioManager.java | 112 ModuleProperties(int id, int classId, String implementor, String product, String version, argument 117 mImplementor = implementor; 143 /** Human readable broadcast radio module implementor
|
/frameworks/base/media/java/android/media/audiofx/ |
H A D | AudioEffect.java | 211 * <li>implementor: human readable effect implementor name</li> 231 * @param implementor human readable effect implementor name 235 String name, String implementor) { 240 this.implementor = implementor; 275 * Human readable effect implementor name 277 public String implementor; field in class:AudioEffect.Descriptor 234 Descriptor(String type, String uuid, String connectMode, String name, String implementor) argument
|
/frameworks/base/core/jni/ |
H A D | android_hardware_SoundTrigger.cpp | 405 jstring implementor = env->NewStringUTF(nModules[i].properties.implementor); local 418 implementor, description, uuid, 430 env->DeleteLocalRef(implementor);
|
Completed in 119 milliseconds