Searched refs:halEvent (Results 1 – 1 of 1) sorted by relevance
173 activity_event_t halEvent; in PublishEvent() local174 memset(&halEvent, 0, sizeof(halEvent)); in PublishEvent()181 halEvent.activity = GetActivityHandleFromSensorIndex(event.sensorIndex); in PublishEvent()182 halEvent.timestamp = mNewestPublishedTimestamp; in PublishEvent()188 halEvent.event_type = ACTIVITY_EVENT_ENTER; in PublishEvent()189 (*mCallback->activity_callback)(mCallback, &halEvent, 1); in PublishEvent()191 halEvent.event_type = ACTIVITY_EVENT_EXIT; in PublishEvent()195 halEvent.activity, halEvent.event_type, halEvent.timestamp); in PublishEvent()198 halEvent.event_type = GetActivityTypeFromSensorIndex(event.sensorIndex); in PublishEvent()201 (*mCallback->activity_callback)(mCallback, &halEvent, 1); in PublishEvent()[all …]