Home
last modified time | relevance | path

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

12345

/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/cuttlefish/guest/services/cf_satellite_service/src/com/google/android/telephony/satellite/
DCFSatelliteService.java158 @NonNull IBooleanConsumer callback) { in requestIsSatelliteEnabled()
165 @NonNull IBooleanConsumer callback) { in requestIsSatelliteSupported()
172 @NonNull ISatelliteCapabilitiesConsumer callback) { in requestSatelliteCapabilities()
214 @NonNull IBooleanConsumer callback) { in requestIsSatelliteProvisioned()
234 @NonNull IIntegerConsumer callback) { in requestSatelliteModemState()
241 @NonNull IIntegerConsumer errorCallback, @NonNull IBooleanConsumer callback) { in requestIsSatelliteCommunicationAllowedForCurrentLocation()
252 @NonNull IIntegerConsumer callback) { in requestTimeForNextSatelliteVisibility()
/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/gs201/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/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.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()
488 const shared_ptr<IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/device/generic/car/emulator/vhal_v2_0/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/vhal_v2_0/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/vhal_v2_0/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/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/bramble/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/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/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/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/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/commands/cvd/
Depoll_loop.cpp39 EpollCallback callback) { in Register()
52 EpollCallback callback; in HandleEvent() local
/device/google/cuttlefish/host/libs/wayland/
Dwayland_server.cpp100 void WaylandServer::SetFrameCallback(Surfaces::FrameCallback callback) { in SetFrameCallback()
104 void WaylandServer::SetDisplayEventCallback(DisplayEventCallback callback) { in SetDisplayEventCallback()
Dwayland_surfaces.cpp26 void Surfaces::SetFrameCallback(FrameCallback callback) { in SetFrameCallback()
31 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/vulkan-cereal/fake-android-guest/androidImpl/
DVsync.cpp33 Impl(Callback callback, int refreshRate = 60) in Impl()
98 Vsync::Vsync(int refreshRate, Vsync::Callback callback) in Vsync() function in aemu::Vsync
/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc44 HttpClient::DataCallback* callback = (HttpClient::DataCallback*)userdata; in curl_to_function_cb() local
119 DataCallback callback, const std::string& url, in DownloadToCallback()
129 auto callback = [&stream, path](char* data, size_t size) -> bool { in DownloadToFile() local
202 auto callback = [&stream](char* data, size_t size) -> bool { in DownloadToString() local
216 HttpMethod method, DataCallback callback, const std::string& url, in DownloadToCallback()

12345