Home
last modified time | relevance | path

Searched defs:fromParcel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java128 private static ModuleProperties fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.ModuleProperties
301 private static Keyphrase fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.Keyphrase
407 private static KeyphraseSoundModel fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.KeyphraseSoundModel
494 private static GenericSoundModel fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.GenericSoundModel
598 protected static RecognitionEvent fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.RecognitionEvent
765 private static RecognitionConfig fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.RecognitionConfig
823 private static ConfidenceLevel fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.ConfidenceLevel
910 private static KeyphraseRecognitionExtra fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.KeyphraseRecognitionExtra
1176 private static SoundModelEvent fromParcel(Parcel in) { in fromParcel() method in SoundTrigger.SoundModelEvent
/frameworks/support/media-compat/api21/android/support/v4/media/
DMediaDescriptionCompatApi21.java58 public static Object fromParcel(Parcel in) { in fromParcel() method in MediaDescriptionCompatApi21