/frameworks/base/services/core/java/com/android/server/broadcastradio/ |
D | BroadcastRadioService.java | 54 private List<RadioManager.ModuleProperties> mModules = null; 68 private static int getNextId(@NonNull List<RadioManager.ModuleProperties> modules) { in getNextId() 69 OptionalInt max = modules.stream().mapToInt(RadioManager.ModuleProperties::getId).max(); in getNextId() 82 public List<RadioManager.ModuleProperties> listModules() { in listModules()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerInternal.java | 25 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties; 71 public abstract ModuleProperties getModuleProperties(); in getModuleProperties()
|
D | SoundTriggerHelper.java | 31 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties; 80 final ModuleProperties mModuleProperties; 112 ArrayList <ModuleProperties> modules = new ArrayList<>(); in SoundTriggerHelper() 492 public ModuleProperties getModuleProperties() { in getModuleProperties()
|
D | SoundTriggerService.java | 46 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties; 1216 public ModuleProperties getModuleProperties() { in getModuleProperties()
|
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/ |
D | BroadcastRadioService.java | 50 private native List<RadioManager.ModuleProperties> nativeLoadModules(long nativeContext); in nativeLoadModules() 54 public @NonNull List<RadioManager.ModuleProperties> loadModules() { in loadModules()
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioManager.java | 203 public static class ModuleProperties implements Parcelable { class in RadioManager 224 public ModuleProperties(int id, String serviceName, int classId, String implementor, in ModuleProperties() method in RadioManager.ModuleProperties 426 private ModuleProperties(Parcel in) { in ModuleProperties() method in RadioManager.ModuleProperties 451 public static final Parcelable.Creator<ModuleProperties> CREATOR 452 = new Parcelable.Creator<ModuleProperties>() { 453 public ModuleProperties createFromParcel(Parcel in) { 454 return new ModuleProperties(in); 457 public ModuleProperties[] newArray(int size) { 458 return new ModuleProperties[size]; 512 if (!(obj instanceof ModuleProperties)) return false; in equals() [all …]
|
D | RadioManager.aidl | 23 parcelable RadioManager.ModuleProperties;
|
D | IRadioService.aidl | 31 List<RadioManager.ModuleProperties> listModules(); in listModules()
|
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
D | RadioModule.java | 48 @NonNull public final RadioManager.ModuleProperties mProperties; 51 @NonNull RadioManager.ModuleProperties properties) { in RadioModule() 71 RadioManager.ModuleProperties prop = Convert.propertiesFromHal(idx, fqName, in tryLoadingModule()
|
D | BroadcastRadioService.java | 64 public @NonNull Collection<RadioManager.ModuleProperties> loadModules(int idx) { in loadModules()
|
D | Convert.java | 209 static @NonNull RadioManager.ModuleProperties 219 return new RadioManager.ModuleProperties( in propertiesFromHal()
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 73 public static class ModuleProperties implements Parcelable { class in SoundTrigger 117 ModuleProperties(int id, String implementor, String description, in ModuleProperties() method in SoundTrigger.ModuleProperties 138 public static final Parcelable.Creator<ModuleProperties> CREATOR 139 = new Parcelable.Creator<ModuleProperties>() { 140 public ModuleProperties createFromParcel(Parcel in) { 141 return ModuleProperties.fromParcel(in); 144 public ModuleProperties[] newArray(int size) { 145 return new ModuleProperties[size]; 149 private static ModuleProperties fromParcel(Parcel in) { in fromParcel() 164 return new ModuleProperties(id, implementor, description, uuid, version, in fromParcel() [all …]
|
D | SoundTrigger.aidl | 27 parcelable SoundTrigger.ModuleProperties;
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractionManagerService.aidl | 69 SoundTrigger.ModuleProperties getDspModuleProperties(in IVoiceInteractionService service); in getDspModuleProperties()
|
/frameworks/base/core/java/android/service/voice/ |
D | AlwaysOnHotwordDetector.java | 32 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties; 725 ModuleProperties dspModuleProperties = null; in internalGetInitialAvailability()
|
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | convert.cpp | 119 } ModuleProperties; member 395 return make_javaref(env, env->NewObject(gjni.ModuleProperties.clazz, in ModulePropertiesFromHal() 396 gjni.ModuleProperties.cstor, moduleId, jServiceName.get(), prop10.classId, in ModulePropertiesFromHal() 709 gjni.ModuleProperties.clazz = MakeGlobalRefOrDie(env, modulePropertiesClass); in register_android_server_broadcastradio_convert() 710 gjni.ModuleProperties.cstor = GetMethodIDOrDie(env, modulePropertiesClass, "<init>", in register_android_server_broadcastradio_convert()
|
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/ |
D | RadioTunerTest.java | 75 private RadioManager.ModuleProperties mModule; 76 private final List<RadioManager.ModuleProperties> mModules = new ArrayList<>();
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerService.java | 38 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties; 904 public ModuleProperties getDspModuleProperties(IVoiceInteractionService service) { in getDspModuleProperties()
|
/frameworks/base/config/ |
D | preloaded-classes | 1421 android.hardware.soundtrigger.SoundTrigger$ModuleProperties 1422 android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1
|
D | hiddenapi-light-greylist.txt | 2604 Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;-><init>(ILjava/lang/String;Ljava/lang… 2605 Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;->id:I 2606 Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;->maxSoundModels:I 2607 Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;->uuid:Ljava/util/UUID;
|
D | hiddenapi-public-dex.txt | 14454 Landroid/hardware/radio/RadioManager$ModuleProperties; 14455 Landroid/hardware/radio/RadioManager$ModuleProperties;->CREATOR:Landroid/os/Parcelable$Creator; 14456 Landroid/hardware/radio/RadioManager$ModuleProperties;->describeContents()I 14457 Landroid/hardware/radio/RadioManager$ModuleProperties;->equals(Ljava/lang/Object;)Z 14458 Landroid/hardware/radio/RadioManager$ModuleProperties;->getBands()[Landroid/hardware/radio/RadioMan… 14459 Landroid/hardware/radio/RadioManager$ModuleProperties;->getClassId()I 14460 Landroid/hardware/radio/RadioManager$ModuleProperties;->getDabFrequencyTable()Ljava/util/Map; 14461 Landroid/hardware/radio/RadioManager$ModuleProperties;->getId()I 14462 Landroid/hardware/radio/RadioManager$ModuleProperties;->getImplementor()Ljava/lang/String; 14463 Landroid/hardware/radio/RadioManager$ModuleProperties;->getNumAudioSources()I [all …]
|
D | boot-image-profile.txt | 2831 HPLandroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;->writeToParcel(Landroid/os/Parcel;I… 21840 HSPLandroid/hardware/radio/RadioManager$ModuleProperties$1;-><init>()V 22329 HSPLandroid/hardware/soundtrigger/SoundTrigger$ModuleProperties$1;-><init>()V 22330 …ger/SoundTrigger$ModuleProperties$1;->createFromParcel(Landroid/os/Parcel;)Landroid/hardware/sound… 22331 HSPLandroid/hardware/soundtrigger/SoundTrigger$ModuleProperties$1;->createFromParcel(Landroid/os/Pa… 22332 HSPLandroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;-><init>(ILjava/lang/String;Ljava/l… 22333 …trigger/SoundTrigger$ModuleProperties;->fromParcel(Landroid/os/Parcel;)Landroid/hardware/soundtrig… 38227 …rvice/voice/IVoiceInteractionService;)Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties; 38240 …rvice/voice/IVoiceInteractionService;)Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties; 55513 Landroid/hardware/radio/RadioManager$ModuleProperties$1; [all …]
|
/frameworks/base/api/ |
D | system-current.txt | 1996 …ethod public int listModules(java.util.List<android.hardware.radio.RadioManager.ModuleProperties>); 2104 public static class RadioManager.ModuleProperties implements android.os.Parcelable { 2124 … final android.os.Parcelable.Creator<android.hardware.radio.RadioManager.ModuleProperties> CREATOR;
|
/frameworks/base/services/ |
D | art-profile | 1189 …riggerInternal;->getModuleProperties()Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;
|