Home
last modified time | relevance | path

Searched refs:callback_func_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/vibrator/common/
DCapoDetector.h90 void setCallback(cb_fn_t cb) { callback_func_ = cb; } in setCallback()
102 cb_fn_t callback_func_ = nullptr; variable
DCapoDetector.cpp130 if (callback_func_ != nullptr) { in handleNanoappMessage()
133 callback_func_(last_position_type_); in handleNanoappMessage()