Home
last modified time | relevance | path

Searched refs:chppRunTransportLoopback (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/chpp/test/
H A Dapp_test.cpp59 chppRunTransportLoopback(mClientAppContext.transportContext, buf, in TEST_F()
67 chppRunTransportLoopback(mClientAppContext.transportContext, buf, 100)); in TEST_F()
74 chppRunTransportLoopback(mClientAppContext.transportContext, buf, 1)); in TEST_F()
81 chppRunTransportLoopback(mClientAppContext.transportContext, buf, 0)); in TEST_F()
/aosp12/system/chre/chpp/include/chpp/
H A Dtransport.h705 uint8_t chppRunTransportLoopback(struct ChppTransportState *context,
/aosp12/system/chre/chpp/
H A Dtransport.c1649 uint8_t chppRunTransportLoopback(struct ChppTransportState *context, in chppRunTransportLoopback() function