/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/ |
D | Callback.h | 32 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/ |
D | hwc_callbacks.cpp | 55 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()
|
D | hwc_callbacks.h | 46 HWC2::Error Register(HWC2::Callback, hwc2_callback_data_t callback_data,
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_callbacks.cpp | 56 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data, in Register() 59 case HWC2::Callback::Hotplug: in Register() 63 case HWC2::Callback::Refresh: in Register() 67 case HWC2::Callback::Vsync: in Register()
|
D | hwc_callbacks.h | 46 HWC2::Error Register(HWC2::Callback, hwc2_callback_data_t callback_data,
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_callbacks.cpp | 61 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/msm8909/sdm/libs/hwc2/ |
D | hwc_callbacks.cpp | 61 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/sdm845/display/sdm/libs/hwc2/ |
D | hwc_callbacks.cpp | 62 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data, in Register() 65 case HWC2::Callback::Hotplug: in Register() 69 case HWC2::Callback::Refresh: in Register() 73 case HWC2::Callback::Vsync: in Register()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_callbacks.cpp | 63 HWC2::Error HWCCallbacks::Register(HWC2::Callback descriptor, hwc2_callback_data_t callback_data, in Register() 66 case HWC2::Callback::Hotplug: in Register() 70 case HWC2::Callback::Refresh: in Register() 74 case HWC2::Callback::Vsync: in Register()
|
/hardware/interfaces/health/2.1/vts/functional/ |
D | VtsHalHealthV2_1TargetTest.cpp | 145 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/soundtrigger/2.1/ |
D | ISoundTriggerHwCallback.hal | 23 * 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/audio/core/all-versions/default/include/core/default/ |
D | DevicesFactory.h | 49 template <class DeviceShim, class Callback> 50 Return<void> openDevice(const char* moduleName, Callback _hidl_cb);
|
/hardware/interfaces/gnss/1.0/ |
D | IAGnssCallback.hal | 19 /** Callback structure for the AGNSS interface. */ 68 * Callback with AGNSS(IpV4) status information. 75 * Callback with AGNSS(IpV6) status information.
|
D | IGnssXtraCallback.hal | 8 * Callback to request the client to download XTRA data. The client should
|
D | IGnssCallback.hal | 176 * Callback for reporting NMEA sentences. 198 * Callback to inform framework of the GNSS engine's capabilities. 206 * Callback utility for acquiring the GNSS wakelock. This can be used to prevent 211 /** Callback utility for releasing the GNSS wakelock. */ 214 /** Callback for requesting NTP time */ 238 * Callback to inform framework of the engine's hardware version information.
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChipEventCallback.hal | 21 * 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/ |
D | ICameraProviderCallback.hal | 22 * 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/ |
D | GenericOperation.h | 44 template <typename Callback, typename TimeStamper, typename HmacImplementation> 51 ResponseCode init(const Callback& resultCB, const hidl_string& promptText, in init() 189 Callback resultCB_;
|
/hardware/interfaces/camera/device/ |
D | README.md | 42 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/libhardware/modules/sensors/dynamic_sensor/test/ |
D | HidRawDeviceTest.cpp | 84 class Callback : public SensorEventCallback { in test() class 92 Callback callback; in test()
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | DevicesFactory.cpp | 66 template <class DeviceShim, class Callback> 67 Return<void> DevicesFactory::openDevice(const char* moduleName, Callback _hidl_cb) { in openDevice()
|
/hardware/interfaces/usb/gadget/1.0/ |
D | IUsbGadgetCallback.hal | 21 * Callback function used to propagate the status of configuration 35 * Callback function used to propagate the current USB gadget
|
/hardware/interfaces/gnss/2.0/ |
D | IAGnssCallback.hal | 19 /** Callback structure for the AGNSS interface. */ 43 * Callback with AGNSS status information.
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 80 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()
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHwCallback.hal | 91 * Callback method called by the HAL when the sound recognition triggers 100 * Callback method called by the HAL when the sound recognition triggers 110 * Callback method called by the HAL when the sound model loading completes
|