Home | History | Annotate | Download | only in soundtrigger

Lines Matching defs:fromParcel

141                 return ModuleProperties.fromParcel(in);
149 private static ModuleProperties fromParcel(Parcel in) {
318 return Keyphrase.fromParcel(in);
326 private static Keyphrase fromParcel(Parcel in) {
426 return KeyphraseSoundModel.fromParcel(in);
434 private static KeyphraseSoundModel fromParcel(Parcel in) {
506 return GenericSoundModel.fromParcel(in);
523 private static GenericSoundModel fromParcel(Parcel in) {
722 return RecognitionEvent.fromParcel(in);
731 protected static RecognitionEvent fromParcel(Parcel in) {
892 return RecognitionConfig.fromParcel(in);
900 private static RecognitionConfig fromParcel(Parcel in) {
952 return ConfidenceLevel.fromParcel(in);
960 private static ConfidenceLevel fromParcel(Parcel in) {
1041 return KeyphraseRecognitionExtra.fromParcel(in);
1049 private static KeyphraseRecognitionExtra fromParcel(Parcel in) {
1260 RecognitionEvent event = RecognitionEvent.fromParcel(in);
1317 return SoundModelEvent.fromParcel(in);
1325 private static SoundModelEvent fromParcel(Parcel in) {