Home
last modified time | relevance | path

Searched refs:chppWorkThreadStart (Results 1 – 10 of 10) sorted by relevance

/system/chre/chpp/test/
Dtransport_test.cpp396 std::thread t1(chppWorkThreadStart, &mTransportContext); in TEST_P()
502 std::thread t1(chppWorkThreadStart, &mTransportContext); in TEST_F()
530 std::thread t1(chppWorkThreadStart, &mTransportContext); in TEST_F()
558 std::thread t1(chppWorkThreadStart, &mTransportContext); in TEST_F()
591 std::thread t1(chppWorkThreadStart, &mTransportContext); in TEST_F()
668 std::thread t1(chppWorkThreadStart, &mTransportContext); in TEST_P()
700 std::thread t1(chppWorkThreadStart, &mTransportContext); in TEST_P()
832 std::thread t1(chppWorkThreadStart, &mTransportContext); in TEST_F()
873 std::thread t1(chppWorkThreadStart, &mTransportContext); in TEST_F()
915 std::thread t1(chppWorkThreadStart, &mTransportContext); in TEST_F()
[all …]
Dapp_test_base.cpp42 chppWorkThreadStart(transportContext); in workThread()
Dfake_link_sync_test.cpp98 mWorkThread = std::thread(chppWorkThreadStart, &mTransportContext); in SetUp()
Dapp_notification_test.cpp53 chppWorkThreadStart(state); in workThread()
Dapp_discovery_test.cpp50 chppWorkThreadStart(state); in workThread()
Dapp_req_resp_test.cpp52 chppWorkThreadStart(state); in workThread()
/system/chre/chpp/
DQUICKSTART.md31 1. Call chppWorkThreadStart to start the main thread for CHPP's Transport Layer
47 …ThreadHandleSignal method can be used to directly handle signals without using chppWorkThreadStart.
49 Note that the system MUST replicate the high-level behavior of chppWorkThreadStart exactly in this …
DREADME.md156 ## void chppWorkThreadStart(\*transportContext)
162 …thread for CHPP's Transport Layer that has been started by calling chppWorkThreadStart(). Stopping…
Dtransport.c1622 void chppWorkThreadStart(struct ChppTransportState *context) { in chppWorkThreadStart() function
/system/chre/chpp/include/chpp/
Dtransport.h578 void chppWorkThreadStart(struct ChppTransportState *context);