Home
last modified time | relevance | path

Searched defs:sendRequest (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DIPlayerService.aidl29 void sendRequest(String action, in Bundle params, in IRequestCallback cb); in sendRequest() method
H A DPlayerService.java124 public void sendRequest(String action, Bundle params, IRequestCallback cb) { in sendRequest() method in PlayerService.PlayerBinder
/aosp12/frameworks/av/media/mtp/
H A DMtpEventPacket.cpp53 int MtpEventPacket::sendRequest(struct usb_request *request) { in sendRequest() function in android::MtpEventPacket
H A DMtpDevice.cpp874 bool MtpDevice::sendRequest(MtpOperationCode operation) { in sendRequest() function in android::MtpDevice
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DVideoPauseController.java312 private void sendRequest(DialerCall call, boolean resume) { in sendRequest() method in VideoPauseController
/aosp12/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
H A DSpeedMeasurementController.java335 UsbRequest sendRequest = getNewRequest(); in writeBufferSize() local
379 UsbRequest sendRequest = getNewRequest(); in run() local
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
H A DTranscriptionTask.java129 protected TranscriptionResponse sendRequest(Request request) { in sendRequest() method in TranscriptionTask
/aosp12/frameworks/base/obex/javax/obex/
H A DClientOperation.java441 private boolean sendRequest(int opCode) throws IOException { in sendRequest() method in ClientOperation
H A DClientSession.java459 public boolean sendRequest(int opCode, byte[] head, HeaderSet header, in sendRequest() method in ClientSession
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterDeleteSet.java226 private void sendRequest(int type, Path path, int indexHint) { in sendRequest() method in FilterDeleteSet
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp85 void ARTSPConnection::sendRequest( in sendRequest() function in android::ARTSPConnection
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DVpnTest.java576 private void sendRequest(FileDescriptor fd, String host) throws Exception { in sendRequest() method in VpnTest
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java2099 private Object sendRequest(int command, Object argument) { in sendRequest() method in PhoneInterfaceManager
2109 private Object sendRequest(int command, Object argument, WorkSource workSource) { in sendRequest() method in PhoneInterfaceManager
2119 private Object sendRequest(int command, Object argument, Integer subId) { in sendRequest() method in PhoneInterfaceManager
2129 private @Nullable Object sendRequest(int command, Object argument, Integer subId, in sendRequest() method in PhoneInterfaceManager
2139 private Object sendRequest(int command, Object argument, int subId, WorkSource workSource) { in sendRequest() method in PhoneInterfaceManager
2148 private Object sendRequest(int command, Object argument, Phone phone, WorkSource workSource) { in sendRequest() method in PhoneInterfaceManager
2159 private @Nullable Object sendRequest(int command, Object argument, Integer subId, Phone phone, in sendRequest() method in PhoneInterfaceManager
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp125 static bool sendRequest(int fd, RequestType requestType, FileIdx fileIdx = -1, in sendRequest() function
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java2962 private void sendRequest(IkeMessage request) { in sendRequest() method in IkeSessionStateMachine.CreateIkeLocalIkeInit