Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.5/default/
Dhidl_callback_util.h30 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_;
/hardware/interfaces/contexthub/common/vts/
DContexthubCallbackBase.h30 template <class CallbackType>
31 class ContexthubCallbackBase : public CallbackType {
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
DTransferValue.h41 using CallbackType = std::function<void(ArgTypes...)>; variable
47 /*implicit*/ operator CallbackType(); // NOLINT(google-explicit-constructor)
88 CallbackValue<ReturnType, ArgTypes...>::operator CallbackType() { in CallbackType() function
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HdrPlusListenerThread.h87 enum CallbackType { enum
117 std::queue<CallbackType> mPendingCallbacks;
DQCamera3HdrPlusListenerThread.cpp292 CallbackType nextCallback; in threadLoop()
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp72 enum CallbackType { enum in WifiNanIfaceHidlTest
106 inline std::cv_status wait(CallbackType waitForCallbackType) { in wait()
440 CallbackType callbackType;
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp76 enum CallbackType { enum in WifiNanIfaceHidlTest
112 inline std::cv_status wait(CallbackType waitForCallbackType) { in wait()
453 CallbackType callbackType;
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_nan_iface_hidl_test.cpp78 enum CallbackType { enum in WifiNanIfaceHidlTest
114 inline std::cv_status wait(CallbackType waitForCallbackType) { in wait()
455 CallbackType callbackType;
/hardware/interfaces/wifi/1.5/vts/functional/
Dwifi_nan_iface_hidl_test.cpp78 enum CallbackType { enum in WifiNanIfaceHidlTest
115 inline std::cv_status wait(CallbackType waitForCallbackType) { in wait()
471 CallbackType callbackType;
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DPreparedModel.cpp127 template <typename CallbackType>
128 void notify(CallbackType* callback, ExecutionResult result) { in notify()
DDevice.cpp110 template <typename CallbackType>
111 void notify(CallbackType* callback, PrepareModelResult result, Executor executor, uid_t userId) { in notify()