Home
last modified time | relevance | path

Searched refs:Callback (Results 1 – 25 of 99) sorted by relevance

1234

/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DCallback.h32 class Callback {
34 virtual ~Callback() {} in ~Callback()
39 class Callback_2_0 : public Callback {
51 class Callback_2_1 : public Callback {
63 inline std::unique_ptr<Callback> Wrap(const sp<V2_0::IHealthInfoCallback>& callback_2_0) { in Wrap()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_callbacks.cpp55 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data, in Register()
58 case HWC2::Callback::Hotplug: in Register()
62 case HWC2::Callback::Refresh: in Register()
66 case HWC2::Callback::Vsync: in Register()
/hardware/interfaces/automotive/can/1.0/default/
DCloseHandle.h26 using Callback = std::function<void()>; member
35 CloseHandle(Callback callback = nullptr);
41 const Callback mCallback;
DCloseHandle.cpp21 CloseHandle::CloseHandle(Callback callback) : mCallback(callback) {} in CloseHandle()
/hardware/interfaces/automotive/audiocontrol/2.0/default/
DCloseHandle.h27 using Callback = std::function<void()>;
36 CloseHandle(Callback callback = nullptr);
42 const Callback mCallback;
DCloseHandle.cpp21 CloseHandle::CloseHandle(Callback callback) : mCallback(callback) {} in CloseHandle()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_callbacks.cpp61 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data, in Register()
64 case HWC2::Callback::Hotplug: in Register()
68 case HWC2::Callback::Refresh: in Register()
72 case HWC2::Callback::Vsync: in Register()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_callbacks.cpp61 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data, in Register()
64 case HWC2::Callback::Hotplug: in Register()
68 case HWC2::Callback::Refresh: in Register()
72 case HWC2::Callback::Vsync: in Register()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_callbacks.cpp88 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data, in Register()
91 case HWC2::Callback::Hotplug: { in Register()
96 case HWC2::Callback::Refresh: { in Register()
101 case HWC2::Callback::Vsync: { in Register()
106 case HWC2::Callback::Vsync_2_4: { in Register()
111 case HWC2::Callback::VsyncPeriodTimingChanged: { in Register()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_callbacks.cpp59 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data, in Register()
62 case HWC2::Callback::Hotplug: { in Register()
67 case HWC2::Callback::Refresh: { in Register()
72 case HWC2::Callback::Vsync: { in Register()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_callbacks.cpp65 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data, in Register()
68 case HWC2::Callback::Hotplug: { in Register()
73 case HWC2::Callback::Refresh: { in Register()
78 case HWC2::Callback::Vsync: { in Register()
/hardware/interfaces/health/2.1/vts/functional/
DVtsHalHealthV2_1TargetTest.cpp145 template <typename Callback>
147 sp<Callback> first = new Callback(); in TestCallbacks()
148 sp<Callback> second = new Callback(); in TestCallbacks()
190 template <typename Callback>
192 sp<Callback> callback = new Callback(); in TestUnregisterNonExistentCallback()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DDevicesFactory.h49 template <class DeviceShim, class Callback>
50 Return<void> openDevice(const char* moduleName, Callback _hidl_cb);
/hardware/interfaces/soundtrigger/2.1/
DISoundTriggerHwCallback.hal23 * SoundTrigger HAL Callback interface. Obtained during SoundTrigger setup.
61 * Callback method called by the HAL when the sound recognition triggers.
71 * Callback method called by the HAL when the sound recognition triggers
83 * Callback method called by the HAL when the sound model loading completes.
/hardware/interfaces/gnss/1.0/
DIAGnssCallback.hal19 /** Callback structure for the AGNSS interface. */
68 * Callback with AGNSS(IpV4) status information.
75 * Callback with AGNSS(IpV6) status information.
DIGnssXtraCallback.hal8 * Callback to request the client to download XTRA data. The client should
/hardware/interfaces/wifi/1.0/
DIWifiChipEventCallback.hal21 * Callback indicating that the chip has been reconfigured successfully. At
32 * Callback indicating that a chip reconfiguration failed. This is a fatal
42 * Callback indicating that a new iface has been added to the chip.
50 * Callback indicating that an existing iface has been removed from the chip.
84 * Callback indicating that the chip has encountered a fatal error.
/hardware/interfaces/camera/provider/2.4/
DICameraProviderCallback.hal22 * Callback functions for a camera provider HAL to use to inform the camera
30 * Callback to the camera service to indicate that the state of a specific
53 * Callback to the camera service to indicate that the state of the torch
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
DGenericOperation.h44 template <typename Callback, typename TimeStamper, typename HmacImplementation>
51 ResponseCode init(const Callback& resultCB, const hidl_string& promptText, in init()
189 Callback resultCB_;
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
DHidRawDeviceTest.cpp84 class Callback : public SensorEventCallback { in test() class
92 Callback callback; in test()
/hardware/interfaces/camera/device/
DREADME.md42 Callback interface for obtaining, filling, and returning graphics buffers for
47 Callback interface for sending events and data buffers from the HAL to the
64 interface for operating the active camera. It takes a Callback interface as an
79 Callback interface for sending completed captures and other asynchronous events
/hardware/interfaces/audio/core/all-versions/default/
DDevicesFactory.cpp66 template <class DeviceShim, class Callback>
67 Return<void> DevicesFactory::openDevice(const char* moduleName, Callback _hidl_cb) { in openDevice()
/hardware/interfaces/usb/gadget/1.0/
DIUsbGadgetCallback.hal21 * Callback function used to propagate the status of configuration
35 * Callback function used to propagate the current USB gadget
/hardware/interfaces/gnss/2.0/
DIAGnssCallback.hal19 /** Callback structure for the AGNSS interface. */
43 * Callback with AGNSS status information.
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp80 class Callback : public IHealthInfoCallback { class
126 sp<Callback> firstCallback = new Callback(); in TEST_P()
127 sp<Callback> secondCallback = new Callback(); in TEST_P()
161 sp<Callback> callback = new Callback(); in TEST_P()

1234