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

/frameworks/support/media-compat/api21/android/support/v4/media/
H A DMediaDescriptionCompatApi21.java60 public static Object fromParcel(Parcel in) { method in class:MediaDescriptionCompatApi21
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java120 return ModuleProperties.fromParcel(in);
128 private static ModuleProperties fromParcel(Parcel in) { method in class:SoundTrigger.ModuleProperties
293 return Keyphrase.fromParcel(in);
301 private static Keyphrase fromParcel(Parcel in) { method in class:SoundTrigger.Keyphrase
399 return KeyphraseSoundModel.fromParcel(in);
407 private static KeyphraseSoundModel fromParcel(Parcel in) { method in class:SoundTrigger.KeyphraseSoundModel
477 return GenericSoundModel.fromParcel(in);
494 private static GenericSoundModel fromParcel(Parcel in) { method in class:SoundTrigger.GenericSoundModel
590 return RecognitionEvent.fromParcel(in);
598 protected static RecognitionEvent fromParcel(Parce method in class:SoundTrigger.RecognitionEvent
765 private static RecognitionConfig fromParcel(Parcel in) { method in class:SoundTrigger.RecognitionConfig
823 private static ConfidenceLevel fromParcel(Parcel in) { method in class:SoundTrigger.ConfidenceLevel
910 private static KeyphraseRecognitionExtra fromParcel(Parcel in) { method in class:SoundTrigger.KeyphraseRecognitionExtra
1176 private static SoundModelEvent fromParcel(Parcel in) { method in class:SoundTrigger.SoundModelEvent
[all...]

Completed in 81 milliseconds