Home
last modified time | relevance | path

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

123

/device/generic/car/emulator/car_emulator_interfaces/aidl/aidl_api/device.generic.car.emulator-aidl/1/device/generic/car/emulator/
DIVehicleBus.aidl22 void setOnNewPropValuesCallback(device.generic.car.emulator.IVehicleBusCallback callback); in setOnNewPropValuesCallback()
23 void unsetOnNewPropValuesCallback(device.generic.car.emulator.IVehicleBusCallback callback); in unsetOnNewPropValuesCallback()
/device/generic/car/emulator/car_emulator_interfaces/aidl/device/generic/car/emulator/
DIVehicleBus.aidl25 void setOnNewPropValuesCallback(IVehicleBusCallback callback); in setOnNewPropValuesCallback()
31 void unsetOnNewPropValuesCallback(IVehicleBusCallback callback); in unsetOnNewPropValuesCallback()
/device/generic/car/emulator/car_emulator_interfaces/aidl/aidl_api/device.generic.car.emulator-aidl/current/device/generic/car/emulator/
DIVehicleBus.aidl22 void setOnNewPropValuesCallback(device.generic.car.emulator.IVehicleBusCallback callback); in setOnNewPropValuesCallback()
23 void unsetOnNewPropValuesCallback(device.generic.car.emulator.IVehicleBusCallback callback); in unsetOnNewPropValuesCallback()
/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c41 HostIntfCommCallbackF callback = cookie; in hostIntfSpiRxCallback() local
47 HostIntfCommCallbackF callback = cookie; in hostIntfSpiTxCallback() local
57 HostIntfCommCallbackF callback) in hostIntfSpiRxPacket()
73 HostIntfCommCallbackF callback) in hostIntfSpiTxPacket()
DhostIntfI2c.c31 HostIntfCommCallbackF callback = cookie; in hostIntfI2cRxCallback() local
39 HostIntfCommCallbackF callback = cookie; in hostIntfI2cTxCallback() local
51 HostIntfCommCallbackF callback) in hostIntfI2cRxPacket()
59 HostIntfCommCallbackF callback) in hostIntfI2cTxPacket()
Dspi.c156 SpiCbkF callback = state->rxTxCallback; in spiMasterDone() local
214 SpiCbkF callback = state->finishCallback; in spiSlaveCsInactive() local
247 SpiCbkF callback = state->rxTxCallback; in spiSlaveIdle() local
275 SpiCbkF callback, void *cookie) in spiSetupRxTx()
318 const struct SpiMode *mode, SpiCbkF callback, in spiMasterRxTx()
389 SpiCbkF callback, void *cookie) in spiSlaveRxTx()
407 int spiSlaveWaitForInactive(struct SpiDevice *dev, SpiCbkF callback, in spiSlaveWaitForInactive()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DBleConnection.java133 final CharacteristicWriteResultCallback callback; field in BleConnection.CharacteristicWriteRequest
138 CharacteristicWriteResultCallback callback) { in CharacteristicWriteRequest()
154 final CharacteristicReadResultCallback callback; field in BleConnection.CharacteristicReadRequest
158 CharacteristicReadResultCallback callback) { in CharacteristicReadRequest()
173 final DescriptorWriteResultCallback callback; field in BleConnection.DescriptorWriteRequest
178 DescriptorWriteResultCallback callback) { in DescriptorWriteRequest()
246 CharacteristicWriteResultCallback callback) { in writeCharacteristic()
265 CharacteristicReadResultCallback callback) { in readCharacteristic()
284 DescriptorWriteResultCallback callback) { in writeDescriptor()
305 public boolean requestMtu(int mtu, Consumer<Boolean> callback) { in requestMtu()
[all …]
/device/google/contexthub/firmware/os/platform/native/
Di2c.c41 I2cCallbackF callback, void *cookie) in i2cMasterTxRx()
57 I2cCallbackF callback, void *cookie) in i2cSlaveEnableRx()
62 int i2cSlaveTxPreamble(I2cBus busId, uint8_t byte, I2cCallbackF callback, void *cookie) in i2cSlaveTxPreamble()
67 int i2cSlaveTxPacket(I2cBus busId, const void *txBuf, size_t txSize, I2cCallbackF callback, void *c… in i2cSlaveTxPacket()
/device/google/contexthub/firmware/os/inc/
Di2c.h35 const void *txBuf, size_t txSize, I2cCallbackF callback, void *cookie) in i2cMasterTx()
39 void *rxBuf, size_t rxSize, I2cCallbackF callback, void *cookie) in i2cMasterRx()
/device/google/cuttlefish/guest/services/cf_satellite_service/src/com/google/android/telephony/satellite/
DCFSatelliteService.java156 @NonNull IBooleanConsumer callback) { in requestIsSatelliteEnabled()
163 @NonNull IBooleanConsumer callback) { in requestIsSatelliteSupported()
170 @NonNull ISatelliteCapabilitiesConsumer callback) { in requestSatelliteCapabilities()
209 @NonNull IIntegerConsumer callback) { in requestSatelliteModemState()
216 @NonNull IIntegerConsumer callback) { in requestTimeForNextSatelliteVisibility()
/device/google/cuttlefish/host/libs/wayland/
Dwayland_server.cpp102 void WaylandServer::SetFrameCallback(Surfaces::FrameCallback callback) { in SetFrameCallback()
106 void WaylandServer::SetDisplayEventCallback(DisplayEventCallback callback) { in SetDisplayEventCallback()
Dwayland_surfaces.cpp27 void Surfaces::SetFrameCallback(FrameCallback callback) { in SetFrameCallback()
32 void Surfaces::SetDisplayEventCallback(DisplayEventCallback callback) { in SetDisplayEventCallback()
/device/generic/car/emulator/usbpt/protocan/protocanbus/
DVehicleBus.cpp37 const std::shared_ptr<IVehicleBusCallback>& callback) { in setOnNewPropValuesCallback()
53 const std::shared_ptr<IVehicleBusCallback>& callback) { in unsetOnNewPropValuesCallback()
/device/generic/goldfish/hals/gnss/
DGnssMeasurementInterface.cpp107 const std::shared_ptr<IGnssMeasurementCallback>& callback, in setCallback()
119 const std::shared_ptr<IGnssMeasurementCallback>& callback, in setCallbackWithOptions()
144 const std::shared_ptr<IGnssMeasurementCallback>& callback, in setCallbackImpl()
DGnssAntennaInfo.cpp28 const std::shared_ptr<IGnssAntennaInfoCallback>& callback) { in setCallback()
DGnssPowerIndication.cpp33 const std::shared_ptr<IGnssPowerIndicationCallback>& callback) { in setCallback()
/device/generic/goldfish-opengl/system/hwc3/
DDrmEventListener.h42 DrmEventListener(std::function<void()> callback) : mOnEventCallback(std::move(callback)) {} in DrmEventListener()
DDrmEventListener.cpp25 std::function<void()> callback) { in create()
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.h81 sp<IContexthubCallback> callback; member
/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc85 HttpClient::DataCallback* callback = (HttpClient::DataCallback*)userdata; in curl_to_function_cb() local
162 DataCallback callback, const std::string& url, in DownloadToCallback()
172 auto callback = [&stream, path](char* data, size_t size) -> bool { in DownloadToFile() local
245 auto callback = [&stream](char* data, size_t size) -> bool { in DownloadToString() local
259 HttpMethod method, DataCallback callback, const std::string& url, in DownloadToCallback()
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_device_3_4.cpp65 Return<void> VsockCameraDevice::open(const sp<ICameraDeviceCallback>& callback, in open()
Dvsock_camera_server.cpp70 void VsockCameraServer::setConnectedCallback(callback_t callback) { in setConnectedCallback()
/device/google/cuttlefish/host/libs/config/
Dfeature.h137 const std::function<Result<void>(Subclass*)>& callback) { in TopologicalVisit()
/device/google/trout/hal/sensors/2.1/
DSensor.cpp38 SensorBase::SensorBase(int32_t sensorHandle, ISensorsEventCallback* callback, SensorType type) in SensorBase()
440 HWSensorBase* HWSensorBase::buildSensor(int32_t sensorHandle, ISensorsEventCallback* callback, in buildSensor()
455 HWSensorBase::HWSensorBase(int32_t sensorHandle, ISensorsEventCallback* callback, in HWSensorBase()
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c143 I2cCallbackF callback; member
224 I2cCallbackF callback; member
600 size_t size, DmaCallbackF callback, bool rx, bool last) in stmI2cMasterStartDma()
912 I2cCallbackF callback, void *cookie) in i2cMasterTxRx()
1033 I2cCallbackF callback, void *cookie) in i2cSlaveEnableRx()
1063 size_t txSize, I2cCallbackF callback, void *cookie) in i2cSlaveTx()
1098 int i2cSlaveTxPreamble(uint32_t busId, uint8_t byte, I2cCallbackF callback, in i2cSlaveTxPreamble()
1105 I2cCallbackF callback, void *cookie) in i2cSlaveTxPacket()

123