/aosp12/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
H A D | IPlayerService.aidl | 29 void sendRequest(String action, in Bundle params, in IRequestCallback cb); in sendRequest() method
|
H A D | PlayerService.java | 124 public void sendRequest(String action, Bundle params, IRequestCallback cb) { in sendRequest() method in PlayerService.PlayerBinder
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpEventPacket.cpp | 53 int MtpEventPacket::sendRequest(struct usb_request *request) { in sendRequest() function in android::MtpEventPacket
|
H A D | MtpDevice.cpp | 874 bool MtpDevice::sendRequest(MtpOperationCode operation) { in sendRequest() function in android::MtpDevice
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | VideoPauseController.java | 312 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 D | SpeedMeasurementController.java | 335 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 D | TranscriptionTask.java | 129 protected TranscriptionResponse sendRequest(Request request) { in sendRequest() method in TranscriptionTask
|
/aosp12/frameworks/base/obex/javax/obex/ |
H A D | ClientOperation.java | 441 private boolean sendRequest(int opCode) throws IOException { in sendRequest() method in ClientOperation
|
H A D | ClientSession.java | 459 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 D | FilterDeleteSet.java | 226 private void sendRequest(int type, Path path, int indexHint) { in sendRequest() method in FilterDeleteSet
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | ARTSPConnection.cpp | 85 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 D | VpnTest.java | 576 private void sendRequest(FileDescriptor fd, String host) throws Exception { in sendRequest() method in VpnTest
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 2099 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 D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 125 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 D | IkeSessionStateMachine.java | 2962 private void sendRequest(IkeMessage request) { in sendRequest() method in IkeSessionStateMachine.CreateIkeLocalIkeInit
|