Lines Matching refs:common
78 event->common.status = RECOGNITION_STATUS_SUCCESS;
79 event->common.type = SOUND_MODEL_TYPE_KEYPHRASE;
80 event->common.model = stdev->model_handle;
87 event->common.data_offset = sizeof(struct sound_trigger_phrase_recognition_event);
88 event->common.data_size = 1;
89 data[event->common.data_offset] = 8;
91 stdev->recognition_callback(&event->common, stdev->recognition_cookie);
264 stdev->device.common.tag = HARDWARE_DEVICE_TAG;
265 stdev->device.common.version = SOUND_TRIGGER_DEVICE_API_VERSION_1_0;
266 stdev->device.common.module = (struct hw_module_t *) module;
267 stdev->device.common.close = stdev_close;
277 *device = &stdev->device.common;
287 .common = {