Home
last modified time | relevance | path

Searched refs:CallbackType (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/common/
Dcallback_list.h45 template <typename CallbackType>
47 CallbackWithHandler(base::RepeatingCallback<CallbackType> callback, os::Handler* handler) in CallbackWithHandler()
58 base::RepeatingCallback<CallbackType> callback;
69 using CallbackType = CallbackWithHandler<void(Args...)>;
74 CallbackType* cb; in Notify()
/system/core/libprocinfo/include/procinfo/
Dprocess_map.h33 template <class CallbackType>
34 bool ReadMapFileContent(char* content, const CallbackType& callback) { in ReadMapFileContent()
/system/bt/service/common/bluetooth/
Dscan_settings.h51 enum CallbackType { enum
/system/bt/service/common/android/bluetooth/
Dscan_settings.cc58 callback_type_ = static_cast<ScanSettings::CallbackType>(value); in readFromParcel()