Searched refs:chppWorkThreadStart (Results 1 – 10 of 10) sorted by relevance
/system/chre/chpp/test/ |
D | transport_test.cpp | 396 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 …]
|
D | app_test_base.cpp | 42 chppWorkThreadStart(transportContext); in workThread()
|
D | fake_link_sync_test.cpp | 98 mWorkThread = std::thread(chppWorkThreadStart, &mTransportContext); in SetUp()
|
D | app_notification_test.cpp | 53 chppWorkThreadStart(state); in workThread()
|
D | app_discovery_test.cpp | 50 chppWorkThreadStart(state); in workThread()
|
D | app_req_resp_test.cpp | 52 chppWorkThreadStart(state); in workThread()
|
/system/chre/chpp/ |
D | QUICKSTART.md | 31 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 …
|
D | README.md | 156 ## void chppWorkThreadStart(\*transportContext) 162 …thread for CHPP's Transport Layer that has been started by calling chppWorkThreadStart(). Stopping…
|
D | transport.c | 1622 void chppWorkThreadStart(struct ChppTransportState *context) { in chppWorkThreadStart() function
|
/system/chre/chpp/include/chpp/ |
D | transport.h | 578 void chppWorkThreadStart(struct ChppTransportState *context);
|