Home
last modified time | relevance | path

Searched defs:sendCommand (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DPacketDispatcher.java343 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 DHdmiCecFeatureAction.java189 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/
Dburnin.go5 func sendCommand(c string) {} func
/aosp_15_r20/frameworks/base/tests/ActivityManagerPerfTests/utils/src/com/android/frameworks/perftests/am/util/
H A DICommandReceiver.aidl22 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 DWOmxNode.cpp40 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 DWOmxNode.cpp37 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 DViewManager.java42 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 DOtherUserActivity.java75 void sendCommand(String... args) { in sendCommand() method in OtherUserActivity
/aosp_15_r20/frameworks/av/services/oboeservice/
H A DAAudioCommandQueue.cpp28 aaudio_result_t AAudioCommandQueue::sendCommand(const std::shared_ptr<AAudioCommand>& command) { in sendCommand() function in aaudio::AAudioCommandQueue
/aosp_15_r20/packages/modules/adb/daemon/
Dabb_service.cpp40 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 DSessionInspectorTest.java90 private Bundle sendCommand(Intent intent) throws Exception { in sendCommand() method in SessionInspectorTest
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_hci_vs.cc83 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/
DBluetoothHciVendorSpecificNativeInterface.java59 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 DAmMonitor.java154 public void sendCommand(final String cmd) { in sendCommand() method in AmMonitor
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java70 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 DMissileLauncherActivity.java149 private void sendCommand(int control) { in sendCommand() method in MissileLauncherActivity
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DPatchCommandThread.cpp148 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 DBluetoothHciVendorSpecificTest.java219 public void sendCommand() { in sendCommand() method in BluetoothHciVendorSpecificTest
/aosp_15_r20/frameworks/av/media/libmedia/
H A DIOMX.cpp77 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/
Dgoldfish_sync.cpp88 static void sendCommand(uint32_t cmd, in sendCommand() function
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java355 public String sendCommand(String command, boolean sensitive) in sendCommand() method in ImapConnection
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aClient.java218 private String sendCommand(String cmd) throws IOException { in sendCommand() method in Sl4aClient
/aosp_15_r20/system/netd/server/
H A DIptablesRestoreController.cpp193 int IptablesRestoreController::sendCommand(const IptablesProcessType type, in sendCommand() function in IptablesRestoreController
/aosp_15_r20/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
H A DAppEnumerationTestsBase.java102 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 DInitService.java104 public void sendCommand(int command, int seq, String sourcePackage, String targetPackage, in sendCommand() method in InitService.Stub

12345678910>>...15