Home
last modified time | relevance | path

Searched defs:wakelock_callback (Results 1 – 1 of 1) sorted by relevance

/system/bt/gd/btaa/android/
Dactivity_attribution.cc49 struct wakelock_callback : public BnWakelockCallback { struct
50 wakelock_callback(ActivityAttribution* module) : module_(module) {} in wakelock_callback() function
52 Status notifyAcquired() override { in notifyAcquired()
56 Status notifyReleased() override { in notifyReleased()
61 ActivityAttribution* module_;