Searched refs:loopback (Results 1 – 12 of 12) sorted by relevance
/system/chre/chpp/ |
D | RELEASE_NOTES.md | 43 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
|
D | Android.bp | 72 "clients/loopback.c", 82 "services/loopback.c",
|
D | QUICKSTART.md | 46 ….c. In addition, loopback functionality is already implemented in CHPP, and can be used for testin…
|
D | README.md | 214 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/ |
D | Android.bp | 40 "model/devices/loopback.cc",
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | kernel.te | 85 # Needed because APEX uses the loopback driver, which issues requests from
|
/system/sepolicy/public/ |
D | kernel.te | 90 # Needed because APEX uses the loopback driver, which issues requests from
|
D | vold.te | 297 # vold might need to search loopback apex files
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | kernel.te | 85 # Needed because APEX uses the loopback driver, which issues requests from
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | kernel.te | 90 # Needed because APEX uses the loopback driver, which issues requests from
|
D | vold.te | 297 # vold might need to search loopback apex files
|
/system/netd/tests/ |
D | binder_test.cpp | 2387 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()
|