/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
H A D | PacketDispatcher.java | 343 public int sendCommand(CommandPacket command) throws IOException { in sendCommand() method in PacketDispatcher.CommandsSynchronyzer 702 public int sendCommand(CommandPacket command) throws IOException { in sendCommand() method in PacketDispatcher
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecFeatureAction.java | 189 protected final void sendCommand(HdmiCecMessage cmd) { in sendCommand() method in HdmiCecFeatureAction 193 protected final void sendCommand(HdmiCecMessage cmd, in sendCommand() method in HdmiCecFeatureAction
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue13777.dir/ |
D | burnin.go | 5 func sendCommand(c string) {} func
|
/aosp_15_r20/frameworks/base/tests/ActivityManagerPerfTests/utils/src/com/android/frameworks/perftests/am/util/ |
H A D | ICommandReceiver.aidl | 22 oneway void sendCommand(int command, int seq, String sourcePackage, String targetPackage, in sendCommand() method
|
/aosp_15_r20/frameworks/av/media/libstagefright/omx/1.0/ |
H A D | WOmxNode.cpp | 40 status_t LWOmxNode::sendCommand( in sendCommand() function in android::hardware::media::omx::V1_0::implementation::LWOmxNode 257 Return<Status> TWOmxNode::sendCommand(uint32_t cmd, int32_t param) { in sendCommand() function in android::hardware::media::omx::V1_0::implementation::TWOmxNode
|
/aosp_15_r20/frameworks/av/media/libmedia/omx/1.0/ |
H A D | WOmxNode.cpp | 37 status_t LWOmxNode::sendCommand( in sendCommand() function in android::hardware::media::omx::V1_0::utils::LWOmxNode 254 Return<Status> TWOmxNode::sendCommand(uint32_t cmd, int32_t param) { in sendCommand() function in android::hardware::media::omx::V1_0::utils::TWOmxNode
|
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
H A D | ViewManager.java | 42 private static void sendCommand(String command, IDevice device, Window window, String params) { in sendCommand() method in ViewManager
|
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/CVE_2021_0327/ |
H A D | OtherUserActivity.java | 75 void sendCommand(String... args) { in sendCommand() method in OtherUserActivity
|
/aosp_15_r20/frameworks/av/services/oboeservice/ |
H A D | AAudioCommandQueue.cpp | 28 aaudio_result_t AAudioCommandQueue::sendCommand(const std::shared_ptr<AAudioCommand>& command) { in sendCommand() function in aaudio::AAudioCommandQueue
|
/aosp_15_r20/packages/modules/adb/daemon/ |
D | abb_service.cpp | 40 unique_fd AbbProcess::sendCommand(std::string_view command) { in sendCommand() function in __anonf632216a0111::AbbProcess
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/SessionInspector/src/com/android/cts/sessioninspector/ |
H A D | SessionInspectorTest.java | 90 private Bundle sendCommand(Intent intent) throws Exception { in sendCommand() method in SessionInspectorTest
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hci_vs.cc | 83 void sendCommand(uint16_t ocf, std::vector<uint8_t> parameters, Cookie cookie) override { in sendCommand() function in bluetooth::hci_vs::BluetoothHciVendorSpecificInterfaceImpl
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BluetoothHciVendorSpecificNativeInterface.java | 59 void sendCommand(int ocf, byte[] parameters, byte[] cookie) { in sendCommand() method in BluetoothHciVendorSpecificNativeInterface
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | AmMonitor.java | 154 public void sendCommand(final String cmd) { in sendCommand() method in AmMonitor
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | VendorCommandResponseProcessor.java | 70 public boolean sendCommand(int vendorId, String atCommand, BluetoothDevice device) { in sendCommand() method in VendorCommandResponseProcessor
|
/aosp_15_r20/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
H A D | MissileLauncherActivity.java | 149 private void sendCommand(int control) { in sendCommand() method in MissileLauncherActivity
|
/aosp_15_r20/frameworks/av/services/audioflinger/ |
H A D | PatchCommandThread.cpp | 148 void PatchCommandThread::sendCommand(const sp<Command>& command) { in sendCommand() function in android::PatchCommandThread
|
/aosp_15_r20/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
H A D | BluetoothHciVendorSpecificTest.java | 219 public void sendCommand() { in sendCommand() method in BluetoothHciVendorSpecificTest
|
/aosp_15_r20/frameworks/av/media/libmedia/ |
H A D | IOMX.cpp | 77 virtual status_t sendCommand( in sendCommand() function in android::BpOMXNode 386 virtual status_t sendCommand( in sendCommand() function in android::HpOMXNode
|
/aosp_15_r20/hardware/google/aemu/host-common/ |
D | goldfish_sync.cpp | 88 static void sendCommand(uint32_t cmd, in sendCommand() function
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapConnection.java | 355 public String sendCommand(String command, boolean sensitive) in sendCommand() method in ImapConnection
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aClient.java | 218 private String sendCommand(String cmd) throws IOException { in sendCommand() method in Sl4aClient
|
/aosp_15_r20/system/netd/server/ |
H A D | IptablesRestoreController.cpp | 193 int IptablesRestoreController::sendCommand(const IptablesProcessType type, in sendCommand() function in IptablesRestoreController
|
/aosp_15_r20/cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
H A D | AppEnumerationTestsBase.java | 102 Result sendCommand(@NonNull String sourcePackageName, @Nullable String targetPackageName, in sendCommand() method in AppEnumerationTestsBase
|
/aosp_15_r20/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/ |
H A D | InitService.java | 104 public void sendCommand(int command, int seq, String sourcePackage, String targetPackage, in sendCommand() method in InitService.Stub
|