Searched defs:wakelock_callback (Results 1 – 1 of 1) sorted by relevance
49 struct wakelock_callback : public BnWakelockCallback { struct50 wakelock_callback(ActivityAttribution* module) : module_(module) {} in wakelock_callback() argument52 Status notifyAcquired() override { in notifyAcquired()56 Status notifyReleased() override { in notifyReleased()61 ActivityAttribution* module_;