Searched defs:implementor (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java56 /** human readable voice detection engine implementor */
57 public final String implementor; field in class:SoundTrigger.ModuleProperties
96 ModuleProperties(int id, String implementor, String description, argument
102 this.implementor = implementor;
130 String implementor = in.readString();
143 return new ModuleProperties(id, implementor, description, uuid, version,
152 dest.writeString(implementor);
174 return "ModuleProperties [id=" + id + ", implementor=" + implementor
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java114 ModuleProperties(int id, int classId, String implementor, String product, String version, argument
119 mImplementor = implementor;
145 /** Human readable broadcast radio module implementor
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java211 * <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 Dandroid_hardware_SoundTrigger.cpp420 jstring implementor = env->NewStringUTF(nModules[i].properties.implementor); local
433 implementor, description, uuid,
445 env->DeleteLocalRef(implementor);

Completed in 923 milliseconds