Home
last modified time | relevance | path

Searched refs:loopback (Results 1 – 12 of 12) sorted by relevance

/system/chre/chpp/
DRELEASE_NOTES.md43 This release contains bug fixes as well as the loopback client.
47 - Loopback client to run and verify a loopback test using a provided data buffer
57 This release contains additional clients, a virtual link layer for testing (e.g., using loopback), …
63 …that connects CHPP with itself on Linux to enable testing, including reset, discovery, and loopback
80 This release updates client functionality using the parser, adds a transport-layer loopback mechani…
86 …- Transport-layer-loopback client and service. The Transport-layer loopback ignores app layer func…
93 - Corrected loopback assert
108 - Multiple loopback client support
109 - Transport-layer-loopback client validates response and returns the result
DAndroid.bp72 "clients/loopback.c",
82 "services/loopback.c",
DQUICKSTART.md46 ….c. In addition, loopback functionality is already implemented in CHPP, and can be used for testin…
DREADME.md214 Loopback testing is a mandatory service where the loopback service relays the entire received datag…
215 …esting the loopback must set the handle to 0x01, and the message type to 0 (i.e. request from clie…
/system/bt/vendor_libs/test_vendor_lib/
DAndroid.bp40 "model/devices/loopback.cc",
/system/sepolicy/prebuilts/api/29.0/public/
Dkernel.te85 # Needed because APEX uses the loopback driver, which issues requests from
/system/sepolicy/public/
Dkernel.te90 # Needed because APEX uses the loopback driver, which issues requests from
Dvold.te297 # vold might need to search loopback apex files
/system/sepolicy/prebuilts/api/30.0/public/
Dkernel.te85 # Needed because APEX uses the loopback driver, which issues requests from
/system/sepolicy/prebuilts/api/31.0/public/
Dkernel.te90 # Needed because APEX uses the loopback driver, which issues requests from
Dvold.te297 # vold might need to search loopback apex files
/system/netd/tests/
Dbinder_test.cpp2387 in_addr loopback = {htonl(INADDR_LOOPBACK)}; in TEST_F() local
2391 EXPECT_EQ(1, std::count(listenAddrs.begin(), listenAddrs.end(), IPAddress(loopback))); in TEST_F()