Lines Matching full:common
186 event->common.status = RECOGNITION_STATUS_SUCCESS;
187 event->common.type = SOUND_MODEL_TYPE_KEYPHRASE;
188 event->common.model = stdev->model_handle;
208 event->common.capture_available = true;
210 event->common.audio_config = AUDIO_CONFIG_INITIALIZER;
211 event->common.audio_config.sample_rate = 16000;
212 event->common.audio_config.channel_mask = AUDIO_CHANNEL_IN_MONO;
213 event->common.audio_config.format = AUDIO_FORMAT_PCM_16_BIT;
311 stdev->recognition_callback(&event->common,
645 stdev->device.common.tag = HARDWARE_DEVICE_TAG;
646 stdev->device.common.version = SOUND_TRIGGER_DEVICE_API_VERSION_1_0;
647 stdev->device.common.module = (struct hw_module_t *)module;
648 stdev->device.common.close = stdev_close;
659 *device = &stdev->device.common; /* same address as stdev */
670 .common = {