Home
last modified time | relevance | path

Searched refs:ModuleProperties (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java101 public static class ModuleProperties implements Parcelable { class in RadioManager
114 ModuleProperties(int id, int classId, String implementor, String product, String version, in ModuleProperties() method in RadioManager.ModuleProperties
208 private ModuleProperties(Parcel in) { in ModuleProperties() method in RadioManager.ModuleProperties
225 public static final Parcelable.Creator<ModuleProperties> CREATOR
226 = new Parcelable.Creator<ModuleProperties>() {
227 public ModuleProperties createFromParcel(Parcel in) {
228 return new ModuleProperties(in);
231 public ModuleProperties[] newArray(int size) {
232 return new ModuleProperties[size];
287 if (!(obj instanceof ModuleProperties)) in equals()
[all …]
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerInternal.java25 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties;
71 public abstract ModuleProperties getModuleProperties(); in getModuleProperties()
DSoundTriggerService.java27 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties;
209 public ModuleProperties getModuleProperties() { in getModuleProperties()
DSoundTriggerHelper.java31 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties;
79 final ModuleProperties mModuleProperties;
111 ArrayList <ModuleProperties> modules = new ArrayList<>(); in SoundTriggerHelper()
487 public ModuleProperties getModuleProperties() { in getModuleProperties()
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java52 public static class ModuleProperties implements Parcelable { class in SoundTrigger
96 ModuleProperties(int id, String implementor, String description, in ModuleProperties() method in SoundTrigger.ModuleProperties
117 public static final Parcelable.Creator<ModuleProperties> CREATOR
118 = new Parcelable.Creator<ModuleProperties>() {
119 public ModuleProperties createFromParcel(Parcel in) {
120 return ModuleProperties.fromParcel(in);
123 public ModuleProperties[] newArray(int size) {
124 return new ModuleProperties[size];
128 private static ModuleProperties fromParcel(Parcel in) { in fromParcel()
143 return new ModuleProperties(id, implementor, description, uuid, version, in fromParcel()
[all …]
DSoundTrigger.aidl27 parcelable SoundTrigger.ModuleProperties;
/frameworks/base/core/java/com/android/internal/app/
DIVoiceInteractionManagerService.aidl69 SoundTrigger.ModuleProperties getDspModuleProperties(in IVoiceInteractionService service); in getDspModuleProperties()
/frameworks/base/core/java/android/service/voice/
DAlwaysOnHotwordDetector.java32 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties;
727 ModuleProperties dspModuleProperties = null; in internalGetInitialAvailability()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java37 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties;
871 public ModuleProperties getDspModuleProperties(IVoiceInteractionService service) { in getDspModuleProperties()
/frameworks/base/
Dpreloaded-classes1269 android.hardware.radio.RadioManager$ModuleProperties
1270 android.hardware.radio.RadioManager$ModuleProperties$1
1291 android.hardware.soundtrigger.SoundTrigger$ModuleProperties
1292 android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1
Dcompiled-classes-phone1802 android.hardware.radio.RadioManager$ModuleProperties
1803 android.hardware.radio.RadioManager$ModuleProperties$1
1869 android.hardware.soundtrigger.SoundTrigger$ModuleProperties
1870 android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1
/frameworks/base/services/
Dprofile-classes1044 Landroid/hardware/radio/RadioManager$ModuleProperties;
1045 Landroid/hardware/radio/RadioManager$ModuleProperties$1;
1074 Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;
1075 Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties$1;
/frameworks/base/api/
Dsystem-current.txt17123 …ethod public int listModules(java.util.List<android.hardware.radio.RadioManager.ModuleProperties>);
17215 public static class RadioManager.ModuleProperties implements android.os.Parcelable {
17228 … final android.os.Parcelable.Creator<android.hardware.radio.RadioManager.ModuleProperties> CREATOR;