Lines Matching refs:hardware
36 using ::android::hardware::audio::common::V2_0::Uuid;
37 using ::android::hardware::hidl_vec;
38 using ::android::hardware::soundtrigger::V2_0::ConfidenceLevel;
39 using ::android::hardware::soundtrigger::V2_0::PhraseRecognitionExtra;
40 using ::android::hardware::soundtrigger::V2_0::SoundModelType;
41 using ::android::hardware::soundtrigger::V2_0::SoundModelHandle;
42 using ::android::hardware::soundtrigger::V2_0::ISoundTriggerHw;
44 ::android::hardware::soundtrigger::V2_0::ISoundTriggerHwCallback;
46 ::android::hardware::soundtrigger::V2_1::ISoundTriggerHw;
48 ::android::hardware::soundtrigger::V2_1::ISoundTriggerHwCallback;
51 ::android::hardware::soundtrigger::V2_2::ISoundTriggerHw;
107 virtual ::android::hardware::Return<void> recognitionCallback(
109 virtual ::android::hardware::Return<void> phraseRecognitionCallback(
111 virtual ::android::hardware::Return<void> soundModelCallback(
113 virtual ::android::hardware::Return<void> recognitionCallback_2_1(
115 virtual ::android::hardware::Return<void> phraseRecognitionCallback_2_1(
117 virtual ::android::hardware::Return<void> soundModelCallback_2_1(
123 … void *cookie, android::hardware::soundtrigger::V2_0::SoundModelHandle halHandle) in SoundModel()
130 android::hardware::soundtrigger::V2_0::SoundModelHandle mHalHandle;
209 sp<::android::hardware::soundtrigger::V2_0::ISoundTriggerHw> mISoundTrigger;