Home
last modified time | relevance | path

Searched refs:chppRxDataCb (Results 1 – 6 of 6) sorted by relevance

/system/chre/chpp/test/
Dfake_link_sync_test.cpp109 chppRxDataCb(&mTransportContext, reinterpret_cast<uint8_t *>(&resetAck), in SetUp()
168 chppRxDataCb(&mTransportContext, reinterpret_cast<uint8_t *>(&ack), in TEST_F()
187 chppRxDataCb(&mTransportContext, reinterpret_cast<uint8_t *>(&ack), in TEST_F()
Dtransport_test.cpp283 EXPECT_TRUE(chppRxDataCb(transportContext, buf, len)); in openService()
336 EXPECT_TRUE(chppRxDataCb(transportContext, buf, len)); in sendCommandToService()
358 EXPECT_TRUE(chppRxDataCb(&mTransportContext, mBuf, len)); in TEST_P()
378 EXPECT_FALSE(chppRxDataCb(&mTransportContext, mBuf, len)); in TEST_P()
381 EXPECT_TRUE(chppRxDataCb(&mTransportContext, mBuf, len)); in TEST_P()
411 chppRxDataCb(&mTransportContext, mBuf, in TEST_P()
431 chppRxDataCb( in TEST_P()
447 EXPECT_TRUE(chppRxDataCb( in TEST_P()
512 EXPECT_FALSE(chppRxDataCb(&mTransportContext, mBuf, partLenPreamble)); in TEST_F()
540 EXPECT_FALSE(chppRxDataCb(&mTransportContext, mBuf, partLenHeader)); in TEST_F()
[all …]
/system/chre/chpp/platform/linux/
Dlink.c83 } else if (!chppRxDataCb(context->remoteLinkState->transportContext, in linkSendThread()
100 chppRxDataCb(context->transportContext, context->remoteLinkState->buf, in linkSendThread()
/system/chre/chpp/include/chpp/
Dtransport.h496 bool chppRxDataCb(struct ChppTransportState *context, const uint8_t *buf,
/system/chre/chpp/
DREADME.md135 ## bool chppRxDataCb(\*transportContext, \*buf, len)
Dtransport.c1466 bool chppRxDataCb(struct ChppTransportState *context, const uint8_t *buf, in chppRxDataCb() function