Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
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.c155 SpiCbkF callback = state->rxTxCallback; in spiMasterDone() local
211 SpiCbkF callback = state->finishCallback; in spiSlaveCsInactive() local
242 SpiCbkF callback = state->rxTxCallback; in spiSlaveIdle() local
268 SpiCbkF callback, void *cookie) in spiSetupRxTx()
310 const struct SpiMode *mode, SpiCbkF callback, in spiMasterRxTx()
381 SpiCbkF callback, void *cookie) in spiSlaveRxTx()
399 int spiSlaveWaitForInactive(struct SpiDevice *dev, SpiCbkF callback, in spiSlaveWaitForInactive()
DhostIntf.c287 static void hostIntfTxBuf(int size, uint8_t *buf, HostIntfCommCallbackF callback) in hostIntfTxBuf()
295 HostIntfCommCallbackF callback) in hostIntfTxPacket()
311 HostIntfCommCallbackF callback) in hostIntfTxNakPacket()
327 HostIntfCommCallbackF callback) in hostIntfTxPacketDone()
Dseos.c114 OsDeferCbkF callback; member
1177 bool osDefer(OsDeferCbkF callback, void *cookie, bool urgent) in osDefer()
/device/google/contexthub/firmware/src/platform/linux/
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/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/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c142 I2cCallbackF callback; member
224 I2cCallbackF callback; member
585 size_t size, DmaCallbackF callback, bool rx, bool last) in stmI2cMasterStartDma()
852 I2cCallbackF callback, void *cookie) in i2cMasterTxRx()
972 I2cCallbackF callback, void *cookie) in i2cSlaveEnableRx()
1002 size_t txSize, I2cCallbackF callback, void *cookie) in i2cSlaveTx()
1037 int i2cSlaveTxPreamble(uint32_t busId, uint8_t byte, I2cCallbackF callback, in i2cSlaveTxPreamble()
1044 I2cCallbackF callback, void *cookie) in i2cSlaveTxPacket()
Ddma.c87 DmaCallbackF callback; member
239 const struct dmaMode *mode, DmaCallbackF callback, void *cookie) in dmaStart()
Dspi.c141 bool minc, size_t size, DmaCallbackF callback, bool rx) in stmSpiStartDma()
/device/htc/flounder/audio/soundtrigger/
Dsound_trigger_hw.c309 recognition_callback_t callback = stdev->recognition_callback; in callback_thread_loop() local
370 sound_model_callback_t callback, in stdev_load_sound_model()
447 recognition_callback_t callback, in stdev_start_recognition()
/device/google/dragon/audio/soundtrigger/
Dsound_trigger_hw.c275 recognition_callback_t callback = stdev->recognition_callback; in callback_thread_loop() local
338 sound_model_callback_t callback, in stdev_load_sound_model()
415 recognition_callback_t callback, in stdev_start_recognition()
/device/google/contexthub/sensorhal/
Dactivity.cpp74 const activity_recognition_callback_procs_t *callback) { in RegisterActivityCallbackWrapper()
308 const activity_recognition_callback_procs_t *callback) { in registerActivityCallback()
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp429 std::function<bool(const SensorSpec&)> callback) { in ForEachSensor()
515 std::function<bool(const AppToHostEvent&)> callback, int timeout_ms) { in ReadAppEvents()
555 void ContextHub::ReadSensorEvents(std::function<bool(const SensorEvent&)> callback) { in ReadSensorEvents()
/device/asus/fugu/libaudio/
DAudioHotplugThread.cpp127 AudioHotplugThread::AudioHotplugThread(Callback& callback) in AudioHotplugThread()
/device/generic/goldfish/gps/
Dgps_qemu.c187 gps_location_callback callback; member
/device/htc/flounder/audio/hal/
Daudio_hw.c3344 stream_callback_t callback, void *cookie) in out_set_callback()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c761 SpiCbkF callback, void *cookie, const char * src)