/hardware/interfaces/wifi/1.3/default/ |
D | wifi_nan_iface.cpp | 64 for (const auto& callback : in WifiNanIface() local 74 for (const auto& callback : in WifiNanIface() local 84 for (const auto& callback : in WifiNanIface() local 97 for (const auto& callback : in WifiNanIface() local 107 for (const auto& callback : in WifiNanIface() local 118 for (const auto& callback : in WifiNanIface() local 131 for (const auto& callback : in WifiNanIface() local 142 for (const auto& callback : in WifiNanIface() local 159 for (const auto& callback : in WifiNanIface() local 171 for (const auto& callback : in WifiNanIface() local [all …]
|
D | wifi.cpp | 114 for (const auto& callback : event_cb_handler_.getCallbacks()) { in startInternal() local 121 for (const auto& callback : event_cb_handler_.getCallbacks()) { in startInternal() local 149 for (const auto& callback : event_cb_handler_.getCallbacks()) { in stopInternal() local 156 for (const auto& callback : event_cb_handler_.getCallbacks()) { in stopInternal() local
|
D | wifi_chip.cpp | 642 for (const auto& callback : event_cb_handler_.getCallbacks()) { in invalidateAndRemoveDependencies() local 714 for (const auto& callback : event_cb_handler_.getCallbacks()) { in configureChipInternal() local 722 for (const auto& callback : event_cb_handler_.getCallbacks()) { in configureChipInternal() local 812 for (const auto& callback : event_cb_handler_.getCallbacks()) { in createApIfaceInternal() local 849 for (const auto& callback : event_cb_handler_.getCallbacks()) { in removeApIfaceInternal() local 866 for (const auto& callback : event_cb_handler_.getCallbacks()) { in createNanIfaceInternal() local 897 for (const auto& callback : event_cb_handler_.getCallbacks()) { in removeNanIfaceInternal() local 912 for (const auto& callback : event_cb_handler_.getCallbacks()) { in createP2pIfaceInternal() local 943 for (const auto& callback : event_cb_handler_.getCallbacks()) { in removeP2pIfaceInternal() local 958 for (const auto& callback : event_cb_handler_.getCallbacks()) { in createStaIfaceInternal() local [all …]
|
/hardware/interfaces/sensors/2.0/default/ |
D | Sensor.cpp | 35 Sensor::Sensor(ISensorsEventCallback* callback) in Sensor() 173 OnChangeSensor::OnChangeSensor(ISensorsEventCallback* callback) in OnChangeSensor() 198 AccelSensor::AccelSensor(int32_t sensorHandle, ISensorsEventCallback* callback) : Sensor(callback) { in AccelSensor() 216 PressureSensor::PressureSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in PressureSensor() 235 MagnetometerSensor::MagnetometerSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in MagnetometerSensor() 254 LightSensor::LightSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in LightSensor() 273 ProximitySensor::ProximitySensor(int32_t sensorHandle, ISensorsEventCallback* callback) in ProximitySensor() 293 GyroSensor::GyroSensor(int32_t sensorHandle, ISensorsEventCallback* callback) : Sensor(callback) { in GyroSensor() 311 AmbientTempSensor::AmbientTempSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in AmbientTempSensor() 330 DeviceTempSensor::DeviceTempSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in DeviceTempSensor() [all …]
|
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/ |
D | Sensor.cpp | 35 Sensor::Sensor(int32_t sensorHandle, ISensorsEventCallback* callback) in Sensor() 182 OnChangeSensor::OnChangeSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in OnChangeSensor() 209 ContinuousSensor::ContinuousSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in ContinuousSensor() 214 AccelSensor::AccelSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in AccelSensor() 240 PressureSensor::PressureSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in PressureSensor() 251 MagnetometerSensor::MagnetometerSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in MagnetometerSensor() 262 LightSensor::LightSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in LightSensor() 273 ProximitySensor::ProximitySensor(int32_t sensorHandle, ISensorsEventCallback* callback) in ProximitySensor() 285 GyroSensor::GyroSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in GyroSensor() 310 AmbientTempSensor::AmbientTempSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in AmbientTempSensor() [all …]
|
/hardware/qcom/sm8150/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()
|
D | GnssBatching.cpp | 56 Return<bool> GnssBatching::init(const sp<V1_0::IGnssBatchingCallback>& callback) { in init() 135 Return<bool> GnssBatching::init_2_0(const sp<V2_0::IGnssBatchingCallback>& callback) { in init_2_0()
|
/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/sm8150/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()
|
D | MeasurementAPIClient.cpp | 76 MeasurementAPIClient::measurementSetCallback(const sp<V1_0::IGnssMeasurementCallback>& callback) in measurementSetCallback() 89 const sp<V1_1::IGnssMeasurementCallback>& callback, in measurementSetCallback_1_1() 104 const sp<V2_0::IGnssMeasurementCallback>& callback, in measurementSetCallback_2_0()
|
/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/vibrator/aidl/android/hardware/vibrator/ |
D | IVibrator.aidl | 82 void on(in int timeoutMs, in IVibratorCallback callback); in on() 100 int perform(in Effect effect, in EffectStrength strength, in IVibratorCallback callback); in perform() 189 void compose(in CompositeEffect[] composite, in IVibratorCallback callback); in compose()
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/ |
D | IVibrator.aidl | 23 void on(in int timeoutMs, in android.hardware.vibrator.IVibratorCallback callback); in on() 24 …droid.hardware.vibrator.EffectStrength strength, in android.hardware.vibrator.IVibratorCallback ca… in perform() 32 …d.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrator.IVibratorCallback ca… in compose()
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
D | IVibrator.aidl | 23 void on(in int timeoutMs, in android.hardware.vibrator.IVibratorCallback callback); in on() 24 …droid.hardware.vibrator.EffectStrength strength, in android.hardware.vibrator.IVibratorCallback ca… in perform() 32 …d.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrator.IVibratorCallback ca… in compose()
|
/hardware/interfaces/health/2.0/default/ |
D | Health.cpp | 47 Return<Result> Health::registerCallback(const sp<IHealthInfoCallback>& callback) { in registerCallback() 68 bool Health::unregisterCallbackInternal(const sp<IBase>& callback) { in unregisterCallbackInternal() 85 Return<Result> Health::unregisterCallback(const sp<IHealthInfoCallback>& callback) { in unregisterCallback() 91 const std::function<void(Result, T)>& callback) { in getProperty() 172 Return<Result> Health::updateAndNotify(const sp<IHealthInfoCallback>& callback) { in updateAndNotify()
|
/hardware/qcom/sdm845/gps/sdm845/android/ |
D | GnssMeasurement.cpp | 57 const sp<V1_0::IGnssMeasurementCallback>& callback) { in setCallback() 103 const sp<IGnssMeasurementCallback>& callback, bool enableFullTracking) { in setCallback_1_1()
|
/hardware/qcom/sm8150/gps/android/1.1/ |
D | GnssMeasurement.cpp | 57 const sp<V1_0::IGnssMeasurementCallback>& callback) { in setCallback() 103 const sp<IGnssMeasurementCallback>& callback, bool enableFullTracking) { in setCallback_1_1()
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | PreparedModel.cpp | 38 const sp<IExecutionCallback>& callback) { in asyncExecute() 48 const sp<IExecutionCallback>& callback) { in execute()
|
D | Device.cpp | 90 static void asyncPrepare(const Model& model, const sp<IPreparedModelCallback>& callback) { in asyncPrepare() 105 const sp<IPreparedModelCallback>& callback) { in prepareModel()
|
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 45 const std::shared_ptr<IVibratorCallback>& callback) { in on() 61 const std::shared_ptr<IVibratorCallback>& callback, in perform() 137 const std::shared_ptr<IVibratorCallback>& callback) { in compose()
|
/hardware/interfaces/health/utils/libhealth2impl/ |
D | BinderHealth.cpp | 55 Return<Result> BinderHealth::registerCallback(const sp<V2_0::IHealthInfoCallback>& callback) { in registerCallback() 95 bool BinderHealth::unregisterCallbackInternal(const sp<IBase>& callback) { in unregisterCallbackInternal() 127 Return<Result> BinderHealth::unregisterCallback(const sp<V2_0::IHealthInfoCallback>& callback) { in unregisterCallback()
|
/hardware/interfaces/vibrator/aidl/vts/ |
D | VtsHalVibratorTargetTest.cpp | 64 CompletionCallback(const std::function<void()>& callback) : mCallback(callback) {} in CompletionCallback() 97 sp<CompletionCallback> callback = in TEST_P() local 108 sp<CompletionCallback> callback = new CompletionCallback([] {}); in TEST_P() local 151 sp<CompletionCallback> callback = in TEST_P() local 177 sp<CompletionCallback> callback = new CompletionCallback([] {}); in TEST_P() local 399 sp<CompletionCallback> callback = in TEST_P() local
|
/hardware/google/pixel/powerstats/ |
D | AidlStateResidencyDataProvider.cpp | 50 const sp<IBinder> &callback) { in unregisterCallbackInternal() 83 const sp<IPixelPowerStatsCallback> &callback) { in unregisterCallback() 88 const std::string &entityName, const sp<IPixelPowerStatsCallback> &callback) { in registerCallback()
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | EGLImageWrapper.h | 38 DeleteEGLImageCallback* callback; variable
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | EGLImageWrapper.h | 38 DeleteEGLImageCallback* callback; variable
|