Searched refs:sendCommand (Results 1 – 8 of 8) sorted by relevance
/packages/modules/adb/daemon/ |
D | abb_service.cpp | 31 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/ |
D | ImapConnection.java | 141 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
|
D | ImapFolder.java | 299 connection.sendCommand( in fetchInternal()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/mockable/ |
D | MediaController.java | 195 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/ |
D | VendorCommandResponseProcessor.java | 79 public boolean sendCommand(int vendorId, String atCommand, BluetoothDevice device) { in sendCommand() method in VendorCommandResponseProcessor
|
D | HeadsetClientStateMachine.java | 1254 mVendorProcessor.sendCommand(vendorId, atCommand, mCurrentDevice); in processMessage()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
D | ImapHelper.java | 392 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/ |
D | resolv_integration_test.cpp | 4132 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()
|