Home
last modified time | relevance | path

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

123

/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/cuttlefish_common/guest/commands/usbforward/
Dtransport_request.cpp24 CallbackType callback, in TransportRequest()
46 CallbackType callback, in TransportRequest()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref()
32 new_weakref(PyObject *ob, PyObject *callback) in new_weakref()
53 PyObject *callback = self->wr_callback; in clear_weakref() local
91 PyObject *callback; in _PyWeakref_ClearRef() local
282 PyObject *ob, *callback = NULL; in weakref___new__() local
754 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef()
813 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
890 handle_callback(PyWeakReference *ref, PyObject *callback) in handle_callback()
931 PyObject *callback = current->wr_callback; in PyObject_ClearWeakRefs() local
968 PyObject *callback = PyTuple_GET_ITEM(tuple, i * 2 + 1); in PyObject_ClearWeakRefs() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dweakrefobject.c23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref()
32 new_weakref(PyObject *ob, PyObject *callback) in new_weakref()
53 PyObject *callback = self->wr_callback; in clear_weakref() local
92 PyObject *callback; in _PyWeakref_ClearRef() local
271 PyObject *ob, *callback = NULL; in weakref___new__() local
743 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef()
802 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
879 handle_callback(PyWeakReference *ref, PyObject *callback) in handle_callback()
924 PyObject *callback = current->wr_callback; in PyObject_ClearWeakRefs() local
962 PyObject *callback = PyTuple_GET_ITEM(tuple, i * 2 + 1); in PyObject_ClearWeakRefs() local
/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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_capi.py20 def callback(): function
118 def callback(): function
Dtest_code.py125 def callback(code): function
Dtest_weakref.py41 def callback(self, ref): member in TestBase
91 def callback(object, self=self): function
650 def callback(*args): function
713 def __init__(self, ob, callback=None, value=42): argument
759 def __new__(type, ob, callback, slot1, slot2): argument
761 def __init__(self, ob, callback, slot1, slot2): argument
785 def callback(w): function
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/
Dvirtual_adb_client.cpp76 usbip::Device::AsyncTransferReadyCB callback) -> bool { in RegisterDevice()
85 usbip::Device::AsyncTransferReadyCB callback) -> bool { in RegisterDevice()
109 usbip::Device::AsyncTransferReadyCB callback) { in HandleDeviceControlRequest()
118 usbip::Device::AsyncTransferReadyCB callback) { in HandleDeviceDataRequest()
Dusb_cmd_heartbeat.cpp30 USBCmdHeartbeat::USBCmdHeartbeat(USBCmdHeartbeat::HeartbeatResultCB callback) in USBCmdHeartbeat() function in vadb::USBCmdHeartbeat
Dusb_cmd_control_transfer.cpp24 usbip::Device::AsyncTransferReadyCB callback) in USBCmdControlTransfer()
Dusb_cmd_data_transfer.cpp24 usbip::Device::AsyncTransferReadyCB callback) in USBCmdDataTransfer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
Dmutation_inside_cyclegc.py18 def callback(x): function
/device/google/cuttlefish_common/host/commands/launch/
Dprocess_monitor.cc66 void ProcessMonitor::StartSubprocess(Command cmd, OnSocketReadyCb callback) { in StartSubprocess()
76 OnSocketReadyCb callback) { in MonitorExistingSubprocess()
/device/google/wahoo/wifi_offload/test/
Dmock_chre_interface.cpp26 MockChreInterface::MockChreInterface(ChreInterfaceCallbacks* callback) : ChreInterface(callback) { in MockChreInterface()
Doffload_server_test.cpp33 CaptureCallback(ChreInterfaceCallbacks* callback, in CaptureCallback()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dftplib.py384 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
408 def retrlines(self, cmd, callback = None): argument
438 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
463 def storlines(self, cmd, fp, callback=None): argument
680 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
696 def retrlines(self, cmd, callback = None): argument
720 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
736 def storlines(self, cmd, fp, callback=None): argument
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.h81 sp<IContexthubCallback> callback; member
/device/google/wahoo/usb/
DUsbGadget.cpp215 const sp<V1_0::IUsbGadgetCallback> &callback) { in getCurrentUsbFunctions()
422 uint64_t functions, const sp<V1_0::IUsbGadgetCallback> &callback, in setupFunctions()
569 uint64_t functions, const sp<V1_0::IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/device/google/bonito/usb/
DUsbGadget.cpp231 const sp<V1_0::IUsbGadgetCallback> &callback) { in getCurrentUsbFunctions()
447 uint64_t functions, const sp<V1_0::IUsbGadgetCallback> &callback, in setupFunctions()
594 uint64_t functions, const sp<V1_0::IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/device/google/crosshatch/usb/
DUsbGadget.cpp231 const sp<V1_0::IUsbGadgetCallback> &callback) { in getCurrentUsbFunctions()
447 uint64_t functions, const sp<V1_0::IUsbGadgetCallback> &callback, in setupFunctions()
594 uint64_t functions, const sp<V1_0::IUsbGadgetCallback> &callback, in setCurrentUsbFunctions()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_weakref.c69 PyObject *callback = NULL; in weakref_proxy() local

123