/hardware/interfaces/wifi/1.5/default/ |
D | wifi_nan_iface.cpp | 73 for (const auto& callback : in WifiNanIface() local 83 for (const auto& callback : in WifiNanIface() local 93 for (const auto& callback : in WifiNanIface() local 106 for (const auto& callback : in WifiNanIface() local 116 for (const auto& callback : in WifiNanIface() local 127 for (const auto& callback : in WifiNanIface() local 140 for (const auto& callback : in WifiNanIface() local 151 for (const auto& callback : in WifiNanIface() local 168 for (const auto& callback : in WifiNanIface() local 180 for (const auto& callback : in WifiNanIface() local [all …]
|
D | wifi.cpp | 133 for (const auto& callback : event_cb_handler_.getCallbacks()) { in startInternal() local 150 for (const auto& callback : event_cb_handler_.getCallbacks()) { in startInternal() local 157 for (const auto& callback : event_cb_handler_.getCallbacks()) { in startInternal() local 188 for (const auto& callback : event_cb_handler_.getCallbacks()) { in stopInternal() local 195 for (const auto& callback : event_cb_handler_.getCallbacks()) { in stopInternal() local
|
/hardware/interfaces/sensors/common/default/2.X/ |
D | Sensor.cpp | 39 Sensor::Sensor(ISensorsEventCallback* callback) in Sensor() 175 OnChangeSensor::OnChangeSensor(ISensorsEventCallback* callback) in OnChangeSensor() 200 AccelSensor::AccelSensor(int32_t sensorHandle, ISensorsEventCallback* callback) : Sensor(callback) { in AccelSensor() 225 PressureSensor::PressureSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in PressureSensor() 248 MagnetometerSensor::MagnetometerSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in MagnetometerSensor() 267 LightSensor::LightSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in LightSensor() 286 ProximitySensor::ProximitySensor(int32_t sensorHandle, ISensorsEventCallback* callback) in ProximitySensor() 306 GyroSensor::GyroSensor(int32_t sensorHandle, ISensorsEventCallback* callback) : Sensor(callback) { in GyroSensor() 324 AmbientTempSensor::AmbientTempSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in AmbientTempSensor() 344 ISensorsEventCallback* callback) in RelativeHumiditySensor()
|
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/ |
D | Sensor.cpp | 40 Sensor::Sensor(int32_t sensorHandle, ISensorsEventCallback* callback) in Sensor() 188 OnChangeSensor::OnChangeSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in OnChangeSensor() 215 ContinuousSensor::ContinuousSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in ContinuousSensor() 220 AccelSensor::AccelSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in AccelSensor() 246 PressureSensor::PressureSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in PressureSensor() 257 MagnetometerSensor::MagnetometerSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in MagnetometerSensor() 268 LightSensor::LightSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in LightSensor() 279 ProximitySensor::ProximitySensor(int32_t sensorHandle, ISensorsEventCallback* callback) in ProximitySensor() 291 GyroSensor::GyroSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in GyroSensor() 316 AmbientTempSensor::AmbientTempSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in AmbientTempSensor() [all …]
|
D | IHalProxyCallbackWrapper.h | 56 HalProxyCallbackWrapperBase(sp<T> callback) : mCallback(callback){}; in HalProxyCallbackWrapperBase() 73 HalProxyCallbackWrapperV2_0(sp<V2_0::implementation::IHalProxyCallback> callback) in HalProxyCallbackWrapperV2_0() 90 HalProxyCallbackWrapperV2_1(sp<V2_1::implementation::IHalProxyCallback> callback) in HalProxyCallbackWrapperV2_1()
|
/hardware/qcom/sm8150/gps/android/2.1/ |
D | GnssMeasurement.cpp | 56 const sp<V1_0::IGnssMeasurementCallback>& callback) { in setCallback() 115 const sp<V1_1::IGnssMeasurementCallback>& callback, bool enableFullTracking) { in setCallback_1_1() 145 const sp<V2_0::IGnssMeasurementCallback>& callback, in setCallback_2_0() 177 const sp<::android::hardware::gnss::V2_1::IGnssMeasurementCallback>& callback, in setCallback_2_1()
|
/hardware/qcom/sm7250/gps/android/2.1/ |
D | GnssMeasurement.cpp | 56 const sp<V1_0::IGnssMeasurementCallback>& callback) { in setCallback() 115 const sp<V1_1::IGnssMeasurementCallback>& callback, bool enableFullTracking) { in setCallback_1_1() 145 const sp<V2_0::IGnssMeasurementCallback>& callback, in setCallback_2_0() 177 const sp<::android::hardware::gnss::V2_1::IGnssMeasurementCallback>& callback, in setCallback_2_1()
|
/hardware/interfaces/neuralnetworks/utils/adapter/src/ |
D | PreparedModel.cpp | 62 explicit FencedExecutionCallback(const nn::ExecuteFencedInfoCallback& callback) in FencedExecutionCallback() 90 void notify(V1_0::IExecutionCallback* callback, nn::ErrorStatus status, in notify() 101 void notify(V1_2::IExecutionCallback* callback, nn::ErrorStatus status, in notify() 114 void notify(V1_3::IExecutionCallback* callback, nn::ErrorStatus status, in notify() 128 void notify(CallbackType* callback, ExecutionResult result) { in notify() 141 const sp<V1_0::IExecutionCallback>& callback) { in execute() 167 const sp<V1_2::IExecutionCallback>& callback) { in execute_1_2() 196 const sp<V1_3::IExecutionCallback>& callback) { in execute_1_3() 303 const sp<V1_0::IExecutionCallback>& callback) { in execute() 316 const sp<V1_2::IExecutionCallback>& callback) { in execute_1_2() [all …]
|
D | Device.cpp | 75 void notify(V1_0::IPreparedModelCallback* callback, nn::ErrorStatus status, in notify() 86 void notify(V1_2::IPreparedModelCallback* callback, nn::ErrorStatus status, in notify() 98 void notify(V1_3::IPreparedModelCallback* callback, nn::ErrorStatus status, in notify() 111 void notify(CallbackType* callback, PrepareModelResult result, Executor executor, uid_t userId) { in notify() 133 const sp<V1_0::IPreparedModelCallback>& callback) { in prepareModel() 154 const sp<V1_0::IPreparedModelCallback>& callback) { in prepareModel_1_1() 179 const sp<V1_2::IPreparedModelCallback>& callback) { in prepareModel_1_2() 208 const sp<V1_3::IPreparedModelCallback>& callback) { in prepareModel_1_3() 239 const sp<V1_2::IPreparedModelCallback>& callback) { in prepareModelFromCache() 263 const sp<V1_3::IPreparedModelCallback>& callback) { in prepareModelFromCache_1_3() [all …]
|
/hardware/interfaces/usb/gadget/1.2/default/ |
D | UsbGadget.cpp | 48 Return<void> UsbGadget::getCurrentUsbFunctions(const sp<V1_0::IUsbGadgetCallback>& callback) { in getCurrentUsbFunctions() 57 Return<void> UsbGadget::getUsbSpeed(const sp<V1_2::IUsbGadgetCallback>& callback) { in getUsbSpeed() 192 const sp<V1_0::IUsbGadgetCallback>& callback, in setupFunctions() 233 const sp<V1_0::IUsbGadgetCallback>& callback, in setCurrentUsbFunctions()
|
/hardware/google/pixel/powerstats/aidl/android/vendor/powerstats/ |
D | IPixelPowerStatsProvider.aidl | 22 void registerCallback(in @utf8InCpp String entityName, in IPixelPowerStatsCallback callback); in registerCallback() 23 void unregisterCallback(in IPixelPowerStatsCallback callback); in unregisterCallback()
|
/hardware/qcom/sm7150/gps/android/2.0/ |
D | GnssMeasurement.cpp | 56 const sp<V1_0::IGnssMeasurementCallback>& callback) { in setCallback() 105 const sp<V1_1::IGnssMeasurementCallback>& callback, bool enableFullTracking) { in setCallback_1_1() 133 const sp<V2_0::IGnssMeasurementCallback>& callback, in setCallback_2_0()
|
/hardware/qcom/sm8150p/gps/android/2.0/ |
D | GnssMeasurement.cpp | 56 const sp<V1_0::IGnssMeasurementCallback>& callback) { in setCallback() 105 const sp<V1_1::IGnssMeasurementCallback>& callback, bool enableFullTracking) { in setCallback_1_1() 133 const sp<V2_0::IGnssMeasurementCallback>& callback, in setCallback_2_0()
|
/hardware/qcom/sm8150/gps/android/2.0/ |
D | GnssMeasurement.cpp | 56 const sp<V1_0::IGnssMeasurementCallback>& callback) { in setCallback() 111 const sp<V1_1::IGnssMeasurementCallback>& callback, bool enableFullTracking) { in setCallback_1_1() 141 const sp<V2_0::IGnssMeasurementCallback>& callback, in setCallback_2_0()
|
/hardware/qcom/sm7250/gps/android/2.0/ |
D | GnssMeasurement.cpp | 56 const sp<V1_0::IGnssMeasurementCallback>& callback) { in setCallback() 111 const sp<V1_1::IGnssMeasurementCallback>& callback, bool enableFullTracking) { in setCallback_1_1() 141 const sp<V2_0::IGnssMeasurementCallback>& callback, in setCallback_2_0()
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
D | IVibrator.aidl | 39 void on(in int timeoutMs, in android.hardware.vibrator.IVibratorCallback callback); in on() 40 …droid.hardware.vibrator.EffectStrength strength, in android.hardware.vibrator.IVibratorCallback ca… in perform() 48 …d.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrator.IVibratorCallback ca… in compose() 60 …oid.hardware.vibrator.PrimitivePwle[] composite, in android.hardware.vibrator.IVibratorCallback ca… in composePwle()
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/ |
D | IVibrator.aidl | 39 void on(in int timeoutMs, in android.hardware.vibrator.IVibratorCallback callback); in on() 40 …droid.hardware.vibrator.EffectStrength strength, in android.hardware.vibrator.IVibratorCallback ca… in perform() 48 …d.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrator.IVibratorCallback ca… in compose() 60 …oid.hardware.vibrator.PrimitivePwle[] composite, in android.hardware.vibrator.IVibratorCallback ca… in composePwle()
|
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
D | IVibrator.aidl | 100 void on(in int timeoutMs, in IVibratorCallback callback); in on() 118 int perform(in Effect effect, in EffectStrength strength, in IVibratorCallback callback); in perform() 207 void compose(in CompositeEffect[] composite, in IVibratorCallback callback); in compose() 357 void composePwle(in PrimitivePwle[] composite, in IVibratorCallback callback); in composePwle()
|
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/ |
D | Callback.h | 41 Callback_2_0(const sp<V2_0::IHealthInfoCallback>& callback) : callback_(callback) {} in Callback_2_0() 53 Callback_2_1(const sp<IHealthInfoCallback>& callback) : callback_(callback) {} in Callback_2_1()
|
/hardware/interfaces/sensors/common/default/2.X/multihal/include/ |
D | HalProxyCallback.h | 83 HalProxyCallbackBase(ISubHalCallback* callback, in HalProxyCallbackBase() 106 HalProxyCallbackV2_0(ISubHalCallback* callback, in HalProxyCallbackV2_0() 136 HalProxyCallbackV2_1(ISubHalCallback* callback, in HalProxyCallbackV2_1()
|
/hardware/interfaces/contexthub/common/default/1.X/utils/ |
D | IContextHubCallbackWrapper.h | 77 ContextHubCallbackWrapper(sp<T> callback) : mCallback(callback){}; in ContextHubCallbackWrapper() 114 IContextHubCallbackWrapperV1_0(sp<V1_0::IContexthubCallback> callback) in IContextHubCallbackWrapperV1_0() 120 IContextHubCallbackWrapperV1_2(sp<V1_2::IContexthubCallback> callback) in IContextHubCallbackWrapperV1_2()
|
/hardware/qcom/sm7250/gps/android/2.0/location_api/ |
D | BatchingAPIClient.cpp | 56 BatchingAPIClient::BatchingAPIClient(const sp<V1_0::IGnssBatchingCallback>& callback) : in BatchingAPIClient() 68 BatchingAPIClient::BatchingAPIClient(const sp<V2_0::IGnssBatchingCallback>& callback) : in BatchingAPIClient() 114 void BatchingAPIClient::gnssUpdateCallbacks(const sp<V1_0::IGnssBatchingCallback>& callback) in gnssUpdateCallbacks() 125 void BatchingAPIClient::gnssUpdateCallbacks_2_0(const sp<V2_0::IGnssBatchingCallback>& callback) in gnssUpdateCallbacks_2_0()
|
/hardware/qcom/sm8150p/gps/android/2.0/location_api/ |
D | BatchingAPIClient.cpp | 55 BatchingAPIClient::BatchingAPIClient(const sp<V1_0::IGnssBatchingCallback>& callback) : in BatchingAPIClient() 67 BatchingAPIClient::BatchingAPIClient(const sp<V2_0::IGnssBatchingCallback>& callback) : in BatchingAPIClient() 113 void BatchingAPIClient::gnssUpdateCallbacks(const sp<V1_0::IGnssBatchingCallback>& callback) in gnssUpdateCallbacks() 124 void BatchingAPIClient::gnssUpdateCallbacks_2_0(const sp<V2_0::IGnssBatchingCallback>& callback) in gnssUpdateCallbacks_2_0()
|
/hardware/qcom/sm8150/gps/android/2.1/location_api/ |
D | BatchingAPIClient.cpp | 56 BatchingAPIClient::BatchingAPIClient(const sp<V1_0::IGnssBatchingCallback>& callback) : in BatchingAPIClient() 68 BatchingAPIClient::BatchingAPIClient(const sp<V2_0::IGnssBatchingCallback>& callback) : in BatchingAPIClient() 114 void BatchingAPIClient::gnssUpdateCallbacks(const sp<V1_0::IGnssBatchingCallback>& callback) in gnssUpdateCallbacks() 125 void BatchingAPIClient::gnssUpdateCallbacks_2_0(const sp<V2_0::IGnssBatchingCallback>& callback) in gnssUpdateCallbacks_2_0()
|
/hardware/qcom/sm7150/gps/android/2.0/location_api/ |
D | BatchingAPIClient.cpp | 55 BatchingAPIClient::BatchingAPIClient(const sp<V1_0::IGnssBatchingCallback>& callback) : in BatchingAPIClient() 67 BatchingAPIClient::BatchingAPIClient(const sp<V2_0::IGnssBatchingCallback>& callback) : in BatchingAPIClient() 113 void BatchingAPIClient::gnssUpdateCallbacks(const sp<V1_0::IGnssBatchingCallback>& callback) in gnssUpdateCallbacks() 124 void BatchingAPIClient::gnssUpdateCallbacks_2_0(const sp<V2_0::IGnssBatchingCallback>& callback) in gnssUpdateCallbacks_2_0()
|