/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/ |
raw.h | 27 CAN_RAW_LOOPBACK, /* local loopback (default:on) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/ |
raw.h | 25 CAN_RAW_LOOPBACK, /* local loopback (default:on) */
|
/bionic/tests/ |
netinet_in_test.cpp | 34 in6_addr loopback = IN6ADDR_LOOPBACK_INIT; local 35 ASSERT_EQ(0, memcmp(&loopback, &in6addr_loopback, sizeof(in6addr_loopback)));
|
/external/autotest/client/samples/ |
control.fs | 9 Runs a series of filesystem tests on a loopback partition using different 11 creating loopback partitions instead of using real disk partitions, looping.
|
control.fs_options | 9 Runs a series of filesystem tests on a loopback partition. This shows some 10 features of the job.partition method, such as creating loopback partitions
|
/external/autotest/client/site_tests/cellular_MbimComplianceDataTransfer/ |
cellular_MbimComplianceDTS01.py | 33 loopback = loopback_sequence.LoopbackSequence(self.device_context) 34 _, _, _, payload = loopback.run(ntb_format=mbim_constants.NTB_FORMAT_16)
|
cellular_MbimComplianceDTS0309.py | 38 loopback = loopback_sequence.LoopbackSequence(self.device_context) 39 nth, _, _, _ = loopback.run(ntb_format=ntb_format)
|
cellular_MbimComplianceDTS1622.py | 38 loopback = loopback_sequence.LoopbackSequence(self.device_context) 39 _, _, ndp_entries, _ = loopback.run(ntb_format=ntb_format)
|
cellular_MbimComplianceDTS1723.py | 38 loopback = loopback_sequence.LoopbackSequence(self.device_context) 39 _, _, ndp_entries, _ = loopback.run(ntb_format=ntb_format)
|
control.DTS01 | 25 This test sets the data interface of the modem in loopback mode
|
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/ |
video_WebRtcPeerConnectionWithCamera.py | 16 # Statistics from the loopback.html page. 34 """Opens WebRTC loopback page. 42 os.path.join(self.bindir, 'loopback.html'))) 108 # Open WebRTC loopback page and start the loopback. 116 """Get the WebRTC Peerconnection loopback results.""" 118 logging.error('loopback.html did not complete') 123 logging.error('Cannot retrieve results from loopback.html page')
|
/external/libnfc-nci/src/nfc/nfc/ |
nfc_test.c | 45 ** to NFCC for loopback test. 46 ** When loopback data is received from NFCC, tNFC_TEST_CBACK .
|
/external/valgrind/none/tests/s390x/ |
clst.c | 5 #define LOOPBACK "jo 0b \n\t" 21 LOOPBACK
|
/external/autotest/client/site_tests/video_WebRtcCamera/ |
video_WebRtcCamera.py | 16 # Statistics from the loopback.html page. 31 """Opens WebRTC loopback page. 39 os.path.join(self.bindir, 'loopback.html'))) 99 # Open WebRTC loopback page and start the loopback. 108 logging.error('loopback.html did not complete') 113 logging.error('Cannot retrieve results from loopback.html page')
|
/external/kernel-headers/original/uapi/linux/ |
atmdev.h | 90 /* get loopback mode */ 92 /* set loopback mode */ 94 /* query supported loopback modes */ 123 * Loopback modes for ATM_{PHY,SAR}_{GET,SET}LOOP 126 /* Point of loopback CPU-->SAR-->PHY-->line--> ... */ 134 /* Direction of loopback */ 141 #define ATM_LM_NONE 0 /* no loopback */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atmdev.h | 90 /* get loopback mode */ 92 /* set loopback mode */ 94 /* query supported loopback modes */ 123 * Loopback modes for ATM_{PHY,SAR}_{GET,SET}LOOP 126 /* Point of loopback CPU-->SAR-->PHY-->line--> ... */ 134 /* Direction of loopback */ 141 #define ATM_LM_NONE 0 /* no loopback */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atmdev.h | 90 /* get loopback mode */ 92 /* set loopback mode */ 94 /* query supported loopback modes */ 123 * Loopback modes for ATM_{PHY,SAR}_{GET,SET}LOOP 126 /* Point of loopback CPU-->SAR-->PHY-->line--> ... */ 134 /* Direction of loopback */ 141 #define ATM_LM_NONE 0 /* no loopback */
|
/external/autotest/client/site_tests/audio_LoopbackLatency/ |
audio_LoopbackLatency.py | 43 # Run loopback latency check once, which takes at most 1 sec to 44 # complete and parse the latency values measured in loopback path 59 # Raise error if audio is not detected at all in the loopback path.
|
/external/autotest/client/cros/cellular/mbim_compliance/sequences/ |
loopback_sequence.py | 5 Loopback NTB-16/32 Sequence 20 Data loopback sequence used for data transfer testing. 42 Run the MBIM Loopback Sequence. 44 Need to run the |connect| sequence before invoking this loopback
|
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/ |
control | 20 Uses audio loopback to record snippets of audio, checking whether there was any
|
/external/autotest/client/site_tests/audio_CRASFormatConversion/ |
control | 21 This can be through a 3.5mm male-to-male cable or a loopback dongle depending on
|
/external/autotest/client/site_tests/audio_SeekAudioFeedback/ |
audio_SeekAudioFeedback.py | 49 loopback_file = os.path.join(self.resultsdir, 'loopback.wav') 55 # Record the audio output and also the CRAS loopback output. 64 # We captured two channels of audio in the CRAS loopback. 68 logging.info('loopback stat: %s', [str(s) for s in loopback_stats])
|
/external/autotest/client/site_tests/desktopui_AudioFeedback/ |
control | 23 This can be through a 3.5mm male-to-male cable or a loopback dongle depending on
|
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/ |
desktopui_MediaAudioFeedback.py | 47 loopback_file = os.path.join(self.resultsdir, 'loopback.wav') 52 # Record the audio output and also the CRAS loopback output. 61 # We captured two channels of audio in the CRAS loopback. 65 logging.info('loopback stats: %s', [str(s) for s in loopback_stats])
|
/external/autotest/test_suites/ |
control.brillo-audio | 16 Suite for kicking off the Brillo audio specific PTS tests. Requires a loopback
|