Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 75) sorted by relevance

123

/cts/tests/app/src/android/app/cts/
DPendingIntentTest.java153 mPendingIntent.send(); in testGetActivity()
183 mPendingIntent.send(); in pendingIntentSendError()
184 mPendingIntent.send(); in pendingIntentSendError()
198 mPendingIntent.send(); in testGetBroadcast()
268 pi.send(); in testUpdateCurrent()
279 pi.send(); in testUpdateCurrent()
288 pi.send(); in testUpdateCurrent()
304 mPendingIntent.send(); in testGetService()
336 mPendingIntent.send(mContext, 1, null, mFinish, null); in testStartServiceOnFinishedHandler()
353 mPendingIntent.send(mContext, 1, null, mFinish, mHandler); in testStartServiceOnFinishedHandler()
[all …]
/cts/suite/audio_quality/lib/src/
DSignalProcessingImpl.cpp56 send((char*)terminationCommand, sizeof(terminationCommand)); in ~SignalProcessingImpl()
122 if (!send(mBuffer.getBuffer(), mBuffer.getSizeWritten())) { in run()
133 if (!send(mBuffer.getBuffer(), mBuffer.getSizeWritten())) { in run()
137 if (!send((*buffer)->getData(), dataLen)) { in run()
151 if (!send(mBuffer.getBuffer(), mBuffer.getSizeWritten())) { in run()
241 bool SignalProcessingImpl::send(const char* data, int len) in send() function in SignalProcessingImpl
DSignalProcessingImpl.h44 bool send(const char* data, int len);
/cts/apps/CameraITS/utils/
Dits_session_utils.py300 self.sock.send(json.dumps(cmd).encode() + '\n'.encode())
320 self.sock.send(json.dumps(cmd).encode() + '\n'.encode())
376 self.sock.send(json.dumps(cmd).encode() + '\n'.encode())
383 self.sock.send(json.dumps(cmd).encode() + '\n'.encode())
396 self.sock.send(json.dumps(cmd).encode() + '\n'.encode())
413 self.sock.send(json.dumps(cmd).encode() + '\n'.encode())
442 self.sock.send(json.dumps(cmd).encode() + '\n'.encode())
745 self.sock.send(json.dumps(cmd).encode() + '\n'.encode())
843 self.sock.send(json.dumps(cmd).encode() + '\n'.encode())
861 self.sock.send(json.dumps(cmd).encode() + '\n'.encode())
[all …]
/cts/tests/app/shared/src/android/app/stubs/shared/
DCloseSystemDialogsTestService.java121 FLAG_IMMUTABLE).send(); in postNotification()
125 receiver.send(RESULT_OK, null); in postNotification()
127 receiver.send(RESULT_SECURITY_EXCEPTION, null); in postNotification()
129 receiver.send(RESULT_ERROR, null); in postNotification()
/cts/tests/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/
DStartPendingIntentReceiver.java39 eventNotifier.send(Event.APP_B_START_PENDING_INTENT_BROADCAST_RECEIVED, null); in onReceive()
43 pendingIntent.send(); in onReceive()
/cts/tests/tests/webkit/src/android/webkit/cts/
DTestProcessService.java71 msg.replyTo.send(m); in handleMessage()
79 msg.replyTo.send(Message.obtain(null, REPLY_OK)); in handleMessage()
DTestProcessClient.java108 mService.send(m); in run()
131 mService.send(Message.obtain(null, TestProcessService.MSG_EXIT_PROCESS)); in close()
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DLauncherCallbackTestsService.java93 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
101 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
109 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
117 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-10229/
Dpoc.c90 pid_t send, recv; in main() local
95 if ((send = fork()) == 0) in main()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DOutOfProcessActivity.java70 pendingIntent.send(); in onStart()
98 pendingIntent.send(this, 0, result); in notifyContentCaptureStatus()
/cts/hostsidetests/hdmicec/
Dcec_adapter.md151 : send a volume up command to the amp if present
154 : send a volume down command to the amp if present
157 : send a mute/unmute command to the amp if present
167 You can send CEC remote events using the `tx` command above. The format is as
175 (except `<command id>`, which requires 2 digits). Here, we want to send commands
/cts/tests/tests/externalservice/service/src/android/externalservice/service/
DServiceCreator.java68 msg.replyTo.send(reply);
109 mReplyTo.send(msg); in onServiceConnected()
/cts/tests/tests/hardware/res/raw/
Dsony_dualshock3_usb_lighttests.json14 // Dualshock 3 USB need to send a HID report to start working.
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAlertWindowsImportanceTests.java109 mService.send(Message.obtain(null, AlertWindowService.MSG_REMOVE_ALL_ALERT_WINDOWS)); in tearDown()
158 mService.send(Message.obtain(null, AlertWindowService.MSG_ADD_ALERT_WINDOW)); in addAlertWindow()
166 mService.send(Message.obtain(null, AlertWindowService.MSG_REMOVE_ALERT_WINDOW)); in removeAlertWindow()
/cts/tests/tests/permission3/UsePermissionApp22CalendarOnly/src/android/permission3/cts/usepermission/
DCheckPermissionService.kt40 result.send(checkSelfPermission(permission), null) in onHandleIntent()
/cts/tests/framework/base/windowmanager/alertwindowservice/src/android/server/wm/alertwindowservice/
DAlertWindowService.java109 mOutgoingMessenger.send(Message.obtain(null, MSG_ON_ALERT_WINDOW_ADDED)); in addAlertWindow()
126 mOutgoingMessenger.send(Message.obtain(null, MSG_ON_ALERT_WINDOW_REMOVED)); in removeAlertWindow()
/cts/tests/tests/os/src/android/os/cts/
DMessengerService.java35 msg.replyTo.send(reply);
/cts/tests/tests/wifi/CtsWifiLocationTestApp/src/android/net/wifi/cts/app/
DTriggerScanAndReturnStatusService.java49 resultReceiver.send(succeeded ? 1 : 0, null); in onStartJob()
DRetrieveScanResultsAndReturnStatusService.java49 resultReceiver.send(succeeded ? 1 : 0, null); in onStartJob()
DRetrieveTransportInfoAndReturnStatusService.java42 resultReceiver.send( in onStartJob()
DRetrieveConnectionInfoAndReturnStatusService.java49 resultReceiver.send(succeeded ? 1 : 0, null); in onStartJob()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java383 mc.echoInputPort.send(buffer, 0, 0, timestamp); // should be a NOOP in checkEchoVariableMessage()
384 mc.echoInputPort.send(buffer, 0, buffer.length, timestamp); in checkEchoVariableMessage()
385 mc.echoInputPort.send(buffer, 0, 0, timestamp); // should be a NOOP in checkEchoVariableMessage()
442 mc.echoInputPort.send(buffer, 0, buffer.length, System.nanoTime()); in testEchoLatency()
496 mc.echoInputPort.send(buffer, 0, numData, timestamp); in testEchoMultipleMessages()
/cts/tests/autofillservice/TestAutofillService/src/android/autofill/cts2/
DQueryAutofillStatusActivity.java63 mPendingIntent.send(resultCode); in hasEnabledAutofillServicesAndFinish()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DActivityTransitionActivity.java159 mResultReceiver.send(RESULT_OK, result); in sendResult()
284 mResultReceiver.send(RESULT_OK, result); in finish()
313 mResultReceiver.send(RESULT_OK, data); in onTransitionEnd()

123