/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 39 …void getValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.… in getValues() 40 …void setValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.… in setValues() 41 …void subscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardwa… in subscribe() 42 …void unsubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in int[] propId… in unsubscribe() 43 …void returnSharedMemory(in android.hardware.automotive.vehicle.IVehicleCallback callback, long sha… in returnSharedMemory()
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 39 …void getValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.… in getValues() 40 …void setValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.… in setValues() 41 …void subscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardwa… in subscribe() 42 …void unsubscribe(in android.hardware.automotive.vehicle.IVehicleCallback callback, in int[] propId… in unsubscribe() 43 …void returnSharedMemory(in android.hardware.automotive.vehicle.IVehicleCallback callback, long sha… in returnSharedMemory()
|
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 109 void getValues(IVehicleCallback callback, in GetValueRequests requests); in getValues() 155 void setValues(IVehicleCallback callback, in SetValueRequests requests); in setValues() 219 void subscribe(in IVehicleCallback callback, in SubscribeOptions[] options, in subscribe() 236 void unsubscribe(in IVehicleCallback callback, in int[] propIds); in unsubscribe() 254 void returnSharedMemory(in IVehicleCallback callback, long sharedMemoryId); in returnSharedMemory()
|
/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/interfaces/automotive/vehicle/aidl/impl/vhal/src/ |
D | ConnectedClient.cpp | 51 ScopedAStatus callCallback<GetValueResults>(std::shared_ptr<IVehicleCallback> callback, in callCallback() 57 ScopedAStatus callCallback<SetValueResults>(std::shared_ptr<IVehicleCallback> callback, in callCallback() 64 void sendGetOrSetValueResult(std::shared_ptr<IVehicleCallback> callback, const ResultType& result) { in sendGetOrSetValueResult() 79 void sendGetOrSetValueResultsSeparately(std::shared_ptr<IVehicleCallback> callback, in sendGetOrSetValueResultsSeparately() 88 void sendGetOrSetValueResults(std::shared_ptr<IVehicleCallback> callback, in sendGetOrSetValueResults() 113 std::shared_ptr<::aidl::android::hardware::automotive::vehicle::IVehicleCallback> callback, in onTimeout() 130 std::shared_ptr<::aidl::android::hardware::automotive::vehicle::IVehicleCallback> callback, in getOrSetValuesCallback() 192 std::shared_ptr<IVehicleCallback> callback) in ConnectedClient() 210 std::shared_ptr<PendingRequestPool> requestPool, std::shared_ptr<IVehicleCallback> callback) in GetSetValuesClient() 252 std::shared_ptr<IVehicleCallback> callback) in SubscriptionClient() [all …]
|
/hardware/interfaces/sensors/aidl/default/ |
D | Sensor.cpp | 32 Sensor::Sensor(ISensorsEventCallback* callback) in Sensor() 178 OnChangeSensor::OnChangeSensor(ISensorsEventCallback* callback) in OnChangeSensor() 204 AccelSensor::AccelSensor(int32_t sensorHandle, ISensorsEventCallback* callback) : Sensor(callback) { in AccelSensor() 232 PressureSensor::PressureSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in PressureSensor() 255 MagnetometerSensor::MagnetometerSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in MagnetometerSensor() 284 LightSensor::LightSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in LightSensor() 307 ProximitySensor::ProximitySensor(int32_t sensorHandle, ISensorsEventCallback* callback) in ProximitySensor() 331 GyroSensor::GyroSensor(int32_t sensorHandle, ISensorsEventCallback* callback) : Sensor(callback) { in GyroSensor() 359 AmbientTempSensor::AmbientTempSensor(int32_t sensorHandle, ISensorsEventCallback* callback) in AmbientTempSensor() 383 ISensorsEventCallback* callback) in RelativeHumiditySensor() [all …]
|
/hardware/interfaces/wifi/1.6/default/ |
D | wifi_nan_iface.cpp | 69 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in WifiNanIface() local 77 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in WifiNanIface() local 85 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in WifiNanIface() local 95 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in WifiNanIface() local 103 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in WifiNanIface() local 111 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in WifiNanIface() local 122 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in WifiNanIface() local 130 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in WifiNanIface() local 144 for (const auto& callback : shared_ptr_this->getEventCallbacks_1_6()) { in WifiNanIface() local 153 for (const auto& callback : shared_ptr_this->getEventCallbacks()) { in WifiNanIface() local [all …]
|
/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/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/interfaces/neuralnetworks/utils/adapter/hidl/src/ |
D | PreparedModel.cpp | 60 explicit FencedExecutionCallback(const nn::ExecuteFencedInfoCallback& callback) in FencedExecutionCallback() 88 void notify(V1_0::IExecutionCallback* callback, nn::ErrorStatus status, in notify() 99 void notify(V1_2::IExecutionCallback* callback, nn::ErrorStatus status, in notify() 112 void notify(V1_3::IExecutionCallback* callback, nn::ErrorStatus status, in notify() 126 void notify(CallbackType* callback, ExecutionResult result) { in notify() 139 const sp<V1_0::IExecutionCallback>& callback) { in execute() 159 const sp<V1_2::IExecutionCallback>& callback) { in execute_1_2() 182 const sp<V1_3::IExecutionCallback>& callback) { in execute_1_3() 251 const nn::SharedPreparedModel& preparedModel, const sp<V1_2::IBurstCallback>& callback, in configureExecutionBurst() 293 const sp<V1_0::IExecutionCallback>& callback) { in execute() [all …]
|
D | Device.cpp | 72 void notify(V1_0::IPreparedModelCallback* callback, nn::ErrorStatus status, in notify() 83 void notify(V1_2::IPreparedModelCallback* callback, nn::ErrorStatus status, in notify() 95 void notify(V1_3::IPreparedModelCallback* callback, nn::ErrorStatus status, in notify() 108 void notify(CallbackType* callback, PrepareModelResult result) { in notify() 129 const sp<V1_0::IPreparedModelCallback>& callback) { in prepareModel() 149 const sp<V1_0::IPreparedModelCallback>& callback) { in prepareModel_1_1() 173 const sp<V1_2::IPreparedModelCallback>& callback) { in prepareModel_1_2() 201 const sp<V1_3::IPreparedModelCallback>& callback) { in prepareModel_1_3() 231 const sp<V1_2::IPreparedModelCallback>& callback) { in prepareModelFromCache() 254 const sp<V1_3::IPreparedModelCallback>& callback) { in prepareModelFromCache_1_3() [all …]
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/ |
D | PendingRequestPoolTest.cpp | 74 auto callback = std::make_shared<PendingRequestPool::TimeoutCallbackFunc>( in TEST_F() local 107 auto callback = std::make_shared<PendingRequestPool::TimeoutCallbackFunc>( in TEST_F() local 147 auto callback = std::make_shared<PendingRequestPool::TimeoutCallbackFunc>( in TEST_F() local 167 auto callback = std::make_shared<PendingRequestPool::TimeoutCallbackFunc>( in TEST_F() local 190 auto callback = std::make_shared<PendingRequestPool::TimeoutCallbackFunc>( in TEST_F() local 210 auto callback = std::make_shared<PendingRequestPool::TimeoutCallbackFunc>( in TEST_F() local 228 auto callback = std::make_shared<PendingRequestPool::TimeoutCallbackFunc>( in TEST_F() local 239 auto callback = std::make_shared<PendingRequestPool::TimeoutCallbackFunc>( in TEST_F() local 252 auto callback = std::make_shared<PendingRequestPool::TimeoutCallbackFunc>( in TEST_F() local
|
/hardware/interfaces/soundtrigger/2.3/cli/java/android/hardware/soundtrigger/V2_3/cli/ |
D | SthalCli.java | 117 final ISoundTriggerHwCallback callback; field in SthalCli.SoundTriggerImpl.Model 122 Model(ISoundTriggerHwCallback callback, SoundModel model) { in Model() 128 Model(ISoundTriggerHwCallback callback, PhraseSoundModel model) { in Model() 208 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, in loadSoundModel_2_1() 218 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie, in loadPhraseSoundModel_2_1() 307 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback callback, int cookie) { in startRecognition_2_1() 319 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie, in loadSoundModel() 327 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie, in loadPhraseSoundModel() 335 android.hardware.soundtrigger.V2_0.ISoundTriggerHwCallback callback, int cookie) { in startRecognition()
|
/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/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/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/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/current/android/hardware/gnss/ |
D | IGnssMeasurementInterface.aidl | 38 …void setCallback(in android.hardware.gnss.IGnssMeasurementCallback callback, in boolean enableFull… in setCallback() 40 …void setCallbackWithOptions(in android.hardware.gnss.IGnssMeasurementCallback callback, in android… in setCallbackWithOptions()
|
/hardware/interfaces/gnss/aidl/android/hardware/gnss/ |
D | IGnssMeasurementInterface.aidl | 92 void setCallback(in IGnssMeasurementCallback callback, in boolean enableFullTracking, in setCallback() 109 void setCallbackWithOptions(in IGnssMeasurementCallback callback, in Options options); in setCallbackWithOptions()
|
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/2/android/hardware/gnss/ |
D | IGnssMeasurementInterface.aidl | 38 …void setCallback(in android.hardware.gnss.IGnssMeasurementCallback callback, in boolean enableFull… in setCallback() 40 …void setCallbackWithOptions(in android.hardware.gnss.IGnssMeasurementCallback callback, in android… in setCallbackWithOptions()
|
/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/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()
|