Home
last modified time | relevance | path

Searched refs:sendCommand (Results 1 – 8 of 8) sorted by relevance

/packages/modules/adb/daemon/
Dabb_service.cpp31 unique_fd sendCommand(std::string_view command);
43 unique_fd AbbProcess::sendCommand(std::string_view command) { in sendCommand() function in __anon08d36e7b0111::AbbProcess
89 return abbp->sendCommand(command); in execute_abb_command()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java141 sendCommand(ImapConstants.LOGOUT, false); in logout()
351 sendCommand(command, sensitive); in executeSimpleCommand()
355 public String sendCommand(String command, boolean sensitive) in sendCommand() method in ImapConnection
DImapFolder.java299 connection.sendCommand( in fetchInternal()
/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/mockable/
DMediaController.java195 public void sendCommand(@NonNull String command, @Nullable Bundle args, in sendCommand() method in MediaController
197 mDelegate.sendCommand(command, args, cb); in sendCommand()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java79 public boolean sendCommand(int vendorId, String atCommand, BluetoothDevice device) { in sendCommand() method in VendorCommandResponseProcessor
DHeadsetClientStateMachine.java1254 mVendorProcessor.sendCommand(vendorId, atCommand, mCurrentDevice); in processMessage()
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java392 connection.sendCommand(String.format(Locale.US, command, newPin, oldPin), true); in changePin()
407 connection.sendCommand(String.format(Locale.US, command, languageCode), true); in changeVoicemailTuiLanguage()
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp4132 void sendCommand(int fd, const std::string& cmd) { in sendCommand() function
4256 sendCommand(fd, "getdnsnetid abc"); in TEST_F()
4261 sendCommand(fd, "getdnsnetidNotSupported"); in TEST_F()