Home
last modified time | relevance | path

Searched defs:receiver (Results 1 – 25 of 45) sorted by relevance

12

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DNativeLeakCollector.java82 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in tearDown() local
84 writeToReceiver(String.format(OUTPUT_HEADER, allCommand), receiver); in tearDown() local
90 writeToReceiver(String.format(OUTPUT_HEADER, procCommand), receiver); in tearDown() local
107 private void writeToReceiver (String msg, CollectingOutputReceiver receiver) { in writeToReceiver()
DPushFileInvoker.java75 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in setUp() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java109 public void executeCommand(String command, IShellOutputReceiver receiver) in executeCommand()
111 mDevice.executeShellCommand(commandStringPreparer(command), receiver); in executeCommand() local
131 public void executeCommand(String command, IShellOutputReceiver receiver, in executeCommand()
134 mDevice.executeShellCommand(commandStringPreparer(command), receiver, in executeCommand() local
DShellOutputReceiverStream.java39 public ShellOutputReceiverStream(@Nullable IShellOutputReceiver receiver) { in ShellOutputReceiverStream()
43 public ShellOutputReceiverStream( in ShellOutputReceiverStream()
DBluetoothUtils.java73 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in runBluetoothInstrumentation() local
74 device.executeShellCommand(String.format(BT_INSTR_CMD, command), receiver); in runBluetoothInstrumentation() local
DDeviceConcurrentUtil.java118 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in call() local
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java178 InstallReceiver receiver, in installPackage()
188 InstallReceiver receiver, in installPackage()
221 String remoteFilePath, boolean reinstall, InstallReceiver receiver, String... extraArgs) in installRemotePackage()
230 InstallReceiver receiver, in installRemotePackage()
302 public void runEventLogService(LogReceiver receiver) in runEventLogService()
308 public void runLogService(String logname, LogReceiver receiver) in runLogService()
397 IShellOutputReceiver receiver, in executeShellCommand()
408 IShellOutputReceiver receiver, in executeShellCommand()
418 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand()
431 String command, IShellOutputReceiver receiver, int maxTimeToOutputResponse) in executeShellCommand()
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/
DStreamProtoResultReporterTest.java83 StreamProtoReceiver receiver = in testStream() local
167 StreamProtoReceiver receiver = in testStream_stopParsing() local
190 StreamProtoReceiver receiver = in testStream_noInvocationReporting() local
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DLegacySubprocessResultsReporterTest.java71 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local
103 SubprocessTestResultsParser receiver = in testPrintEvent_legacyMethodCalls() local
DSubprocessResultsReporterTest.java118 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket() local
155 SubprocessTestResultsParser receiver = in testPrintEvent_printToSocket_StructuredFailures() local
230 try (SubprocessTestResultsParser receiver = in testTestLog()
259 try (SubprocessTestResultsParser receiver = in testTestLog_disabled()
/tools/tradefederation/core/test_framework/com/android/tradefed/util/statsd/
DMetricUtil.java86 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getStatsdMetadata() local
104 final CollectingByteOutputReceiver receiver = new CollectingByteOutputReceiver(); in getReportByteArray() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryTest.java152 final Invocation invocation, IShellOutputReceiver receiver, final String... extraArgs) in runInvocation()
184 receiver, in runInvocation() local
207 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in runTest() local
/tools/tradefederation/contrib/src/com/android/graphics/tests/
DFlatlandTest.java136 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local
139 receiver, in run() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLevelUtility.java35 final CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in extractDeviceHeadsetLevelFromAdbShell() local
DAudioJitterTest.java103 CollectingOutputReceiver receiver = new CollectingOutputReceiver(); in run() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DBatteryTemperature.java80 DumpsysBatteryTemperatureReceiver receiver = new DumpsysBatteryTemperatureReceiver(); in getBatteryTemperature() local
DDeviceStateMonitor.java50 final CollectingOutputReceiver receiver = createOutputReceiver(); in waitForPmResponsive() local
DBackgroundDeviceAction.java64 IShellOutputReceiver receiver, int startDelay) { in BackgroundDeviceAction()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DLogcatOnFailureCollector.java135 ILogcatReceiver receiver = mLogcatReceivers.get(device); in collectAndLog() local
155 ILogcatReceiver receiver = createLogcatReceiver(device); in initReceiver() local
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/item/
DDefaultPropertyItem.kt47 override val receiver: TypeItem?, constant
/tools/tradefederation/core/src/com/android/tradefed/log/
DBaseLeveledLogOutput.java104 Map<String, LogLevel> receiver, in initComponentVerbosity()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DDelegatedInvocationExecution.java162 try (StreamProtoReceiver receiver = createReceiver(listener, info.getContext())) { in runTests()
260 StreamProtoReceiver receiver = in createReceiver() local
/tools/netsim/rust/daemon/src/wifi/
Dhwsim_attr_set.rs60 receiver: Option<MacAddress>, field
75 pub receiver: Option<MacAddress>, field
117 pub fn receiver(&mut self, receiver: &[u8; 6]) -> &mut Self { in receiver() method
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DPropertyItem.kt43 val receiver: TypeItem? in <lambda>() constant
/tools/netsim/rust/daemon/src/http_server/
Dthread_pool.rs42 let receiver = Arc::new(Mutex::new(receiver)); in new() localVariable

12