Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 229) sorted by relevance

12345678910

/hardware/interfaces/wifi/1.3/default/
Dwifi_nan_iface.cpp64 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 …]
Dwifi.cpp114 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
Dwifi_chip.cpp642 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/
DSensor.cpp35 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/
DSensor.cpp35 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/
DGnssMeasurement.cpp56 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()
DGnssBatching.cpp56 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/
DIPixelPowerStatsProvider.aidl22 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/
DBatchingAPIClient.cpp55 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()
DMeasurementAPIClient.cpp76 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/
DCallback.h41 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/
DIVibrator.aidl82 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/
DIVibrator.aidl23 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/
DIVibrator.aidl23 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/
DHealth.cpp47 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/
DGnssMeasurement.cpp57 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/
DGnssMeasurement.cpp57 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/
DPreparedModel.cpp38 const sp<IExecutionCallback>& callback) { in asyncExecute()
48 const sp<IExecutionCallback>& callback) { in execute()
DDevice.cpp90 static void asyncPrepare(const Model& model, const sp<IPreparedModelCallback>& callback) { in asyncPrepare()
105 const sp<IPreparedModelCallback>& callback) { in prepareModel()
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp45 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/
DBinderHealth.cpp55 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/
DVtsHalVibratorTargetTest.cpp64 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/
DAidlStateResidencyDataProvider.cpp50 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/
DEGLImageWrapper.h38 DeleteEGLImageCallback* callback; variable
/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageWrapper.h38 DeleteEGLImageCallback* callback; variable

12345678910