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

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalHidl.h93 class SoundModel : public RefBase { class in class:android::SoundTriggerHalHidl
95 SoundModel(sound_model_handle_t handle, sound_model_callback_t callback, function in class:android::SoundTriggerHalHidl::SoundModel
100 ~SoundModel() {}
127 ISoundTriggerHw::SoundModel *convertSoundModelToHal(
146 sp<SoundModel> getModel(sound_model_handle_t handle);
147 sp<SoundModel> removeModel(sound_model_handle_t handle);
157 DefaultKeyedVector< sound_model_handle_t , sp<SoundModel> > mSoundModels;
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java186 * A SoundModel describes the attributes and contains the binary data used by the hardware
191 public static class SoundModel { class in class:SoundTrigger
216 public SoundModel(UUID uuid, UUID vendorUuid, int type, byte[] data) { method in class:SoundTrigger.SoundModel
240 if (!(obj instanceof SoundModel))
242 SoundModel other = (SoundModel) obj;
382 * A KeyphraseSoundModel is a specialized {@link SoundModel} for key phrases.
386 public static class KeyphraseSoundModel extends SoundModel implements Parcelable {
469 * A GenericSoundModel is a specialized {@link SoundModel} for non-voice sound
472 public static class GenericSoundModel extends SoundModel implement
[all...]

Completed in 126 milliseconds