Lines Matching refs:props
33 V2_0::ISoundTriggerHw::Properties props; in getProperties() local
35 props.implementor = "The Android Open Source Project"; in getProperties()
36 props.description = "The Andtoid Studio Emulator Soundtrigger no-op implementation"; in getProperties()
37 props.version = 0; in getProperties()
38 props.uuid = (Uuid){ in getProperties()
45 props.maxSoundModels = 42; in getProperties()
46 props.maxKeyPhrases = 4242; in getProperties()
47 props.maxUsers = 7; in getProperties()
48 props.recognitionModes = RecognitionMode::VOICE_TRIGGER in getProperties()
50 props.captureTransition = false; in getProperties()
51 props.maxBufferMs = 0; in getProperties()
52 props.concurrentCapture = false; in getProperties()
53 props.triggerInEvent = true; in getProperties()
54 props.powerConsumptionMw = 42; in getProperties()
56 _hidl_cb(0, props); in getProperties()