Searched refs:SoundModelEvent (Results 1 – 4 of 4) sorted by relevance
1847 public static class SoundModelEvent implements Parcelable { class in SoundTrigger1857 SoundModelEvent(int status, int soundModelHandle, @Nullable byte[] data) { in SoundModelEvent() method in SoundTrigger.SoundModelEvent1863 public static final @android.annotation.NonNull Parcelable.Creator<SoundModelEvent> CREATOR1864 = new Parcelable.Creator<SoundModelEvent>() {1865 public SoundModelEvent createFromParcel(Parcel in) {1866 return SoundModelEvent.fromParcel(in);1869 public SoundModelEvent[] newArray(int size) {1870 return new SoundModelEvent[size];1874 private static SoundModelEvent fromParcel(Parcel in) { in fromParcel()1878 return new SoundModelEvent(status, soundModelHandle, data); in fromParcel()[all …]
39 import android.hardware.soundtrigger.SoundTrigger.SoundModelEvent;837 public void onSoundModelUpdate(SoundModelEvent event) { in onSoundModelUpdate()884 private void onSoundModelUpdatedLocked(SoundModelEvent event) { in onSoundModelUpdatedLocked()
2793 android.hardware.soundtrigger.SoundTrigger$SoundModelEvent$12794 android.hardware.soundtrigger.SoundTrigger$SoundModelEvent
42940 Landroid/hardware/soundtrigger/SoundTrigger$SoundModelEvent$1;42941 Landroid/hardware/soundtrigger/SoundTrigger$SoundModelEvent;