HomeSort by relevance Sort by last modified time
    Searched refs:ActivityContext (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/sensorhal/
activity.h 31 class ActivityContext : public ActivityEventHandler {
35 explicit ActivityContext(const struct hw_module_t *module);
36 ~ActivityContext();
103 DISALLOW_EVIL_CONSTRUCTORS(ActivityContext);
activity.cpp 62 // The global ActivityContext singleton.
63 static ActivityContext *gActivityContext = NULL;
98 ActivityContext::ActivityContext(const struct hw_module_t *module)
127 ActivityContext::~ActivityContext() {
147 void ActivityContext::PublishUnpublishedEvents() {
172 void ActivityContext::PublishEvent(const ActivityEvent& event) {
206 void ActivityContext::DiscardExpiredUnpublishedEvents(uint64_t whenNs) {
240 void ActivityContext::OnActivityEvent(int sensorIndex, uint8_t eventIndex
    [all...]

Completed in 51 milliseconds