Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/broadcastradio/
DBroadcastRadioService.java54 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/
DSoundTriggerInternal.java25 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties;
71 public abstract ModuleProperties getModuleProperties(); in getModuleProperties()
DSoundTriggerHelper.java31 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties;
80 final ModuleProperties mModuleProperties;
112 ArrayList <ModuleProperties> modules = new ArrayList<>(); in SoundTriggerHelper()
492 public ModuleProperties getModuleProperties() { in getModuleProperties()
DSoundTriggerService.java46 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties;
1216 public ModuleProperties getModuleProperties() { in getModuleProperties()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
DBroadcastRadioService.java50 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/
DRadioManager.java203 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 …]
DRadioManager.aidl23 parcelable RadioManager.ModuleProperties;
DIRadioService.aidl31 List<RadioManager.ModuleProperties> listModules(); in listModules()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DRadioModule.java48 @NonNull public final RadioManager.ModuleProperties mProperties;
51 @NonNull RadioManager.ModuleProperties properties) { in RadioModule()
71 RadioManager.ModuleProperties prop = Convert.propertiesFromHal(idx, fqName, in tryLoadingModule()
DBroadcastRadioService.java64 public @NonNull Collection<RadioManager.ModuleProperties> loadModules(int idx) { in loadModules()
DConvert.java209 static @NonNull RadioManager.ModuleProperties
219 return new RadioManager.ModuleProperties( in propertiesFromHal()
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java73 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 …]
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;
725 ModuleProperties dspModuleProperties = null; in internalGetInitialAvailability()
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp119 } 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/
DRadioTunerTest.java75 private RadioManager.ModuleProperties mModule;
76 private final List<RadioManager.ModuleProperties> mModules = new ArrayList<>();
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java38 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties;
904 public ModuleProperties getDspModuleProperties(IVoiceInteractionService service) { in getDspModuleProperties()
/frameworks/base/config/
Dpreloaded-classes1421 android.hardware.soundtrigger.SoundTrigger$ModuleProperties
1422 android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1
Dhiddenapi-light-greylist.txt2604 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;
Dhiddenapi-public-dex.txt14454 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 …]
Dboot-image-profile.txt2831 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/
Dsystem-current.txt1996 …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/
Dart-profile1189 …riggerInternal;->getModuleProperties()Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;