Home
last modified time | relevance | path

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

123

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DBleConnection.java129 final CharacteristicWriteResultCallback callback; field in BleConnection.CharacteristicWriteRequest
134 CharacteristicWriteResultCallback callback) { in CharacteristicWriteRequest()
150 final CharacteristicReadResultCallback callback; field in BleConnection.CharacteristicReadRequest
154 CharacteristicReadResultCallback callback) { in CharacteristicReadRequest()
169 final DescriptorWriteResultCallback callback; field in BleConnection.DescriptorWriteRequest
174 DescriptorWriteResultCallback callback) { in DescriptorWriteRequest()
241 CharacteristicWriteResultCallback callback) { in writeCharacteristic()
260 CharacteristicReadResultCallback callback) { in readCharacteristic()
279 DescriptorWriteResultCallback callback) { in writeDescriptor()
300 public boolean requestMtu(int mtu, Consumer<Boolean> callback) { in requestMtu()
[all …]
/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/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/zumapro/usb/gadget/
DUsbGadget.cpp108 ScopedAStatus UsbGadget::getCurrentUsbFunctions(const shared_ptr<IUsbGadgetCallback> &callback, in getCurrentUsbFunctions()
120 ScopedAStatus UsbGadget::getUsbSpeed(const shared_ptr<IUsbGadgetCallback> &callback, in getUsbSpeed()
345 ScopedAStatus UsbGadget::reset(const shared_ptr<IUsbGadgetCallback> &callback, in reset()
373 const shared_ptr<IUsbGadgetCallback> &callback, uint64_t timeout, in setupFunctions()
455 const shared_ptr<IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/device/google/cuttlefish/guest/services/cf_satellite_service/src/com/google/android/telephony/satellite/
DCFSatelliteService.java160 @NonNull IBooleanConsumer callback) { in requestIsSatelliteEnabled()
167 @NonNull IBooleanConsumer callback) { in requestIsSatelliteSupported()
174 @NonNull ISatelliteCapabilitiesConsumer callback) { in requestSatelliteCapabilities()
216 @NonNull IBooleanConsumer callback) { in requestIsSatelliteProvisioned()
236 @NonNull IIntegerConsumer callback) { in requestSatelliteModemState()
243 @NonNull IIntegerConsumer callback) { in requestTimeForNextSatelliteVisibility()
/device/google/gs201/usb/gadget/
DUsbGadget.cpp107 ScopedAStatus UsbGadget::getCurrentUsbFunctions(const shared_ptr<IUsbGadgetCallback> &callback, in getCurrentUsbFunctions()
119 ScopedAStatus UsbGadget::getUsbSpeed(const shared_ptr<IUsbGadgetCallback> &callback, in getUsbSpeed()
344 ScopedAStatus UsbGadget::reset(const shared_ptr<IUsbGadgetCallback> &callback, in reset()
390 const shared_ptr<IUsbGadgetCallback> &callback, uint64_t timeout, in setupFunctions()
473 const shared_ptr<IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/device/google/zuma/usb/gadget/
DUsbGadget.cpp127 ScopedAStatus UsbGadget::getCurrentUsbFunctions(const shared_ptr<IUsbGadgetCallback> &callback, in getCurrentUsbFunctions()
139 ScopedAStatus UsbGadget::getUsbSpeed(const shared_ptr<IUsbGadgetCallback> &callback, in getUsbSpeed()
364 ScopedAStatus UsbGadget::reset(const shared_ptr<IUsbGadgetCallback> &callback, in reset()
408 const shared_ptr<IUsbGadgetCallback> &callback, uint64_t timeout, in setupFunctions()
491 const shared_ptr<IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/device/google/gs101/usb/gadget/
DUsbGadget.cpp107 ScopedAStatus UsbGadget::getCurrentUsbFunctions(const shared_ptr<IUsbGadgetCallback> &callback, in getCurrentUsbFunctions()
119 ScopedAStatus UsbGadget::getUsbSpeed(const shared_ptr<IUsbGadgetCallback> &callback, in getUsbSpeed()
344 ScopedAStatus UsbGadget::reset(const shared_ptr<IUsbGadgetCallback> &callback, in reset()
390 const shared_ptr<IUsbGadgetCallback> &callback, uint64_t timeout, in setupFunctions()
539 const shared_ptr<IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/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/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/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/google/coral/usb/gadget/
DUsbGadget.cpp48 Return<void> UsbGadget::getCurrentUsbFunctions(const sp<V1_0::IUsbGadgetCallback> &callback) { in getCurrentUsbFunctions()
229 const sp<V1_0::IUsbGadgetCallback> &callback, in setupFunctions()
298 const sp<V1_0::IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/device/google/redfin/usb/gadget/
DUsbGadget.cpp48 Return<void> UsbGadget::getCurrentUsbFunctions(const sp<V1_0::IUsbGadgetCallback> &callback) { in getCurrentUsbFunctions()
240 const sp<V1_0::IUsbGadgetCallback> &callback, in setupFunctions()
309 const sp<V1_0::IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/device/google/sunfish/usb/gadget/
DUsbGadget.cpp48 Return<void> UsbGadget::getCurrentUsbFunctions(const sp<V1_0::IUsbGadgetCallback> &callback) { in getCurrentUsbFunctions()
240 const sp<V1_0::IUsbGadgetCallback> &callback, in setupFunctions()
309 const sp<V1_0::IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/device/google/barbet/usb/gadget/
DUsbGadget.cpp48 Return<void> UsbGadget::getCurrentUsbFunctions(const sp<V1_0::IUsbGadgetCallback> &callback) { in getCurrentUsbFunctions()
240 const sp<V1_0::IUsbGadgetCallback> &callback, in setupFunctions()
309 const sp<V1_0::IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/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/generic/goldfish/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()
/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/google/felix/vibrator/cs40l26/
DVibrator.cpp755 const std::shared_ptr<IVibratorCallback> &callback) { in on()
779 const std::shared_ptr<IVibratorCallback> &callback, in perform()
861 const std::shared_ptr<IVibratorCallback> &callback) { in compose()
959 const std::shared_ptr<IVibratorCallback> &callback) { in on()
1235 const std::shared_ptr<IVibratorCallback> &callback) { in composePwle()
1636 const std::shared_ptr<IVibratorCallback> &callback, in performEffect()
1673 const std::shared_ptr<IVibratorCallback> &callback) { in performEffect()
1679 void Vibrator::waitForComplete(std::shared_ptr<IVibratorCallback> &&callback) { in waitForComplete()
/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/generic/goldfish-opengl/system/hwc3/
DDrmEventListener.h42 DrmEventListener(std::function<void()> callback) : mOnEventCallback(std::move(callback)) {} in DrmEventListener()

123