Searched refs:CallbackType (Results 1 – 11 of 11) sorted by relevance
30 template <typename CallbackType>58 template <typename CallbackType>64 : death_handler_(new HidlDeathHandler<CallbackType>( in HidlCallbackHandler()69 bool addCallback(const sp<CallbackType>& cb) { in addCallback()86 const std::set<android::sp<CallbackType>>& getCallbacks() { in getCallbacks()92 CallbackType* cb = reinterpret_cast<CallbackType*>(cookie); in onObjectDeath()103 for (const sp<CallbackType>& cb : cb_set_) { in invalidate()112 std::set<sp<CallbackType>> cb_set_;113 sp<HidlDeathHandler<CallbackType>> death_handler_;
30 template <class CallbackType>31 class ContexthubCallbackBase : public CallbackType {
41 using CallbackType = std::function<void(ArgTypes...)>; variable47 /*implicit*/ operator CallbackType(); // NOLINT(google-explicit-constructor)88 CallbackValue<ReturnType, ArgTypes...>::operator CallbackType() { in CallbackType() function
87 enum CallbackType { enum117 std::queue<CallbackType> mPendingCallbacks;
292 CallbackType nextCallback; in threadLoop()
72 enum CallbackType { enum in WifiNanIfaceHidlTest106 inline std::cv_status wait(CallbackType waitForCallbackType) { in wait()440 CallbackType callbackType;
76 enum CallbackType { enum in WifiNanIfaceHidlTest112 inline std::cv_status wait(CallbackType waitForCallbackType) { in wait()453 CallbackType callbackType;
78 enum CallbackType { enum in WifiNanIfaceHidlTest114 inline std::cv_status wait(CallbackType waitForCallbackType) { in wait()455 CallbackType callbackType;
78 enum CallbackType { enum in WifiNanIfaceHidlTest115 inline std::cv_status wait(CallbackType waitForCallbackType) { in wait()471 CallbackType callbackType;
127 template <typename CallbackType>128 void notify(CallbackType* callback, ExecutionResult result) { in notify()
110 template <typename CallbackType>111 void notify(CallbackType* callback, PrepareModelResult result, Executor executor, uid_t userId) { in notify()