Lines Matching defs:impl
80 struct ActivityAttribution::impl { struct in bluetooth::activity_attribution::ActivityAttribution
81 impl(ActivityAttribution* module) { in impl() argument
106 void on_hci_packet(hal::HciPacket packet, hal::SnoopLogger::PacketType type, uint16_t length) { in on_hci_packet()
110 void on_wakelock_acquired() { in on_wakelock_acquired()
114 void on_wakelock_released() { in on_wakelock_released()
123 void on_wakeup() { in on_wakeup()
127 void register_callback(ActivityAttributionCallback* callback) { in register_callback()
131 void Dump( in Dump()
136 ActivityAttributionCallback* callback_;
137 AttributionProcessor attribution_processor_;
138 HciProcessor hci_processor_;
139 WakelockProcessor wakelock_processor_;